gubel Posted August 28, 2005 Share Posted August 28, 2005 I cant add prices to my webshop.. It always displayes 0 as price on all my products. whats wrong? and i get the following warnings: Warning Warning: I am able to write to the configuration file: /customers/gubel.se/gubel.se/httpd.www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. Warning Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. Link to comment Share on other sites More sharing options...
♥Vger Posted August 28, 2005 Share Posted August 28, 2005 Warning: I am able to write to the configuration file You have to reset permissions on this file. Start with 644, and if that doesn't work then 444 and lastly 400. The sessions directory does not exist On the last line of both configure.php files, make it read 'mysql' where indicated and this stored sessions in the database so the error disappears. For the 'prices are 0' problem. Go to includes/languages/english.php and change 'USD' to the three letter symbol for your default currency e.g. 'EUR' or 'GBP' etc. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.