Get this error on top at the page all the time.
Posted: Fri Dec 02, 2011 3:54 am
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,
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,