Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Problem authenticating your post Information

Hi,

I know the cookies thing is a common problem, and here's mine! Here's the scenario:

After clearing all related cookies, both Firefox and Internet Explorer only allow me to log in when "Remember Me" is ticked, and are not allowing me to post (get the "authentication" error).

Vanilla version: 1.1.4
Contents of settings.php cookie section:
$Configuration['BASE_URL'] = 'http://www.boris-johnson.com/forum/';
$Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://www.boris-johnson.com/forum/';
$Configuration['COOKIE_DOMAIN'] = '.boris-johnson.com';
$Configuration['COOKIE_PATH'] = '/forum/';

It is integrated with Wordpress for themes, but not for logins. I cannot change themes either, it gives me the same "authentication" error.

Here is the forum: http://www.boris-johnson.com/forum/

Remedies tried so far:
- Cleared cookies

Please help!

Comments

  • Options
    In addition, the cookies I get in Firefox are:

    lussumocookieone (content: 1)
    lussumocookietwo (content: ac018ff17ac526e737a6ee81a91d6775)
    PHPSESSID (content: 452c4c3a07308c0921f4dd859bf879ca)
    _utmb
    _utmz
    _utmc
    _utma
  • Options
    Anyone have an idea?
  • Options
    I have just had the same issue. I dont know how to solve your problem the way you would wish, however, you can get rid of the post authentication issue by switching back to the People.Class.Authenticator.php instead of the People.Class.WordpressAuthenticator.php. Sorry I can't be anymore help, trying to solve this too myself. At least this way, you can still use your forum! Cheers, D.
  • Options
    I guess there was a problem with its php session settings. It must have been fixed since.
  • Options
    @docgecko: how do i switch back to the People.Class.Authenticator.php instead of the People.Class.WordpressAuthenticator.php?
  • Options
    you remove $Configuration['AUTHENTICATION_MODULE'] = 'People/People.Class.WordpressAuthenticator.php'; from conf/settings.php i did this, i can login, but everytime i click a link, i'm logged out. any suggestions?
Sign In or Register to comment.