MyBB Community Forums

Full Version: PLUGIN Access Denied!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello members,

In the admin cp it tells me that Access is Denied for plugins...

What can be done D:

Thanks very much.
it means that you are not a superadmin and the the superadmin had not given you access to the plugins page
I am the owner of the site im the only admin how do i become super admin?
^ what is your user ID number AND do you have below code in ./inc/config.php file (around line 70)
$config['super_admins'] = '1';
It already has this

$config['super_admins'] = '1';

And i'm id = 1

But it doesnt work D;

Help.
^ Admin Control Panel --> Users & Groups --> Admin Permissions --> click on your user name <--
there do you have everything set to yes for you ?
Yes, it says i can manage everything including plugins but it doesn't work D:
" can access everything including plugins but it doesn't work " <-- does that mean you cant see
anything at plugins tab OR you cannot access settings of a single plugin (eg. myadvertisements)
When i go to the plugins tab, it says access denied... So i can't manage, update plugins...

Thanks.
Run this query in phpMyAdmin:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';
Pages: 1 2 3