Skip to:
Content
Pages
Categories
Search
Top
Bottom

Need help troubleshooting this error in buddypress/bp-core/classes/class-bp-user


  • mkvgs
    Participant

    @mkvgs

    I keep getting this error in my logs, and I”m not even sure where to start with it; can someone help?? I’m using BuddyPress Version 2.5.2 and WordPress 4.4.2. It’s been happening for a while though.

    Example: [Mon May 02 18:39:22.312647 2016] [:error] [pid 7181] [client 51.255.65.42:35399] KILLED QUERY (18582 characters long generated in .../wp-content/plugins/buddypress/bp-core/classes/class-bp-user-query.php:567): SELECT wp_users.ID,wp_users.user_login,wp_users.user_pass,wp_users.user_nicename,wp_users.user_email,wp_users.user_url,wp_users.user_registered,wp_users.user_activation_key,wp_users.user_status,wp_users.display_name FROM wp_users WHERE 1=1 AND wp_users.ID IN (741,3212,2935,805,777,429,672,44,2223,2318,3602,3363, etc

Viewing 2 replies - 1 through 2 (of 2 total)

  • Bryan Sayler
    Participant

    @bryansayler

    I’m getting the exact same error. Did you ever get this resolved?

    Anyone have an idea why this would happen or where to even start looking? Thanks in advance for your help!


    r-a-y
    Keymaster

    @r-a-y

    Do you have the friends component active?

    It could be caused by the at-mentions suggestions code.

    Try disabling it by adding the following to your theme’s functions.php or bp-custom.php file:
    remove_action( 'bp_activity_mentions_prime_results', 'bp_friends_prime_mentions_results' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar