simrae Posted June 24, 2009 Share Posted June 24, 2009 I'm running osCommerce on a Server2003 Platform. This is only being used internally, so security is not a major issue at this time. However I am being plagued by the following message that appears in pink at the top of the browser window: "Warning: I am able to write to the configuration file: C:/xampp/htdocs/shops/imagelab/includes/configure.php" I have changed this files attributes to read-only on the server, but I still get the message. I know I have got the correct file, because if I remove READ access, the website dies - does anyone have a clue what is going on here, and what I should do to fix it? Thanks... Link to comment Share on other sites More sharing options...
germ Posted June 25, 2009 Share Posted June 25, 2009 You can turn the error off if all else fails. At the bottom of /includes/application_top.php define('WARN_CONFIG_WRITEABLE', 'true'); Change to: define('WARN_CONFIG_WRITEABLE', 'false'); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.