I’m been puzzling over this question for weeks.
The problem is everytime when i logout from vBulletin,and then i click the link which point to the wiki’s pages,It always give the message that like below:
?? Cookies ?????!
- ????????????
- ??????
But in factly,I hav’t login.
After a long work this trouble finally solved.
The method is very very briefness,Just open vbWiki_Auth.php and annotate the 390 line .
This line’s contend like this:
$user->logout();
It means when a new user login ,the old user must logout from vBulletin,And the method logout() will take me to the above message.And if annotate this line,it will take no accient to the program,because the user will be write data at now.
So,just annotate this line , and all question will be solved.