Hey all,
After searching I managed to find this thread
http://www.nuhit.com/forums/vbwiki-p...n-problem.html
Quote:
Originally Posted by kremer4 View Post
Think I got it, edit the file "/vbWiki/vbWiki_Auth.php"
Put // infront of the following lines
$user->logout();
global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;
So it should be
//$user->logout();
//global $wgEnableParserCache, $wgParser, $wgOut, $wgCachePages;
Let me know if this works for you. I also made one other change but I don't think it's related. If this does not work then I'll post the other change I made.
I have cleared my cookies, restarted my browsers (both IE and Firefox) and it's working for me everytime now.
|
I tried it on my vBulletin and I don't seem to have the log out problem anymore. However, the following was also mentioned
Quote:
works, which is great. But now there is another issue (although a small one). Even though it is officially logged out of vbulletin and mediawiki, if you visit the mediawiki it still shows as being logged in (eventhough it really isn't).
In the upper-right hand corner, it still shows the old user and the logout button. It's a small thing, but the last step to get it working 100%.
Added Note: If I manually delete my cookies in the web browser, then it seems to work fine. But I would have to manually delete my cookies everytime.
|
BUT I haven't seen that problem yet.
I just applied this "fix" and haven't tested it too much, but as mentioned, first results seems to be that commenting out that code fixes the logout bug.