MyBB Community Forums

Full Version: Super Admin problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've read this thread and I've tried to do what they are saying (edit config.php file to add super administrator)

the problem here is that I can NOT find a config.php file in my inc folder or anywhere else. I have no super administrator access to my website and I want to get it back.

help? :$

Never mind, I found it.
Now the problem is I still am not Super Admin even after replacing $config['super_admins'] = '1'; with my user id.

the reason I lost super admin is because I moved myself to a group I just made
haaaalp
If you moved yourself to group without admin rights, you can undo this with SQL query.
http://community.mybb.com/thread-44380.html
http://community.mybb.com/thread-4720.html

Your query is this:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1' 
Change uid to your (it's the number in link when you view profile) and run it.