Simon
|
| Posted: 08/13/2002, 10:40 AM |
|
I'm setting up a project in Codecharge using MySQL. All seems good - the database connection is good and Codecharge is generating without any error messages BUT I'm getting this when I display the .php files.
"Warning: open(/tmp\sess_6218c43bcd7d09d815d4cfedfcf0e4a0, O_RDWR) failed: No such file or directory (2) in c:\program files\apache group\apache\htdocs\twincitiestogo\locationgrid.php on line 16"
is displayed above the information from the database, whilst underneath it this is displayed:
"Warning: open(/tmp\sess_6218c43bcd7d09d815d4cfedfcf0e4a0, 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"
Anyone know what to do to get rid of these? Otherwise everything seems to work.
Thanks!
|
|
|
 |
Ronb
|
| Posted: 08/13/2002, 1:38 PM |
|
look in your php.ine file and set the temp directory to a valid directory, alternatively:
create a directory under c: called tmp
that should solve your problem
|
|
|
 |
Simon
|
| Posted: 08/13/2002, 2:01 PM |
|
Great stuff - tried it and it works! Thanks so much!
Simon
|
|
|
 |
|