Opened 6 years ago
Closed 4 years ago
#8057 closed defect (bug) (fixed)
BuddyPress should not reset the $wp_query when registration is disabled
Reported by: | cdubia | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.1.0 |
Component: | Members | Keywords: | reporter-feedback |
Cc: |
Description
Hi,
We are trying to use the Invite anyone plugin and the new version of buddypress has a bug in it (as well as Invite Anyone which i will report)
The problem is happening due to a change in the way BuddyPress now handles call to bp_is_register_page. Earlier, even if the registration was disabled, it used to return true. Invite anyone uses it for various purposes. The problem is BuddyPress resets this page and gives 404.
BuddyPress should not reset the $wp_query when registration is disabled
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @cdubia - I'm unable to reproduce any problems with the latest version of Invite Anyone and BuddyPress 4.2.0. Here's the setup I'm testing:
/register/?iaaction=accept-invitation&email=myemail@example.com
Furthermore, I don't see any recent changes to
bp_is_register_page()
that would indicate a change in behavior.Can you please share more details about the problem that you're seeing, including detailed steps to reproduce your configuration?