Bug #12006
closedInvite system is broken.
0%
Description
Reported on ZenDesk, happening for me as well. After I enter an email in the invite modal, I see
"You are not the administrator of any sites."
"You are not a member of any groups that allow invitations."
Updated by Matt Gold about 5 years ago
- Category name set to Group Invitations
- Status changed from New to Assigned
- Assignee set to Boone Gorges
Updated by Marilyn Weber about 5 years ago
Works! Excellent!! Well done!
Please LMK if selecting "Immediate" was too high a priority.
Updated by Boone Gorges about 5 years ago
- Status changed from Assigned to Resolved
- Target version set to 1.15.13
Thanks for confirming, Marilyn. The problem was that some of the important parts of the invitation system were built on the BP REST API. Prior to yesterday's release, that API functionality was provided by a standalone plugin BP-REST. When we updated to BuddyPress 5.0.0 yesterday, I removed our BP-REST submodule, since the API functionality was merged into BP itself. However, I mistakenly assumed that removing the submodule would also remove the plugin after deployment. It did not. As such, we had certain function definitions coming from both BP-REST and BP, resulting in fatal errors in certain cases. I've deactivated and manually removed BP-REST to fix the problem.
The Immediate priority is fine.