Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with sessions


FrankE

Recommended Posts

Hi there, I've gotten OSCommerce up and running for everything except the maintaining of sessions. I get the following error in the header:

 

Warning: open(/tmp\sess_64f3e28e3b9486062cbb8304f5a5a37e, O_RDWR) failed: No such file or directory (2) in c:\apache\htdocs\catalog\includes\functions\sessions.php on line 67

 

And this one in the footer:

 

Warning: open(/tmp\sess_64f3e28e3b9486062cbb8304f5a5a37e, O_RDWR) failed: No such file or directory (2) in c:\apache\htdocs\catalog\includes\functions\sessions.php on line 106

 

I've done my best to try to figure out where the sessions folder is defined, to no avail, and I've created a /TMP folder in just about every location in my apache /htdocs folder. Suffice to say, I'm just not coming right.

 

Can anyone help me with this issue, as it's the only one that I've had so far (the rest of the installation was a breeze).

 

Thanks in advance!

Link to comment
Share on other sites

In both catalog and admin/includes/configure.php change

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

to:

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

 

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...