lilywong Posted May 15, 2006 Share Posted May 15, 2006 currently i do partition on my computer and i have backup the localhost system to another server.however, when i put back the system to localhost, create the same database, i got the following errors while i run the system. i'm currently using mysql 4. anyone know about it what's going on ? please tell, thank you so much ![code]Warning: session_start(): open(/tmp\sess_45cc8fd728e51038288217aaef164412, O_RDWR) failed: No such file or directory (2) in d:\home\www\aclub11\index.php on line 3Warning: session_start(): Cannot send session cookie - headers already sent by (output started at d:\home\www\aclub11\index.php:3) in d:\home\www\aclub11\index.php on line 3Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\home\www\aclub11\index.php:3) in d:\home\www\aclub11\index.php on line 3Warning: Unknown(): open(/tmp\sess_45cc8fd728e51038288217aaef164412, O_RDWR) failed: No such file or directory (2) in Unknown on line 0Warning: 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[/code] Link to comment https://forums.phpfreaks.com/topic/9692-mysql-session-help/ Share on other sites More sharing options...
lilywong Posted May 15, 2006 Author Share Posted May 15, 2006 hello there, i found out the solution and solved it by chaing the php.ini file .session.save_path = C:\WINDOWS\Temp;thanks everyone anyway :) Link to comment https://forums.phpfreaks.com/topic/9692-mysql-session-help/#findComment-35904 Share on other sites More sharing options...
joinx Posted April 29, 2008 Share Posted April 29, 2008 Even i change the php.ini..i am having these same error msg...how to solve that.. Link to comment https://forums.phpfreaks.com/topic/9692-mysql-session-help/#findComment-529677 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.