When I try to load the phpadmin/test.php file I get this at the top:
and at the bottom of the page after all the phpinfo output I get:Warning: session_start(): open(C:\temp\sess_e1b4066226c4002e50b47dab02acb002, O_RDWR) failed: No space left on device (28 ) in c:\inetpub\wwwroot\phpadmin\test.php on line 3
My php.ini file contains:Warning: Unknown(): open(C:\temp\sess_e1b4066226c4002e50b47dab02acb002, O_RDWR) failed: No space left on device (28 ) 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 (C:\temp) in Unknown on line 0
I have verified that all users on this system have read and write access to this folder, and there is approx 55gb of free disk space.session.save_path = "C:\temp"
My system specs are:
PHP 4.3.10
IIS 6.0
Windows Server 2003 for Small Business
This happens with the scripts I write as well as the phpadmin test script. My other system, runninga Apache, has no problems running the same script, so I know its likely a problem with IIS or the Windows server.
If anyone has had a similar problem or has any suggestions, it would be greatly appreciated.
Thanks[/quote]