Q: What should i do to set the right user permission ???
Warning: I am able to write to the configuration file: c:/phpdev/www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.
A: you need to chmod the configure.php file to 644
If you're using Windows as your test server and you get this error... just do the following:
CODE
Right click on 'includes/configure.php'
Select 'Properties' (A new box will appear...)
Select/Tick 'Read-only'
Click 'Ok'
(Don't forget to do this for both your 'catalog' and 'admin' directories.
You will probably need to set catalog/includes/configure.php to 444 as I had this problem when my server was updated to new security levels.
Warning: I am able to write to the configuration file: c:/phpdev/www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.
A: you need to chmod the configure.php file to 644
If you're using Windows as your test server and you get this error... just do the following:
CODE
Right click on 'includes/configure.php'
Select 'Properties' (A new box will appear...)
Select/Tick 'Read-only'
Click 'Ok'
(Don't forget to do this for both your 'catalog' and 'admin' directories.
You will probably need to set catalog/includes/configure.php to 444 as I had this problem when my server was updated to new security levels.
No comments:
Post a Comment