bgreenhouse
Technical User
Hi Folks
I set up an application that worked fine on my computer. Then I got a static IP so I had to upgrade my security procedures a little more (not logon as Administrator all the time, give permissions to directories, etc...). I also upgraded to the newest verison of PHP (4.2.3?). Now I get an error message on a page that had worked fine before. I reinstalled the old version, but it doesn't seem to make a difference. The error says:
That last error has been reported as a bug on bugs.php.net (or whatever the URL is). It doesn't seem to have been fixed. I'm astonished to not find any mention of it on Tek-tips though...Anyone figuredo ut how to work around it - or know what's wrong with my system? I'm running IIS 5
Thanks
Ben
I set up an application that worked fine on my computer. Then I got a static IP so I had to upgrade my security procedures a little more (not logon as Administrator all the time, give permissions to directories, etc...). I also upgraded to the newest verison of PHP (4.2.3?). Now I get an error message on a page that had worked fine before. I reinstalled the old version, but it doesn't seem to make a difference. The error says:
Code:
Warning: open(C:\PHP\sessiondata\sess_a0385b2570de61f0197e42068d475d14, O_RDWR) failed: m (13) in C:\Sites\bfhp\PHP\login.php on line 5
Warning: open(C:\PHP\sessiondata\sess_a0385b2570de61f0197e42068d475d14, O_RDWR) failed: m (13) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\PHP\sessiondata) in Unknown on line 0
That last error has been reported as a bug on bugs.php.net (or whatever the URL is). It doesn't seem to have been fixed. I'm astonished to not find any mention of it on Tek-tips though...Anyone figuredo ut how to work around it - or know what's wrong with my system? I'm running IIS 5
Thanks
Ben