MyBB Community Forums

Full Version: Can't log in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I need urgent help.

I woke up this morning i got like 4 emails for a new password on my forum then i go on my forum I log in, i am still in the Administrators Group and when i go to http://fragbox.ro/forum/admin/ i click on Log in and after that it shows me the same page, all the Administrators got this.. we can't log in there and also the ACP link is not shown near to the Mod CP on the main page.

Please help.

Thank you.

EDIT: It's the last version of MyBB, i just installed it a few days because i used it in the past and i was kinda satisfied, i did not have this kind of problem since now..
put incorrect password and check what happens ; clear browser cookies related to your forum & try again..
http://community.mybb.com/thread-74904.html

Follow Matt's suggestions. If the problem still persist, then we can figure out a different solution.
Sounds like you've lost ACP access... run these queries in phpMyAdmin:

UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4';
DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups';

Load the forum, try again, and it should work.
Done, it's working, thank you!