PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Warning: session_start(): open(/tmp\sess_417e4c1d7e1098a100c37c03a38b1dad, O_RDWR) failed: No such file or directory (2) in c:\program files\apache group\apache\htdocs\login.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\login.php:2) in c:\program files\apache group\apache\htdocs\login.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\login.php:2) in c:\program files\apache group\apache\htdocs\login.php on line 2
Log In Complete
Warning: Unknown(): open(/tmp\sess_417e4c1d7e1098a100c37c03a38b1dad, 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
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
All of the errors stem from this one. You need to edit your php.ini and give it a correct session.save_path. /tmp doesnt exist on your windows box.. you probably need something like c:\WINNT\TEMP.
Warning: Cannot send session cookie - headers already sent by (output started at C:\FoxServ\www\phpatlas\modules\your_account\login.php:29) in C:\FoxServ\www\phpatlas\modules\your_account\login.php on line 5
Warning: Cannot send session cache limiter - headers already sent (output started at C:\FoxServ\www\phpatlas\modules\your_account\login.php:29) in C:\FoxServ\www\phpatlas\modules\your_account\login.php on line 5
not found in database! please register!
doggy wrote:I just get this errors from that script ...
Warning: Cannot send session cookie - headers already sent by (output started at C:\FoxServ\www\phpatlas\modules\your_account\login.php:29) in C:\FoxServ\www\phpatlas\modules\your_account\login.php on line 5
Warning: Cannot send session cache limiter - headers already sent (output started at C:\FoxServ\www\phpatlas\modules\your_account\login.php:29) in C:\FoxServ\www\phpatlas\modules\your_account\login.php on line 5
not found in database! please register!
Probably because you dont have the file "inc.php" from the include he posted.