|
First we have nothing to do with nuke_bbuser_group
You need to add two more inserts Looks like there is some major alteration to your phpbb? Why is admin 6? the default is 3 and you have multple groups of the same thing?
INSERT INTO pp_usergroups VALUES (4, 'Personal User', 0, 1, 1, 0, 0, 1, 1, 1, 1, 0);
INSERT INTO pp_usergroups VALUES (5, 'Personal Users', 0, 1, 1, 0, 0, 1, 1, 1, 1, 0);
|