MyBB Community Forums

Full Version: Admin Authorities Gone!!! Help Needed Immediately
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
That's not what you initially said.

Quote:I totally forgot to move the hidden admin to the new group..

So both admin groups do not have access to the admincp?

That's more trouble since I think the datacache is used for that. You'll now need to edit mybb_datacache which is more complex and easier for you to screw up your whole forum.

Someone might have to hack quick page for you to regain admincp.
I have put the hidden admin account to the new group using phpmyadmin, but this new group is not set to have admin permissions, and the Administrator group also don't have permission to access admin cp...

So, what should I do to them, to get access to admin cp?

I think, by the query which larbrocca gave, we can just move users between groups...
or if I am wrong, please correct me.
Thanks
Run these queries in phpMyAdmin:
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4'
(replace 4 accordingly)

DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups'

Then go to ACP >> Tools & Maintenance >> Cache Manager >> usergroups >> Rebuild Cache
(2011-06-21, 07:44 PM)labrocca Wrote: [ -> ]That's not what you initially said.

Quote:I totally forgot to move the hidden admin to the new group..

So both admin groups do not have access to the admincp?

Now, you have got my problem.
I can't screw my whole forum, anyway, I have backup which is 4 days old.. its not that bad

@AJS nothing happened
Edit : posted thru quick reply ... not seen recent responses
____________________________

I have seen this SQL code recently on this community. no harm in trying
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4'; 
DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups'; 
DELETE FROM mybb_datacache WHERE title = 'usergroups';

Should I have to execute it as it is? or have to replace the title and usergroups with something?
^ that's as it is...
nothing happened guys
I think I have to restore my forum... Sad
Did you rebuild the cache?
Pages: 1 2