Page 1 of 1

Function.session-start

Posted: 23 Jun 2009, 02:50
by thomas maquaire
Hi,

I have just uploaded imagevue X2 on my server, and before any modification, here are the message I get. I think this can be due to permission, because I have trouble setting the permissions of my folders (I have ust asked the provider for support on this) but I would like to have your feedback on this.

Thanks
Thomas

------------------------------------------------------
function.session-start]: open(/mnt/142/sda/6/1/carotoc/sessions/sess_a1c79f06ba404ecd25fcd632f06a377f, O_RDWR) failed: No such file or directory (2) in /mnt/142/sda/6/1/carotoc/test2/imagevue.php on line 5

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

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/142/sda/6/1/carotoc/test2/imagevue.php:5) in /mnt/142/sda/6/1/carotoc/test2/imagevue.php on line 5
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /mnt/142/sda/6/1/carotoc/test2/imagevue.php:5)
Filename: /imagevue/include/ivControllerFront.class.php
Line Number: 98

Warning: Cannot modify header information - headers already sent by (output started at /mnt/142/sda/6/1/carotoc/test2/imagevue.php:5) in /mnt/142/sda/6/1/carotoc/test2/imagevue/include/ivControllerFront.class.php on line 98

Posted: 23 Jun 2009, 05:27
by Nick
Sessions misconfigured, temp dir where php tries to write is absent:

/mnt/142/sda/6/1/carotoc/sessions/

You can try to create this dir if you have an access to carotoc/ and make it writable, or just contact your hoster and ask them to resolve this.

Posted: 23 Jun 2009, 12:49
by Ancalagon79
Oui il faut créer ce répertoire, tu dois àªtre chez Free.fr et il faut absolument le répertoire "sessions" à  la racine de ton site.

C'est le màªme problème qu'ici :
viewtopic.php?t=5252

@+

Posted: 29 Jun 2009, 16:57
by thomas maquaire
Thanks to both of you.

I have the same issue ;/

Posted: 11 Apr 2010, 12:24
by kepler
I have the same issue on my web www.henrik.kepler.dk I tried to create the temp Dir, but no luck yet ...

Posted: 13 Apr 2010, 04:10
by Nick
No luck in what way? You need to create the folder in the path you see in the error message. Also I'd suggest you contact your hosting provider, this might help both you and other people on their server.