MyBB Community Forums

Full Version: Problem login ACP after edit in configuration cookie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have edited "Path cookie" in ACP - General Configuration, from "/forum/" to "/".
Now I can't login in ACP, how can I resolve it without re-install mybb?
thank you in advance
Open inc\settings.php in a text editor and find:

$settings['cookiepath'] = "/";
(as per the value you have set)

Change it to:

$settings['cookiepath'] = "http://yoursite.com/";
(Use your real site address)

Save it and reupload. Then refresh. Try logging in.
Thank you very much! Now it works Smile