MyBB Community Forums

Full Version: Site Logging in Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try to log into my site after I cleared my Chrome Cach and Cookies. I go to the log in page I enter my account information then I click log in. It says I logged in successfully then it returns me to my forums homepage not logged in. HOW DO I FIX THIS I CAN'T EVEN ACCESS MY ADMIN PANEL.
This happens when cookie settings are not correct. First log into your FTP account and open the file /inc/settings.php. Find the line for cookie_domain. Set that to .yourdomain.com. Set cookie path to just /. Then log into the Admin CP of your forum and right away go to settings and adjust it there.
and more details available here => cookie related guidance for login & logout problems
Thanks! Fixed.

Cookie was set to

$settings['cookiepath'] = "/MyBB/";

$settings['cookiepath'] = "/"; (This fixed it cSmile