djsingle Posted December 2, 2002 Share Posted December 2, 2002 For some reason I am getting the following warning in a pink box at the top after correctly setting the permissions. I even tried turning off all the permissions. I put the settings to 755, 744, 700 and I even tried 000 but nothing worked. Can any one help? Could it be a server side problem? Warning: I am able to write to the configuration file: /www/s/sugoi75/htdocs/store/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. This problem doesn't occure in my admin section though. Only my shopping cart area. Link to comment Share on other sites More sharing options...
mattice Posted December 2, 2002 Share Posted December 2, 2002 try changing the OWNERSHIP and then setting the permission. chown yourname.yourgroup configure.php chmod 755 configure.php Problem is (I guess) the file owned by 'nobody.nobody' which is also what your webserver is running as. So setting it to 700 will still allow Apache to write to it. HTH Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
djsingle Posted December 3, 2002 Author Share Posted December 3, 2002 how do i change OWNERSHIP using WS_FTP? Link to comment Share on other sites More sharing options...
djsingle Posted December 4, 2002 Author Share Posted December 4, 2002 does any body here know how to change the OWNERSHIP? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.