Logging into Xenforo with an admin account

Discussion in 'Integration' started by planetofthevapes, Mar 9, 2015.

  1. planetofthevapes

    planetofthevapes New Member

    Joined:
    Sep 12, 2014
    Messages:
    11
    Hi,

    Might be a silly question but got amember integrated with Drupal and Xenforo and is all working as expected except I can't login with an account with administrator privileges.

    I can log in fine to the admin control panel at /admin.php but that doesn't log me into the front end of the forum which obviously redirects to amember which doesn't allow administrative logins. Going around in circles a bit!

    Help! :D
  2. planetofthevapes

    planetofthevapes New Member

    Joined:
    Sep 12, 2014
    Messages:
    11
    Never mind sorted it!

    Just to note to any that might have this problem in the future that you'll need to make sure your xenforo config has the correct cookie path set.

    If it's not there already add:

    PHP:
    $config['cookie']['path'] = '/forums/';
    Change /forums/ to whatever directory your forum is installed into.
    frybread likes this.

Share This Page