Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Random Session Start errors
Hello,
I randomly am recieving this error message:
Notice: session_start(): ps_files_cleanup_dir: opendir(/var/sessions) failed: Permission denied (13) in /home/callgirl/public_html/library/Vanilla.Session.class.php on line 63
0
This discussion has been closed.
Comments
Notice: session_start(): ps_files_cleanup_dir: opendir(/var/sessions) failed: Permission denied (13) in /home/callgirl/public_html/library/Vanilla.Session.class.php on line 63
It looks pretty straightforward to me. session_start was called and it failed to access the sessions directory, returning a "Permission denied" error. Server problem.