cluce Posted April 27, 2007 Share Posted April 27, 2007 can someone tell me how to reconfigure this correctly so i can get rid of these errors.... Warning: open(/tmp\sess_df7e67aa92cb740cee4bce1b9ac58406, O_RDWR) failed: No such file or directory (2) in c:\phpdev5\www\user_logon.php on line 5 Warning: open(/tmp\sess_df7e67aa92cb740cee4bce1b9ac58406, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 thanks Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted April 27, 2007 Share Posted April 27, 2007 You have to edit php's configuration file (php.ini) Scroll down to line 1011, uncomment it (remove the semi-colon from in front of the line (). Then change /tmp to the actual path you want your sessions to be saved to. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.