Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Bonk error when I logout and when I click on users / authentication in Dashboard*

legrandselegrandse
edited September 2011 in Vanilla 2.0 - 2.8
Hello,

For a reason that I can't explain, when I want to logout I've got the message 'Bonk..."

The same bug (?) also appears when I click on Users/authentication in the admin panel.

What can I do to solve this problem?

Thxs for your help.
Tagged:

Best Answer

Answers

  • Options
    UnderDogUnderDog MVP
    Answer ✓

    There was an error rendering this rich post.

  • Options
    Hi,

    I guess that this problem is for restrictions that we put on guest users. when we logged out , we changed to a guest. Then we can't see the page and we receive this "bonk" error. But anyway now I don't know how can I solve this problem and how it redirect to another page!
  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    edited October 2011
    find something like
    $Configuration['Garden']['Authenticator']['SignOutUrl']         = '/entry/signout/{Session_TransientKey}?Target=%2$s';
    in conf -> config-defaults.php

    change %2$s from ?Target=%2$s to any URL you want

    eg discussions to go to yourforum.com/discussions/
    or categories/categoryName to go to a particular category with name categoryName

    There was an error rendering this rich post.

Sign In or Register to comment.