Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Permissions Problem


bromios

Recommended Posts

Posted

<_< I set the CHMOD 777 permissions in the includes/configure.php e admin/includes/configure.php in install moment. The script it's running in the admin section and in the catalog section, but i gain the error message write below:

change the permissions in the /includes/configure.php for right permissions, because the file have a security risk. I changed the CHMOD 777 after the installation for CHMOD 644, but the error message yet continue in the top page.

How to solve this problem?

Thanks!

Bromios Designer

7 years with OsC

Posted

Read perms only across the board?

 

Iggy

Everything's funny but nothing's a joke...

Posted
Read perms only across the board?

 

Iggy

 

Same for both configure.php files?

 

includes/configure.php

 

admin/includes/configure.php

 

444 ?

 

It appears that the latter was set to 644 automatically after the install. Should I leave it like that? I'm thinking that file may need to be editted by php.

Posted
Same for both configure.php files?

 

includes/configure.php

 

admin/includes/configure.php

 

444 ?

 

It appears that the latter was set to 644 automatically after the install. Should I leave it like that? I'm thinking that file may need to be editted by php.

 

The hassle would be that you and the webserver are the same user (presumably) so 644 renders the file editable by the webserver which is what that warning is about.

 

So 644 is rw-r--r--

444 is r--r--r-- or read only.

 

That'll solve it.

 

Iggy

Everything's funny but nothing's a joke...

Archived

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

×
×
  • Create New...