MyBB Community Forums

Full Version: Administrator Panel : Problems with groups.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody.

I'm from France and I don't speak very well english. I hope you'll understand what i'm saying about.

My problem is in the part "Users and groups"
Each group is written two times -_-
Two moderators, two administrators ..

Version MyBB 1.4.8
Version PHP 4.4.9

Plugins :
Akismet (1.2.1)
Default Profile (2.1.0
Forum stats in profile (2.0)
Show group details in User Profile (2.0)

My MYBB is translated *

Hoping you'll can help me Smile
See inside these groups, that if all the links their are correct, IF NOT, delete that set of group.
Have you created any custom usergroups yourself?? If you have not, run this query in phpMyAdmin:

DELETE FROM `mybb_usergroups` WHERE `gid` > '7';
(2009-07-07, 05:31 PM)MattRogowski Wrote: [ -> ]Have you created any custom usergroups yourself?? If you have not, run this query in phpMyAdmin:

DELETE FROM `mybb_usergroups` WHERE `gid` > '7';

I am new so i don't use so good PHPMYADMIN.

I went in PHP my admin but can you explain a bit more what to do (step by step).

I am really sorry and thanks again Smile
Login to phpMyAdmin, click the database that you installed MyBB to, and then click "SQL" or "Query" and paste this into the box:
DELETE FROM `mybb_usergroups` WHERE `gid` > '7';
(2009-07-08, 02:20 PM)Tom Loveric Wrote: [ -> ]Login to phpMyAdmin, click the database that you installed MyBB to, and then click "SQL" or "Query" and paste this into the box:
DELETE FROM `mybb_usergroups` WHERE `gid` > '7';

and Hit the Go Button also Big Grin
I thank MattRogowski, Ghazal, Tom Loveric !
The problem is resolved Smile
Thanks for your cooperation Clip...

cheers Wink