PDA

View Full Version : error installing please help


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?

ve9gra
01-12-2006, 08:27 PM
It would seem that the folder that Apache/PHP wants to use for storing its sessions variables (c:\web\tmp) is either not existing, or Apache/PHP doesn't have write access to it.

I would recommend trying the tester script (http://www.easyphpcalendar.com/getFile/?file=test) to confirm that sessions are enabled.

Brian
01-12-2006, 09:50 PM
And, if you need to define the sessions path yourself (you web host provider will know), you can use the sessionsPath.php file in the setup directory.