Page 1 of 1

V2 Error with french Provider "FREE"

Posted: 29 Oct 2008, 18:51
by verdi
Hello

I am trying now to install Version 2 on my personnal Site, Provider Site is "FREE".

All Files have been copied & if you try to visit, you will see the Mystake :

Warning: session_start() [function.session-start]: open(/mnt/104/sda/1/4/jprotin/sessions/sess_bdcdc099d1cf0ff40cf18548748b3ac8, O_RDWR) failed: No such file or directory (2) in /mnt/104/sda/1/4/jprotin/imagevue.php on line 5

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/104/sda/1/4/jprotin/imagevue.php:5) in /mnt/104/sda/1/4/jprotin/imagevue.php on line 5

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/104/sda/1/4/jprotin/imagevue.php:5) in /mnt/104/sda/1/4/jprotin/imagevue.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at /mnt/104/sda/1/4/jprotin/imagevue.php:5) in /mnt/104/sda/1/4/jprotin/imagevue/include/ivControllerFront.class.php on line 92




You can try yourself at :

http://jprotin.free.fr

Any Suggestion to resolve this Problem will be welcome

Thank you in advance

Regards

JP

Posted: 30 Oct 2008, 04:57
by Nick
Well this line:

Warning: session_start() [function.session-start]: open(/mnt/104/sda/1/4/jprotin/sessions/sess_bdcdc099d1cf0ff40cf18548748b3ac8, O_RDWR) failed: No such file or directory (2) in /mnt/104/sda/1/4/jprotin/imagevue.php on line 5

Indicates that sessions support is broken on your server, happens sometimes here and there.

Try to create /sessions directory in your site root, looks like php tried to store sessions there, and make it writable.

If it won't help you have to paste this like to the email to you hosting provider, that is easy to resolve, they need to create temp dir.

But there is one thing I dont understand - why they store session files under www root on server.

Posted: 30 Oct 2008, 16:19
by verdi
Thank you very much!!!!

After creation sessions folder, all is working fine.

Kind Regards

JP