Wenley
|
| Posted: 02/01/2003, 10:38 AM |
|
Can anyone help me to solve this big problem, it's very urgent ?
After installing CCS 1 (even CC2 beta1), all generated PHP code, error occur
after running any PHP file :
"Warning: open(/tmp\sess_fc8c94d3031163960638afb2ce9f2b06, O_RDWR) failed: m
(2) in C:\apache\phpapp\Common.php on line 9
Warning: SQL error: [Microsoft][ODBC Driver Manager][ ......]SQL state IM002
in SQLConnect in C:\apache\phpapp\db_odbc.php on line 54
Database error: Link-ID == false, odbc_pconnect failed
ODBC Error: 0 ()
Session halted.
Warning: open(/tmp\sess_fc8c94d3031163960638afb2ce9f2b06, O_RDWR) failed: m
(2) in C:\apache\phpapp\db_odbc.php on line 0
Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (/tmp) in
C:\apache\phpapp\db_odbc.php on line 0"
My system configuration is :
Windows 2000 Server - "PHPTriad 2.11" installed
The error occurs, too , even generated from the bundling examples.
Am I missed to install any components, or missing some steps on generating
project.
Thanks a lot.
Wenley.
email :wenley@infosecuritypro.com
|
|
|
 |
RonB
|
| Posted: 02/01/2003, 12:55 PM |
|
"Warning: open(/tmp\sess_fc8c94d3031163960638afb2ce9f2b06, O_RDWR) failed"
Looks to me the /tmp directory doesn't exist look under C:\ if there is a tmp directory if there isn't create it and most likely your troubles will be over.
Ron
|
|
|
 |
Wenley
|
| Posted: 02/01/2003, 10:55 PM |
|
The problem is solved.
Thank you very much.
|
|
|
 |
|