|
This is a potential security risk notification on OS Commerce |
|
Written by pnyet
|
|
Warning: I am able to write to the configuration file: /home/abcd/public_html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.
I have a read referer on some forum, and many peoples sugested to change file permision to 644 or 444. Ok i have ready trying set permission file configure.php to 644 and 444, but this is not help. Warn message can't be removed from my site, and i have some solve from os ecommerce forum, and sugseted to change configuration on file includes/application_top.php set permission file to 644 // set which precautions should be checked define('WARN_INSTALL_EXISTENCE', 'true'); define('WARN_CONFIG_WRITEABLE', 'false'); define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE', 'true'); define('WARN_SESSION_AUTO_START', 'true'); define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE', 'true'); This is SOLVED for me... source from here
|