tatong@sarangola.com
|
| Posted: 06/06/2002, 11:01 PM |
|
These are the errors i'm getting on my first try in CCs1.0
------
Warning: open(/tmp\sess_eef7cb03b710814ac5aa8c7670f6f2ca, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\empldir\Common.php on line 9
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\empldir\Common.php:9) in c:\inetpub\wwwroot\empldir\Common.php on line 1026
Warning: open(/tmp\sess_eef7cb03b710814ac5aa8c7670f6f2ca, 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
-----
Can anyone tell me whats wrong. Dont know anything about PHP and Mysql...
Tatong Esguerra
|
|
|
 |
tatong@sarangola.com
|
| Posted: 06/06/2002, 11:46 PM |
|
Thanks Guys......
I solved it by going in the php.ini and pointed the session path to the right one.. which in this case c:\tmp
tatong
|
|
|
 |
Roy
|
| Posted: 08/27/2002, 10:03 AM |
|
Thanks the solution is right, you should set the session.save_path to C:\tmp;
Can anybody explain me why I it should be like that. The default setting is c:\phpdev\php\temp . Why is that incorrect? The path does exist!
Thanks for your help.
Roy
|
|
|
 |
|