MyBB Community Forums

Full Version: nomore Admin panel!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have changed the permission of the group Administrators, i removed the "can use AdminCP", well it was a mistake, is there any method to get it back? because I have installed a special theme and many plugins and don't want to install all that again
thank you..
Can't understand why people do this...

Run this query in phpMyAdmin...

UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4';

... and then run this one...

TRUNCATE TABLE `mybb_datacache`;

...then, login, go to ACP > Tools & Maintenance > Cache Manager > and rebuild all of the caches.
oh my god thank you, ya it was a stupid mistake, thanks alot for the fast reply and help