MyBB Community Forums

Full Version: Cannot Login, 'Solutions' NOT working.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

Having issues with logging in etc. Cookies are configured correctly etc. Issue came about after messing around with ssl certificates that didn't work.

Link
edit ~/inc/settings.php file and change cookie secured flag value to 0 [zero]
$settings['cookiesecureflag'] = "0";

then you should be able to log into forum admin panel
again change cookie secured flag value to 0 [zero] at Site Details page of Configuration Section

it would be better to get a domain name soon & use it ...

(get security certificate & add security layer if required)
[Setting up HTTPS - MyBB Documentation]
(2019-01-21, 06:39 AM).m. Wrote: [ -> ]edit ~/inc/settings.php file and change cookie secured flag value to 0 [zero]
$settings['cookiesecureflag'] = "0";

then you should be able to log into forum  admin panel
again change cookie secured flag value to 0 [zero]  at Site Details page of Configuration Section

it would be better to get a domain name soon & use it ...

(get security certificate & add security layer if required)
[Setting up HTTPS - MyBB Documentation]

Did not work