Page 1 of 1

Get this error on top at the page all the time.

Posted: Fri Dec 02, 2011 3:54 am
by illmarin
This is the error:

Warning: session_start() [function.session-start]: open(/var/tmp/sess_157fd3ea2b99c7933bb3587a052b3960, O_RDWR) failed: Permission denied (13) in /home2/fastgear.egensajt.se/www/esr/system/library/session.php on line 11Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/fastgear.egensajt.se/www/esr/index.php:100) in /home2/fastgear.egensajt.se/www/esr/system/library/session.php on line 11

Get almost on every page all the time. I have changed to :

session_save_path("/tmp"); session_start();

in the session.php but it dont help.

Anyone got any idea?

Thank you,

Re: Get this error on top at the page all the time.

Posted: Fri Dec 02, 2011 6:07 am
by grgr
You could try searching for 'session_start'...

99.9% likely that it is a problem with your hosting in that you have run out of space, in particular in the /tmp directory.

Re: Get this error on top at the page all the time.

Posted: Fri Dec 02, 2011 10:45 pm
by illmarin
Its around 2 gigs free on the ftp, so its wierd if it runs out of space?

Re: Get this error on top at the page all the time.

Posted: Fri Dec 02, 2011 10:46 pm
by illmarin
Get this sometimes to :

Fatal error: Call to a member function get() on a non-object in /home2/fastgear.egensajt.se/www/hardfashion/index.php on line 99

Re: Get this error on top at the page all the time.

Posted: Sat Dec 03, 2011 12:27 am
by jcsmithy
The /tmp folder in question is not the one in your FTP, it's one hidden away that only hosts can access.


you will have to speak to them, it's the only way to sort it