MyBB Community Forums

Full Version: Problem with forum login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • Detailed description of your problem
    I am having an issue with the forum, upon logging in and the redirection taking me back to the index, the index still displays the old tokens which still require login, sometimes refreshing the page once or twice does the trick but I would like it to work as it should like this forum does.
  • URL to your forum/URL to specific problematic page
    Not necessary
  • New installation or upgrade (from which version of MyBB)?
    Version 1.8
forum url is required to check.
looks like cookies are not storing / some type of cache is affecting.
(2018-03-15, 01:20 PM).m. Wrote: [ -> ]forum url is required to check.
looks like cookies are not storing / some type of cache is affecting.

Okedoke,

http://darxgaming.net

Thank you.
cookie domain needs to be changed to .darxgaming.net (it has a dot at the beginning)

first change it in ~/inc/settings.php file
$settings['cookiedomain'] = ".darxgaming.net";


clear your browser cookies by clicking link on this page
close your browser, reopen it & login to forum admin panel

at Site Details page of Configuration section, again change cookie domain
to .darxgaming.net and save the settings. that should fix the logins issue.
(2018-03-15, 02:00 PM).m. Wrote: [ -> ]cookie domain needs to be changed to .darxgaming.net (it has a dot at the beginning)

first change it in ~/inc/settings.php file
$settings['cookiedomain'] = ".darxgaming.net";


clear your browser cookies by clicking link on this page
close your browser, reopen it & login to forum admin panel

at Site Details page of Configuration section, again change  cookie domain
to .darxgaming.net and save the settings. that should fix the logins issue.

Ahh thank you kindly!

Cookie domain was set to ".www.darxgaming.net" by default.

All sorted now, thanks for your help.