FrankE Posted February 3, 2004 Share Posted February 3, 2004 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 More sharing options...
user99999999 Posted February 3, 2004 Share Posted February 3, 2004 Try c:/tmp Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2004 Share Posted February 3, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.