Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activating buddypress on the latest WordPress


  • dionnewilliams
    Participant

    @dionnewilliams

    After updating to the the latest version of wordpress, I had to reactivate plugins. When I activated the buddypress plugin my website kept coming up with 500 internal server error. When I deactivated the plugin buddypress/bp-loader.php my website worked, I was notified that the buddypress issue was due to an error saying the Plugin file does not exist. I love this plug in and vital for my website. Please help me figure out this problem.

    Thank you!

    Dionne

Viewing 1 replies (of 1 total)
  • @dionnewilliams

    1. Do you use BuddyPress on a non multisite config ?
    2. Do you have a lot of members ?
    3. Do you allow registration ?
    4. If so and if you have an access to a MySql admin tool such as PhpMyAdmin, can you run this query :

    SELECT count(u.ID) FROM wp_users as u 
    LEFT JOIN wp_usermeta as um ON u.ID = um.user_id
    where u.user_status = 0 and um.meta_key = 'activation_key';

    ‘wp_’ might be to replace with the table prefix you may have customized in wp-config.php

    Once done can you share the result of the query in this forum ?

Viewing 1 replies (of 1 total)
  • The topic ‘Activating buddypress on the latest WordPress’ is closed to new replies.
Skip to toolbar