Guest Posted October 15, 2005 Share Posted October 15, 2005 Reset the permissions on catalog/includes/configure.php to 644 (if you are still getting the warning message at the top of the page after setting this configure.php files to 644 then set the catalog/includes/configure.php file to 444 which is read only - this happens on some servers that have been updated for security reasons). Link to comment Share on other sites More sharing options...
DJMarley Posted October 16, 2005 Share Posted October 16, 2005 Reset the permissions on catalog/includes/configure.php to 644 (if you are still getting the warning message at the top of the page after setting this configure.php files to 644 then set the catalog/includes/configure.php file to 444 which is read only - this happens on some servers that have been updated for security reasons). Hi, i have change the permissions to either 644 and 444, but the server seems to avoid/denied the changes. What do i have to do now? shoud my hosting admin make changes? or there is a workaround for this situation? Link to comment Share on other sites More sharing options...
Jack_mcs Posted October 16, 2005 Share Posted October 16, 2005 Check your control panel provided by your host. There should be a way to do it from there. You could also ask your host to do it. Or, you can add the following to a file, name it chmod.php, upload it to your root directory and then call the file in a browseer as http://www.yoursite.com/chmod.php. <?php chmod('includes/configure.php', 0444); ?> Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
ozstar Posted October 17, 2005 Share Posted October 17, 2005 Thanks - I needed this also, Ozsar Link to comment Share on other sites More sharing options...
ms1971 Posted October 18, 2005 Share Posted October 18, 2005 Thanks indeed. I changed the CHMOD of configure.php a lot of times in my ftp client, and all the time it got changed back to 644 as soon as i entered my site. Changing it in the hosting controlpanel helped. Link to comment Share on other sites More sharing options...
Guest Posted October 20, 2005 Share Posted October 20, 2005 Check your control panel provided by your host. There should be a way to do it from there. You could also ask your host to do it. Or, you can add the following to a file, name it chmod.php, upload it to your root directory and then call the file in a browseer as http://www.yoursite.com/chmod.php.<?php chmod('includes/configure.php', 0444); ?> Jack I will try this... How can I set the chmod on my local server? I am using Apache Web Server. I disign them locally & the load them to my live servers. I want to set this without using this chmod.php...I will use this for now thou... Link to comment Share on other sites More sharing options...
Jack_mcs Posted October 21, 2005 Share Posted October 21, 2005 See my answer above. You could also use an ftp program to do it. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.