pascal.a Posted December 5, 2003 Share Posted December 5, 2003 Hi I am installing osComerce for the first time and now getting these errors: Warning: I am able to write to the configuration file: /data/members/paid/r/a/race-experience.net/htdocs/www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. ?Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. Can somebody tell me what to do? Thanks Link to comment Share on other sites More sharing options...
chfields Posted December 5, 2003 Share Posted December 5, 2003 go to catalog/includes/configure.php and chmod to 644 Link to comment Share on other sites More sharing options...
pascal.a Posted December 5, 2003 Author Share Posted December 5, 2003 Thank you for the fast reply But i don't know what u mean by this, and please tel me wat the second warning means. Link to comment Share on other sites More sharing options...
241 Posted December 5, 2003 Share Posted December 5, 2003 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. as it says no temp directory this is where the sessions info is stored you do not need to worry about this warning but if you are this can be enabled or disabled from the admin panel the chmod 644 is the read write execute status of the configure.php this needs to be set for both catalog\includes\configure.php and admin\includes\configure.php 644 is individual(user)- read write group- read everyone(other)- read No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Guest Posted December 5, 2003 Share Posted December 5, 2003 Thank you for the fast replyBut i don't know what u mean by this, and please tel me wat the second warning means. Create a tmp directory in your document root, or set the following in your admin and catalog includes/configure.php files: define('STORE_SESSIONS', 'mysql'); Use your FTP program or webserver control panel to set permissions on your configure.php files - set permissions to 644. Link to comment Share on other sites More sharing options...
pascal.a Posted December 5, 2003 Author Share Posted December 5, 2003 Thanks all I think i can solve the problems now :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.