JMW Posted August 1, 2003 Posted August 1, 2003 Installed OS in my Windows 98 machine. I downloaded and installed Apache, Msql and everything correctly. When I went to my browser and typed http://localhost/catalog/ to see the store, the store displays but with an error right at the top of the page that says: Warning: open(/tmpsess_8de0a8224f87dbb071cbde0137d00893, O_RDWR) failed: No such file or directory (2) in c:apachehtdocscatalogincludesfunctionssessions.php on line 67 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. and then comes up a rectangular explorer screen that says: "This program has performed and illegal operation and will be..." and when I typed http://localhost/catalog/admin/ to access the administration I get the error at the top of the page that says: Warning: open(/tmpsess_828a042f1f7c34de15bc103c963e8521, O_RDWR) failed: No such file or directory (2) in c:apachehtdocscatalogadminincludesfunctionssessions.php on line 67 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. and then comes up a rectangular explarer screen that says: "This program has performed and illegal operation and will be..." What am I doing wrong? I installed PHP, Sql, and went through installation just fine.
Daemonj Posted August 1, 2003 Posted August 1, 2003 I'm not sure why your are getting the fatal exception message, but to resolve the directory error edit both of your includes/configure.php files and the last entry STORE_SESSIONS set it to mysql. Since your system does not have a /tmp/ folder that is why you are getting the first error message. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
Recommended Posts
Archived
This topic is now archived and is closed to further replies.