Patriarch K Posted January 9, 2005 Posted January 9, 2005 This is what i get in my admin panel Warning: session_start(): open(/tmp\sess_e5abc5f88688b9672cd15e0c5b8903d9, O_RDWR) failed: No such file or directory (2) in c:\program\easyphp1-7\www\catalog\admin\includes\functions\sessions.php on line 67 This is what i get in my admin - configuration panel Warning: Unknown(): open(/tmp\sess_e5abc5f88688b9672cd15e0c5b8903d9, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 What's the problem?
OceanRanch Posted January 9, 2005 Posted January 9, 2005 Try storing all sessions in the mysql database. Change both configure.php files in catalog/includes and catalog/admin/includes at the bottom of the files change the define for sessions to "mysql" HTH Tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.