Anonymous - 2003-08-11

I get the following PHP errors on every page of my PHPWiki installation:

c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\Request.php:240: Warning[2]: session_start(): open(/tmp\sess_b891f8f7fe000862cf868f252ca288b0, O_RDWR) failed: No such file or directory (2)

c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\Request.php:240: Warning[2]: session_start(): Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\XmlElement.php:239)

c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\Request.php:240: Warning[2]: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\XmlElement.php:239)

c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\display.php:135: Warning[2]: Cannot modify header information - headers already sent by (output started at c:\program files\apache group\apache\htdocs\wiki\phpwiki\lib\XmlElement.php:239)

AND at the bottom:

Unknown:0: Warning[2]: Unknown(): open(/tmp\sess_b891f8f7fe000862cf868f252ca288b0, O_RDWR) failed: No such file or directory (2)

Unknown:0: Warning[2]: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp)

This is with PHPWiki 1.3.4, PHP 4.32, MySQL 12.20 Distrib 4.0.13 on Windows XP.

Thanks in advance for any help.