Bug #1325
closedB5 creates duplicate groups in backend
Description
My first GroupJive install was 1.8 Beta 4 with CB 1.2.1 and Kunena 1.5.6.
I upgraded to Beta 5 so the groups that I create in the back end would have forums created as well. I did an uninstall/reinstall to accomplish the upgrade.
However, now when I create a group in the backend, I get TWO identical groups and no Kunena forum.
Attached is a screen shot showing the group I'm creating.
When I create a group from the frontend (logged on as Super Admin), I only get one group, but still no forum.
It's been a few weeks but I did get a forum before when I created a group from the frontend.
Mark Berry
MCB Systems
Files
Updated by mcbsys about 15 years ago
- File frontend.png frontend.png added
Frontend screen shot. I see that the groups have consecutive groupid's, e.g. 13 and 14.
Updated by mcbsys about 15 years ago
I just noticed that the upgrade from B4 to B5 cleared two important GroupJive settings: ShowForum was set back to No and Parent Group was set to 0. After setting those to Yes and 5 respectively, BOTH problems are resolved: only one group is created and the forum is also created.
So I guess the bug is that when forum integration is turned off, duplicate groups are created.
Updated by vovaca about 15 years ago
duplications can be fixed by adding
$_CB_database->setQuery( $query );
in line 549 of admin.groupjive.php
Updated by krileon about 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Confirmed working fix.. added to next release. Thank you for your contribution.
Updated by krileon almost 15 years ago
- Target version changed from 1.8 B5 to 1.8 RC