Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: The sessions directory does not exist: /t


retrac75

Recommended Posts

Posted

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

Posted

add 'mysql' to the last line in the configure.php files

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...