PDA

View Full Version : Warning: session_start(): ....


KorTeX
07-14-2004, 05:16 AM
Hi !

I installed subreamer with no problems on localhost but I have some problems on the web. I received these messages on all the pages :

Warning: session_start(): open(/var/www/free.fr/7/1/anilax/sessions/.sess_6d9051d7b3206514ad7f79031e04c35e, O_RDWR) failed: No such file or directory (2) in /var/www/free.fr/7/1/anilax/sub/index.php on line 7

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/free.fr/7/1/anilax/sub/index.php:7) in /var/www/free.fr/7/1/anilax/sub/index.php on line 7

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/free.fr/7/1/anilax/sub/index.php:7) in /var/www/free.fr/7/1/anilax/sub/index.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at /var/www/free.fr/7/1/anilax/sub/index.php:7) in /var/www/free.fr/7/1/anilax/sub/index.php on line 8


And it's worst in admin panel because I can't enter in. I think the matter comes from my host FREE and I would like to know how to delete these errors.

Thank you

Saikou
07-14-2004, 07:07 AM
Errors like that usually indicate that the server doesn't have PHP setup correctly. Try emailing them and explaining the errors and they should fix them.

Edit: Actually it seems your host has it setup so your sessions go in your webspace rather than a global webspace folder. Try creating a folder called 'sessions' in your main directory.