Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Panel (1.0.2) Logout Error

Viewing 3 replies - 1 through 3 (of 3 total)

  • subtlegusto
    Member

    @subtlegusto

    So I see that bb_logout_link handles the href for logout links (for the Admin panel, admin-header.php, ln 44). I’ve commented out the bb_get_uri bit that adds re=http://example.org/forums/ to the href, and this fixes the logout problem.

    What’s the redirect for?

    I have another install that IS integrated, and I don’t have problems with the redirect there. I’ve been comparing files but haven’t found anything yet. Could this be .htaccess related?

    I did see another post in the forums about re=, but it didn’t go anywhere. Anyone have suggestions?

    Thanks!

    Just to add I’m seeing this as well.

    If you use the ‘Log Out’ button from the admin dashboard to dumps me to this link:

    http://www.xxxxx.xxx/forum/bb-login.php?logout=1&re=http://www.xxxxx.xxx


    Michael
    Participant

    @michael888

    I see this is an old thread, but I’ll explain anyway. I also see that subtlegusto has moved to phpBB.

    The difference in URI’s is this:

    When logging out of the admin panel, the re tells the script to go back to the forum itself (after logging out).

    When logging out of the forum, it doesn’t need to change the page. All it needs to do is delete the login cookies, which is what logout=1 is for. That’s why there’s no re in the path.

    I don’t see why an error like that would appear – but it could possibly be that the installation was corrupt (least likely) or that permissions for the file may have been incorrect.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar