MyBB Community Forums

Full Version: How to access AdminCP now?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I logged in to my AdminCP and un user group Section i unchecked
User of this group can access AdminCP

i did that for Administrators Sad

now no user group on my forum can access AdminCP

what to do?

sorry for this stupidity Smile
Run this in phpMyAdmin:
UPDATE mybb_usergroups SET cancp=1 WHERE gid=4

Then create this file and upload it to your webhost:
<?php
// rebuildgroups.php

define('IN_MYBB', 1);
require './global.php';

$cache->update_usergroups();

echo 'finished updating usergroups - try ACP login now';

?>
Run that script in your browser.
wow.............

thanksssss Dennis Smile