Guest Posted July 20, 2003 Posted July 20, 2003 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
rmyles Posted July 20, 2003 Posted July 20, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.