MyBB Community Forums

Full Version: Help- AdminCP Can't login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all..

I cant enter my admincp because i edit in group for administration. i un tick for admin cant enter admincp. So how i want enter my admincp back...Pease help....

How to solved..now admin cant enter admincp Huh
Run these queries in phpMyAdmin:
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4';

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

Then go to: AdminCP >> Tools & Maintenance >> Cache Manager >> usergroups >> Rebuild Cache
(2010-08-28, 02:22 AM)AJS Wrote: [ -> ]Run these queries in phpMyAdmin:
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4';

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

Then go to: AdminCP >> Tools & Maintenance >> Cache Manager >> usergroups >> Rebuild Cache

can write detail please..i not familiar use phpmyadmin...i newbies

thanks
Go to your cPanel and find phpMyAdmin, go to your MyBB database and then click the SQL tab, copy and paste those queries there. Smile
(2010-08-28, 02:40 AM)AJS Wrote: [ -> ]Go to your cPanel and find phpMyAdmin, go to your MyBB database and then click the SQL tab, copy and paste those queries there. Smile

oknice...thankyou so much....Big GrinBig Grin