MyBB Community Forums

Full Version: HELP! Urgent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I seemed to have blocked myself out of the admin panel because I didnt know main admins when you turned off access to admin panel it would remove you too how can I turn this back on?
(2010-01-12, 10:52 PM)travis Wrote: [ -> ]I seemed to have blocked myself out of the admin panel because I didnt know main admins when you turned off access to admin panel it would remove you too how can I turn this back on?

Try going to your forums HOMEPAGE and adding
admin/index.php
to the end of it.
i removed my permissions Toungue
phpmyadmin is your answer, unfortunately mine is down atm so can't point you in the right direction
ok well tell me when then
I can't really help you with phpmyadmin

HOWEVER, create an account called admin as well as your original account
I'm not sure what people really expect to happen when they remove ACP access from the admin group, because you're in that group...

Run these:

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

Then ACP > Tools & Maintenance > Cache Manager > usergroups > Rebuild Cache.
thanks it worked.