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.
Friend is getting errors..
lament
✭
friend says:
so my sites just went down for a while, and when they came back up, this appears on my vanilla board:
Warning: session_start(): open(/tmp/sess_80e59cc58beb5c8a171cfbafe8a70aa3, O_RDWR) failed: Permission denied (13) in /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php on line 63
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php:63) in /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php on line 63
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php:63) in /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php on line 63
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php:63) in /home/xxx/xxx/xxx.com/xxx/extensions/WhosOnline-1.0.6.php on line 127
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php:63) in /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php on line 27
the first thing i tried was resetting the CHMOD for the directory and the Vanilla.Session.class.php file, but that didn't change anything. then i tried restoring my database to an older one, but that also didn't change anything.
i think some temp file i cannot access is b0rked, am i somewhat right on this?
what could i do to fix this?
Oh, and it's a Dreamhost account.
[on a side note, Mark, if you can add skurk from YH as a user here, he'd appreciate it, as it's his problem currently and he's not approved as a member yet]
0
This discussion has been closed.
Comments
but there are some that are having the same error.
reference thread
Warning: session_start(): open(/tmp/sess_80e59cc58beb5c8a171cfbafe8a70aa3, O_RDWR) failed: Permission denied (13) in /home/xxx/xxx/xxx.com/xxx/library/Vanilla.Session.class.php on line 63
It is the source of all the other errors as well.
Tehere are some possible sources of your problem: - the "/tmp" folder does not exist - the user you are using for runnig Apache does not have the writing rights on "/tmp" folder You should verify these.