MyBB Community Forums

Full Version: admin cp log out
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
just created a subdomain and used another instance of mybb but when i come to logging in it sometimes does not allow this but then once i am logged in it logs me out when i click an item.

my site is here
Your cookie path is /pics.myvapingright.me/ and should just be /

Edit this in ./inc/settings.php, then you should be able to login; you'll need to edit the setting value again in the ACP straight after.
Logon to your ftp & navigate to~
inc/settings.php

Find~
$settings['cookiepath'] = "/pics.myvapingright.me/";

Replace~
$settings['cookiepath'] = "/";

Then go to ACP > Configuration > General Configuration
And replace the existing cookie path with / and save settings

more information.