PDA

View Full Version : Warning session_start


mouloud13
07-15-2006, 09:47 PM
I have just installed PP today. Everything seemed to be all right. The application is located at the following URL http://jeanclaude.turano.free.fr/BLOG

When I launched the install script the tables were created perfectly.The problem is when I launch the index script. I have got 3 warnings and I can't have access to the application even if I enter the right username and password. I have no idea of what is going wrong.

Warning: session_start() [function.session-start]: open(/mnt/120/sdc/6/1/jeanclaude.turano/sessions/sess_6d2f423391a9757c0cd71a80160b3066, O_RDWR) failed: No such file or directory (2) in /mnt/120/sdc/6/1/jeanclaude.turano/BLOG/admin/index.php on line 36

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/120/sdc/6/1/jeanclaude.turano/BLOG/admin/index.php:36) in /mnt/120/sdc/6/1/jeanclaude.turano/BLOG/admin/index.php on line 36

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/120/sdc/6/1/jeanclaude.turano/BLOG/admin/index.php:36) in /mnt/120/sdc/6/1/jeanclaude.turano/BLOG/admin/index.php on line 36

blinking8s
07-15-2006, 09:52 PM
use the forum search, try 'sessions' or see if http://wiki.pixelpost.org has anymore information.

I assume that if everything is uploaded correctly, you must ask you host about this.

mouloud13
07-15-2006, 10:26 PM
Don't worry, I searched before creating the thread but haven't found anything.
Finaly I solved the problem just by creating the directory named "sessions" at the root location.

blinking8s
07-16-2006, 01:21 AM
thats cool...i found several different solutions when i ran a search, but yours is a new one...glad its working