retrac75 Posted February 21, 2004 Posted February 21, 2004 Hey guys Just installed osCommerce and im getting the error Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created Ive created a tmp directory in /catalog but still getting the same error. Anyone know where this dir is meant to be located or how I get rid of this message? Thanks in Advance
Guest Posted February 21, 2004 Posted February 21, 2004 add 'mysql' to the last line in the configure.php files
241 Posted February 21, 2004 Posted February 21, 2004 If you are not using your own server you will not have access to the tmp folder in the root so change both admin/includes/configure.php and catalog/includes/configure.php files. look for this line of code define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' and change it to this define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.