I think that's because I moved UserSettings page to fight spam. So nothing is broken now :)<br>Sorry for the spam.<br><div class="gmail_quote">On Fri Dec 26 2014 at 11:41:13 PM fishy <<a href="mailto:fishywang@gmail.com">fishywang@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Actually, The "Logout" after search box doesn't work, but the "Logout" button on UserSettings page still works.<br><br><div class="gmail_quote">On Fri Dec 26 2014 at 11:00:35 PM fishy <<a href="mailto:fishywang@gmail.com" target="_blank">fishywang@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks. That kicked the error away, but logout doesn't really work (I'm still logged in).<br><br><div class="gmail_quote">On Fri Dec 26 2014 at 11:27:43 AM Brian Koontz <<a href="mailto:brian@wikkawiki.org" target="_blank">brian@wikkawiki.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Dec 26, 2014 at 07:31:01AM +0000, fishy wrote:<br>
> Merry Christmas & thanks!<br>
><br>
> There is actually a problem on my Dreamhost.<br>
><br>
> On Line 3892 of libs/Wakka.class.php:<br>
><br>
> $_SESSION = [];<br>
<br>
In typical confusing fashion, the PHP docs actually recommend<br>
<br>
session_destroy();<br>
<br>
So replace $_SESSION=[] with something like this:<br>
<br>
session_destroy();<br>
session_id('');<br>
unset($_SESSION['user']);<br>
<br>
  --Brian<br>
<br>
--<br>
Brian Koontz<br>
Wikka Development Team<br>
Systems Support and Random Tasking Dept.<br>
<br>
______________________________<u></u><u></u><u></u>_________________<br>
WikkaWiki Community mailing list<br>
<a href="mailto:community@lists.wikkawiki.org" target="_blank">community@lists.wikkawiki.org</a><br>
<a href="http://lists.wikkawiki.org/mailman/listinfo/community" target="_blank">http://lists.wikkawiki.org/<u></u>mai<u></u><u></u>lman/listinfo/community</a><br>
</blockquote></div></blockquote></div></blockquote></div>