odelein
01-12-2006, 06:28 PM
I'm trying to install the calendar on my apache web server for testing. The installer runs well but when I get to the setup page this is what i get:
Warning: session_start() [function.session-start (http://localhost/calendar/setup/function.session-start)]: open(c:/web/tmp/\sess_4f0a1f871090bd2251b440c133fb4a81, O_RDWR) failed: No such file or directory (2) in C:\web\calendar\setup\index.php on line 14
Warning: session_start() [function.session-start (http://localhost/calendar/setup/function.session-start)]: Cannot send session cookie - headers already sent by (output started at C:\web\calendar\setup\index.php:14) in C:\web\calendar\setup\index.php on line 14
Warning: session_start() [function.session-start (http://localhost/calendar/setup/function.session-start)]: Cannot send session cache limiter - headers already sent (output started at C:\web\calendar\setup\index.php:14) in C:\web\calendar\setup\index.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at C:\web\calendar\setup\index.php:14) in C:\web\calendar\setup\index.php on line 15
Warning: Unknown: open(c:/web/tmp/\sess_4f0a1f871090bd2251b440c133fb4a81, 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 (c:/web/tmp/) in Unknown on line 0
Can somebody help?
Warning: session_start() [function.session-start (http://localhost/calendar/setup/function.session-start)]: open(c:/web/tmp/\sess_4f0a1f871090bd2251b440c133fb4a81, O_RDWR) failed: No such file or directory (2) in C:\web\calendar\setup\index.php on line 14
Warning: session_start() [function.session-start (http://localhost/calendar/setup/function.session-start)]: Cannot send session cookie - headers already sent by (output started at C:\web\calendar\setup\index.php:14) in C:\web\calendar\setup\index.php on line 14
Warning: session_start() [function.session-start (http://localhost/calendar/setup/function.session-start)]: Cannot send session cache limiter - headers already sent (output started at C:\web\calendar\setup\index.php:14) in C:\web\calendar\setup\index.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at C:\web\calendar\setup\index.php:14) in C:\web\calendar\setup\index.php on line 15
Warning: Unknown: open(c:/web/tmp/\sess_4f0a1f871090bd2251b440c133fb4a81, 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 (c:/web/tmp/) in Unknown on line 0
Can somebody help?