bromios Posted June 8, 2005 Posted June 8, 2005 <_< 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
Iggy Posted June 8, 2005 Posted June 8, 2005 Read perms only across the board? Iggy Everything's funny but nothing's a joke...
finchbirds Posted June 9, 2005 Posted June 9, 2005 Read perms only across the board? Iggy <{POST_SNAPBACK}> 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.
Iggy Posted June 9, 2005 Posted June 9, 2005 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. <{POST_SNAPBACK}> 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.