kenjohn Posted February 23, 2004 Posted February 23, 2004 Hi, guys, I've just re-installed osCommerce on a new hard drive and I'm getting the following error which I never got before: Warning: open(/tmp\sess_6f51535e4fa0a2d5fa13130bd43169f3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 I know this is probably my own dumb fault. Any clues? Thanks, Kenny
Guest Posted February 23, 2004 Posted February 23, 2004 In both catalog and admin/includes/configure.php change this: define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to this: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' and you should be ok The_Bear
Guest Posted February 24, 2004 Posted February 24, 2004 you can also try changing the location in admin which points to /tmp to something you have rights to
Recommended Posts
Archived
This topic is now archived and is closed to further replies.