Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help, Error Warning: The sessions directory does not exist:


Guest

Recommended Posts

Posted

Warning: open(/tmpsess_e18c43371e7e84a74cb1f4aa69d1d6ec, O_RDWR) failed: No such file or directory (2) in c:apachehtdocsa_designa_design01includesfunctionssessions.php on line 67

 

Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

 

I use windows xp home + phptried (apache + php +mysql)

 

how to solve this problem

Posted

Hi there,

 

I had this problem too and someone was good enough to help out:

 

Set this in both your admin/includes/configure.php and catalog/includes/configure.php:

 

define('STORE_SESSIONS', 'mysql');

instead of :

define('STORE_SESSIONS', '');

 

 

It's a setting from the install that you have to choose but I cant remember which one

Archived

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

×
×
  • Create New...