Skip to:
Content

BuddyPress.org

Opened 6 weeks ago

Closed 6 weeks ago

#9291 closed defect (bug) (invalid)

Activating users via admin interface fails

Reported by: scuttleclun's profile scuttleclun Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

When I try and activate a new user via the admin panel, the user seems to get removed from the system completely. The user had registered but not confirmed their email.
In my web server log I see the following error, related to BuddyPress:

WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE activation_key = '5ZHLFZO8ppUGGi6W3CkvBBTtre8979R1 at line 1 for query SELECT DISTINCT signup_id wp_signups WHERE activation_key = '5ZHLFZO8ppUGGi6W3CkvBBTtre8979R1' made by require_once('wp-admin/admin.php'), do_action('load-users_page_bp-signups'), WP_Hook->do_action, WP_Hook->apply_filters, BP_Members_Admin->signups_admin_load, BP_Signup::activate, bp_core_activate_signup, BP_Signup::get, referer: https://ssrsdev.esdm.co.uk/wp-admin/users.php?page=bp-signups&signup_id=99&action=activate

Wordpress version: 6.7.2
BuddyPress Version: 14.3.4

Change History (1)

#1 @scuttleclun
6 weeks ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Caused by another plugin which uses 'bp_members_signups_paged_query' filter.

Note: See TracTickets for help on using tickets.