Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to reset the permissions on catalog/includes/configure.php to 644


Guest

Recommended Posts

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...