BuddyBoss Home – Web Support Forums Plugins BuddyBoss Media bug report: make plugin deactivate or fantom when Buddypress is down

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #37587

    just got this: Fatal error: Call to undefined function bp_is_active() in /public_html/wordpress/wp-content/plugins/buddyboss-media/includes/admin.php on line 153

    … just because the plugin loaded before BP… this has to be used properly with an edit of line 8:

    
    if ( ! defined( 'ABSPATH' ) OR !function_exists("bp_is_active") ) exit;
    

    same for all your BP features in themes and plugins…

    Answers

    #37626

    Alyssa
    Participant
    @alyssa-buddyboss

    @jeanpierre this is a known bug. Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘bug report: make plugin deactivate or fantom when Buddypress is down’ is closed to new replies.