Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

session_start() problem


tkindle

Recommended Posts

Posted

ERROR MESSAGE

------------------------

Warning: session_start(): open(/tmpsess_6d7f3bc15a5040fb630df7ba207cbcaf, O_RDWR) failed: No such file or directory (2) in c:program filesApache GroupapachehtdocsZendcatalogincludesfunctionssessions.php on line 67

 

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

 

 

The following has been set in both the admin/includes/configure.php and catalog/includes/configure.php so that is not the problem.

 

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

 

Line 66 and 67 of sessions.php is shown below.

 

function tep_session_start() {

return session_start();

Posted

Did you define your store session in "MySQL" during installation or you changed it after installation ?

 

Regards

The_Bear

Archived

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

×
×
  • Create New...