BuddyDev

Search

Getting error from plugin

  • Participant
    Level: Initiated
    Posts: 1
    Tom Bills on #7377

    I use managewp to backup and monitor all my sites with no issues for along time.

    After installing your plugin I am getting this error from the plugin when attempting to connect my site with managewp:

    Call to undefined function bp_profile_visibility_loader() occurred in wp-content/plugins/bp-profile-visibility-manager/bp-profile-visibility.php on line 298.

    luthiersedge.com

    Any idea why or what i need to do to fix this?

    Thanks! Tom

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #7381

    Hi Tom,
    My apologies for the inconvenience.
    Please allow me half an hour to check and get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #7387

    Hi Tom,
    I had a look.
    Most probably somewhere WP_User_Query is being used before bp_include action and that has caused it.

    To fix it, I have modified line 248 from

    
    if ( !  function_exists( 'buddypress' )  ) {
    			return ;
    		}
    

    to

    
    if ( !  function_exists( 'buddypress' ) || ! function_exists( 'bp_profile_visibility_loader' ) ) {
    			return ;
    		}
    

    I am pushing a release, that will fix it. I am sorry for the inconvenience.

  • Participant
    Level: Initiated
    Posts: 1
    Tom Bills on #7390

    Thanks for doing that so fast, wow!

    Will the new version show in my updates page of my website? If not, how do I update?

    Thanks again, I really appreciate your great support! 🙂

    Tom

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #7392

    Hi Tom,
    Thank you.

    The update is available now.

    If you are using BuddyDev dashboard, The update will be available and you can upgrade like any normal plugin.

    https://buddydev.com/plugins/buddydev-dashboard/

    Otherwise you can delete and manually upload the plugin.

    Hope that helps.

    Thank you
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved