Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Errors in Apache - Directory

Status
Not open for further replies.

Phyzz

MIS
Sep 6, 2003
11
US
I have WinXP. I have Installed PHP and MySQL on my Apache box.
when i go to Install Phpwebthings it gives me thies warnings/errors how can i fix this?



Warning: session_start(): open(/tmp\sess_ba75fa99af62b443eb777fcef37edb3e, O_RDWR) failed: No such file or directory (2) in C:\web\phpweb\install.php on line 2

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\web\phpweb\install.php:2) in C:\web\phpweb\install.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\web\phpweb\install.php:2) in C:\web\phpweb\install.php on line 2



Warning: Unknown(): open(/tmp\sess_ba75fa99af62b443eb777fcef37edb3e, O_RDWR) failed: No such file or directory (2) 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 (/tmp) in Unknown on line 0
 
This is a PHP issue.you haven't edited your
Code:
php.ini
file correctly.

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top