Warning: I am able to write to the configuration file: /shop/includes/configure.php. This is a potential security risk – please set the right user permissions on this file.
Tuesday, October 20th, 2009Not sure the underlying issue, but if you are certain the file is not writable, you can change the includes/application_top.php file at the bottom of the file from:
define(‘WARN_CONFIG_WRITEABLE’, ‘true’);
to
define(‘WARN_CONFIG_WRITEABLE’, ‘false’);
and the warning will go away. Do at your own risk.