tbiser Posted November 11, 2002 Posted November 11, 2002 I keep getting the header error "Warning: I am able to write to the configuration file: /www/htdocs/includes/configure.php... " I've set the following permissions and verifed them to be correct; chmod 755 /admin/includes chmod 755 /includes (contents of "catalog" in web docs root) chmod 644 /admin/includes/configure.php chmod 644 /includes/configure.php Is this a fluke, or is there something else I need to look at? Thanks for any help you can lend. :D Consulting - If you're not a part of the solution, there's good money to be made in prolonging the problem.
bradb007 Posted November 11, 2002 Posted November 11, 2002 I set configure.php to read only across the board which I believe is 444 ~~~~~~~~~~~~~~~ Brad Bierman
tbiser Posted November 11, 2002 Author Posted November 11, 2002 Thanks. That definitely works. But I wonder what sort of adverse effects this will have later on down the road? Is Owner write access really necessary on configure.php? Consulting - If you're not a part of the solution, there's good money to be made in prolonging the problem.
livefooduk Posted November 11, 2002 Posted November 11, 2002 You will only need owner write access if you wish to change any of the settings in configure.php in which case just chmod it 744 make the changes and chmod it back to 444 Best wishes Steve
tbiser Posted November 11, 2002 Author Posted November 11, 2002 Thanks for the tip! Consulting - If you're not a part of the solution, there's good money to be made in prolonging the problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.