MyBB Community Forums

Full Version: i cant join admin panel [Help)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
oh sorry xD
never mind, hope you find your solution soon!
HELLO MYBB CAN ANY BODY HELP ME PLEASE!!!!!!!!!!!!!!!!!
YES, BUT THERE IS NO NEED TO POST IN CAPITALS Wink

So you've removed the ability for the admin group to access the ACP?? Run these 2 queries in phpMyAdmin:

UPDATE `mybb_users` SET `cancp` = '1' WHERE `gid` = '4';
DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups';
(2010-12-11, 10:18 AM)MattRogowski Wrote: [ -> ]YES, BUT THERE IS NO NEED TO POST IN CAPITALS Wink

So you've removed the ability for the admin group to access the ACP?? Run these 2 queries in phpMyAdmin:

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

#1054 - Unknown column 'gid' in 'where clause'
UPDATE  `forum2dmybbv_users` SET  `cancp` =  '1' WHERE  `gid` =  '4'
phpmyadmin says this, and my group is changed to waiting activiation
Ok, its done very thanks for help @MattRogowski Smile
i delete user groups and datecache and make a new group with all permissions and ad me so i can join panel now very thanks again Smile..
Pages: 1 2