Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP 1.5 RC1 can’t delete users

  • @tedace

    Member

    When i try to delete user (admin dashboard-users) i got this:

    Server error
    The website encountered an error while retrieving http://journeygeek.com/wp-admin/users.php?action=delete&user=141&_wpnonce=fffc073d0a. It may be down for maintenance or configured incorrectly.
    Here are some suggestions:

    Reload this webpage later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

    And i can’t figure out what to do..

Viewing 4 replies - 1 through 4 (of 4 total)
  • @djpaul

    Keymaster

    Look in your web server’s error log and see what’s in there.

    @tedace

    Member

    [Tue Sep 20 23:14:38 2011] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function is_site_admin() in /home/www/journeygeek.com/wp-content/plugins/bp-album/includes/bp-album-core.php on line 303, referer: http://journeygeek.com/wp-admin/users.php?action=delete&user=141&_wpnonce=04333420dd

    @tedace

    Member

    If in file “wp-content/plugins/bp-album/includes/bp-album-core.php” i comment this code:
    function bp_album_privacy_level_permitted(){
    global $bp;

    if(!is_user_logged_in())
    return 0;
    elseif(is_site_admin())
    return 10;

    everything is ok. i can delete users

    @djpaul

    Keymaster

    That’s not in BuddyPress core, that’s from the bp-album plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BP 1.5 RC1 can’t delete users’ is closed to new replies.
Skip to toolbar