MyBB Community Forums

Full Version: Forum Locked
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get the auth code error

so if i even want to edit the templates fir the solution the acp isnt loggin in
it logs me in and after that if u go to a page like templates, it logs me out.

FULL forum is locked, i cant register, login anything
Hm you sure it only happens on the templets page?

Cuz to me it sounds like a cookie issue.
Auth code error issue is completely different than the logging out from ACP issue.
Check the cookie paths declared in your inc/config.php file...
(2020-10-31, 11:30 AM)effone Wrote: [ -> ]Auth code error issue is completely different than the logging out from ACP issue.
Check the cookie paths declared in your inc/config.php file...

i dont see any cookie sets in the config.php file

(2020-10-31, 10:26 AM)Dev0908 Wrote: [ -> ]Hm you sure it only happens on the templets page?

Cuz to me it sounds like a cookie issue.

all
Sorry, I meant settings.php

Check these values:
$settings['cookiedomain'] = ".yoursite.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";