After installing a fresh copy of the dist zip of PHP 4.2.3 on a Windows 2000 Advanced Server machine, I have a single error that repeatedly shows up in my errors log.
PHP Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\MOVPHP\sessions) in Unknown on line 0
I've verified that the path does indeed exist, it shows up in phpinfo() as being the path I set, and I've restarted my server numerous times to correct this issue, yet every time I start a session, it gives me this error.
The strangest part about it is that the sessions actually ARE written in the supplied directory. Permissions are set correctly, according to the FAQ's, and it's beginning to irritate me to have to delete my error log every day after 6000 sessions have started and the error log becomes cumbersome.
Try as I might, I can't solve this, so I'm hoping someone else can.