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.
Sign out problem
Hi all,
I have installed lussumo vanilla 0.9.2.6 forum. However, I have encountered this error everytime I signed out:
Warning: session_destroy(): Session object destruction failed in
c:\hosting\test\member\xp\forum\library\Vanilla.Session.class.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at
c:\hosting\test\member\xp\forum\library\Vanilla.Session.class.php:33) in
c:\hosting\test\member\xp\forum\library\Vanilla.Session.class.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at
c:\hosting\test\member\xp\forum\library\Vanilla.Session.class.php:33) in
c:\hosting\test\member\xp\forum\library\Vanilla.Session.class.php on line 37
Was it something I did wrong?
Regards,
copet80
0
This discussion has been closed.
Comments
If it signs you out alright and you dont mind living with the errors too much i seriously think just waiting for the official v1 release would be the easiest thing unless anyone else has any bright ideas?
session_destroy();
in Vanilla.Session.class.php on line 33 with
unset($session_variable);
I have no idea if that works at all, but it may.