View Full Version : An error occurred while attempting to log you out. Click here to log out.
ZeroPrime
09-03-2004, 04:32 PM
An error occurred while attempting to log you out. Click here to log out.
i keep getting this error when i log out of my vbulletin forum, i dont know why i get it the forum hasent been modified at all apart from the template.
any help would be nice thx
filburt1
09-03-2004, 04:33 PM
Revert templates that had the logout link.
Blindchild02
09-03-2004, 04:40 PM
i get this too, and i havent edited any logout templates
ZeroPrime
09-03-2004, 04:52 PM
My username_loggedout template is the template i need to revent??
if so then it cannot be reverted cause it hasent been changed
58sniper
09-03-2004, 07:47 PM
My username_loggedout template is the template i need to revent??
if so then it cannot be reverted cause it hasent been changed
The problem is usually that the link to login.php isn't submitting the user ID.
Find the template that contains the link, and make sure that it points to
$vboptions/login.php?$session[sessionurl]do=logout[B]&u=$bbuserinfo[userid]
the stuff in bold is probably missing from yours.
ZeroPrime
09-18-2004, 08:41 AM
This is what i found when i searched for "&u=$bbuserinfo[userid]" this line is from my "username_loggedin" template.
I couldnt find "$vboptions[bburl]/login.php?$session[sessionurl]do=logout" any where else but in my "username_loggedin" template.
(This is what is in my "username_loggedin" template")
<tr>
<td class="alt1"><b>$vbphrase[logged_in_user]:</b></td>
<td class="alt1">$bbuserinfo[username] <span class="smallfont"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]">$vbphrase[log_out]</a></span></td>
</tr>
rinkrat
09-20-2004, 11:49 PM
I replaced the link in my navbar and forumhome with the one above and it still doesn't work. I even copied the links directly from the default templates and it still gives the error.
AN-net
09-21-2004, 01:01 AM
it was instructed in upgrade i think from 3.0.0++ to revert the navbar due to changes in the navbar log out link;)
eblivion
09-30-2004, 06:12 PM
The problem is usually that the link to login.php isn't submitting the user ID.
Find the template that contains the link, and make sure that it points to
$vboptions/login.php?$session[sessionurl]do=logout[B]&u=$bbuserinfo[userid]
the stuff in bold is probably missing from yours.
The url contains everything you mentioned and I still get the error.
Zachery
09-30-2004, 06:43 PM
Then you might not have the correct files in place
For anyone wondering, you need to revert the NAVBAR and FORUMHOME template or addd the additional code.
eblivion
09-30-2004, 07:00 PM
I reverted the navbar template and made my customizations to it again. It now works properly.
~ Thanks ~
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.