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?
There is a bug in amember product that you have installed in vBulletin. Please contact us in helpdesk we will fix this.
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
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.
Change that to if ($vbulletin->userinfo['amemberid']){ exec_header_redirect($vbulletin->options['amemberurl'] . "/logout.php"); } this should help.