MyBB Community Forums

Full Version: user groups doubled?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello basically I just installed mybb and gone into settings to get used to the new interface and realised under user and groups > groups that all the groups(members, administrators ect..) are appearing twice.
So i am unsure why this is happening, it says #of users 1 next to administrators this of course being me and 0 for rest of course but then all user groups are there again so like repeatred for some reason. So im unsure if this is some kind of bug or something and have tried to remove the extra usergroups but cant find an option that can remove them.
Looking forward to replies oh and I have picture.
[Image: 2rcpm3l.png]
Quite odd when this happens, never really understood what causes it. Run these queries in phpMyAdmin:

DELETE FROM `mybb_usergroups` WHERE `gid` = '8';
DELETE FROM `mybb_usergroups` WHERE `gid` = '9';
DELETE FROM `mybb_usergroups` WHERE `gid` = '10';
DELETE FROM `mybb_usergroups` WHERE `gid` = '11';
DELETE FROM `mybb_usergroups` WHERE `gid` = '12';
DELETE FROM `mybb_usergroups` WHERE `gid` = '13';
DELETE FROM `mybb_usergroups` WHERE `gid` = '14';

This will delete the second lot which shouldn't be there.