#918 closed defect (bug) (fixed)
Training Group not Displayed in wp-admin or Badges
Reported by: | iandunn | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | |
Cc: |
Description
When the make/Training team formed, I created a BuddyPress group for them on profiles.wordpress.org (ID 15
), just like the other teams have, and then assigned its members to the group.
The team member's profiles should have automatically started showing their group's badge, but they aren't, and the group itself is not showing up in WP_List_Tables
in wp-admin
.
The group shows up and looks fine if you visit it directly at https://profiles.wordpress.org/wp-admin/admin.php?page=bp-groups&gid=15&action=edit
The direct reason it's not showing up is that the 3 groupmeta
rows that should have been inserted during creation weren't, so the JOIN
from the group
to groupmeta
table fails. I haven't been able to determine why they weren't inserted, though.
I tried manually inserting them, and the INSERT
succeeded, but when I tried SELECT
ing, the new rows weren't there.
I'm not sure if it's a MySQL replication issue, or a caching bug, or something else.
Previous discussions:
Change History (7)
This ticket was mentioned in Slack in #outreach by iandunn. View the logs.
10 years ago
#4
@
10 years ago
Possibly related... When I add users to groups, the count doesn't go up on page=bp-groups. But that's been happening for some time; I was just reminded of it today.
Started looking at this today, and fell down a related rabbit-hole: https://buddypress.trac.wordpress.org/ticket/6277
Will pick this back up where I left off asap.