Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to set permissions to 444.


GeaX

Recommended Posts

Posted

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

Posted

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";?>

Posted

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";?>

Posted

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.

Posted
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.

Archived

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

×
×
  • Create New...