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: open(/tmp\sess_e878f199f57fa698f0b56a68dc78a3f4, O_RDWR) failed: No such file or directory (2) in c:\phpdev\www\projects\multimedia\10 hour\index.php on line 2
Warning: open(/tmp\sess_e878f199f57fa698f0b56a68dc78a3f4, 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
Line 1 is <?php and line 2 is session_start();
It was working fine until this morning. I didn't change anything anywhere.
Edit c:\windows\php.ini and change session.save_path from /tmp to something like c:\temp (or some other temp directory that exists, or where you want sessions stored).
Then restart apache.