GeaX Posted November 15, 2006 Posted November 15, 2006 Hi, I'm trying to get rid of the "Warning: I am able to write to the configuration file" problem. I can only set the permissions to 644 or higher. If I don't, the permissions will automatically change to 664. My on-server filemanager doesn't have that feature. Any suggestions? Regards
kgt Posted November 15, 2006 Posted November 15, 2006 Contact your host. They are the only ones who can do anything about it. Contributions Discount Coupon Codes Donations
GeaX Posted November 16, 2006 Author Posted November 16, 2006 The problem was solved by a script given by the support: <?$filename = "file.php";chmod("/customers/xxxxx/xxxxx/httpd.www/$filename", 0444);echo "chmod for $filename was changed";?>
♥Vger Posted November 16, 2006 Posted November 16, 2006 Great - so every time you change a files permissions you have to run a script to do it. You'll find that very annoying after a short period of time. Vger The problem was solved by a script given by the support:<?$filename = "file.php";chmod("/customers/xxxxx/xxxxx/httpd.www/$filename", 0444);echo "chmod for $filename was changed";?>
shooter-boy Posted November 16, 2006 Posted November 16, 2006 I would agree with Vger. Find a new host perhaps? Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful.
GeaX Posted November 16, 2006 Author Posted November 16, 2006 Great - so every time you change a files permissions you have to run a script to do it. You'll find that very annoying after a short period of time. Vger I can change the other files via my ftp client :huh: . Most have been a weird bug.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.