wetjet Posted January 2, 2007 Share Posted January 2, 2007 Warning: session_start() [function.session-start]: open(c:\tmp\sess_5c414f0aca35eb42652e286bd622a4c9, O_RDWR) failed: No such file or directory (2) in D:\Program Files\Apache Group\Apache2\htdocs\admin\includes\functions\sessions.php on line 67 I've been having this error pop up on the top of my configuration.php file. I have searched the forms and tried various fixes. I've played with my php.ini, set it to ( session.save_path = "c:\windows\temp" ) and back and forth, restarting apache each time. Still no luck. I also update the changes in the configuration.php file under administration/sessions area. Both of my config.php files reflects define('STORE_SESSIONS', 'mysql'); I've also got these 2 errors in the bottom, but I have a feeling they are related to the top error: Warning: Unknown(): open(c:\tmp\sess_5c414f0aca35eb42652e286bd622a4c9, 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 (c:\tmp) in Unknown on line 0 I cant seem to make this error go away. Please help! Link to comment Share on other sites More sharing options...
♥Vger Posted January 2, 2007 Share Posted January 2, 2007 In osC Admin --> Configuration --> Sessions, set the session save path to just tmp with no slash before or after tmp. Vger Link to comment Share on other sites More sharing options...
wetjet Posted January 2, 2007 Author Share Posted January 2, 2007 Thanks for the reply! I actually had a setting wrong in the configure.php file! doh! I could have sworn that I checked it at least 4 times! I'm having another problem though... I'll make another post. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.