Problem in vbulletin to logout

Discussion in 'Integration' started by huronarg, Oct 12, 2009.

  1. huronarg

    huronarg aMember Pro Customer

    Joined:
    Oct 4, 2009
    Messages:
    5
    When a registered member tries to logout from vbulletin, it gets and error:

    "Forbidden
    You don't have permission to access /amember/logout.php on this server."

    What can we do to enable it?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    There is a bug in amember product that you have installed in vBulletin.
    Please contact us in helpdesk we will fix this.
  3. huronarg

    huronarg aMember Pro Customer

    Joined:
    Oct 4, 2009
    Messages:
    5
    Thanks alexander.
    Already posted the ticket and waiting for reply
  4. d4webdesign

    d4webdesign New Member

    Joined:
    Sep 8, 2009
    Messages:
    9
    Please let me know how to fix this as well.
  5. ecsdave

    ecsdave New Member

    Joined:
    Oct 22, 2009
    Messages:
    1
    I'm trying to help someone "fix this issue", and instead of having them "log a support ticket", having the answer posted here would be fantastic...

    Be Well!
    ECS Dave
  6. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Please submit ticket I will attach updated plugin.
  7. scooterdam

    scooterdam New Member

    Joined:
    Oct 24, 2009
    Messages:
    27
    I have the same problem, i had a peek into the vBulletin configuration file and see this:
    if ($vbulletin->userinfo['amemberid']){
    exec_header_redirect($vbulletin->options['amemberurl'] . "/logout.php?amember_redirect_url=" . $vbulletin->options['bburl']);
    }
    I get this message when i log out :

    http://vbulletinurl.com/%7B$config.root_url%7D/logout.php?amember_redirect_url=http://communaute.referencementschool.com

    getting a 404 error.
  8. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Change that to
    if ($vbulletin->userinfo['amemberid']){
    exec_header_redirect($vbulletin->options['amemberurl'] . "/logout.php");
    }

    this should help.
  9. joseph6luna

    joseph6luna New Member

    Joined:
    Feb 8, 2010
    Messages:
    1
    I am getting the same error, can you help.

Share This Page