Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP Groupblog Error – Call to undefined function


  • 5736010
    Inactive

    After installing the BP Groupblog plugin, my groups pages are inaccessible. I get the error:

    “Call to undefined function bp_groupblog_is_blog_enabled()”

    I’m using WPMU version 2.9.1.1, BuddyPress v.1.1.3, and BP Groupblog v. 1.3.1

    Anyone have a suggestion for what might be going on?

Viewing 4 replies - 26 through 29 (of 29 total)

  • Anna Ladoshkina
    Participant

    @foralien

    @Mariusooms

    I do it all the time (praying)


    Nommo
    Participant

    @nommo

    Praying also :)


    hollowmac
    Participant

    @hollowmac

    Quick solution:

    Add the following to the top of groupblog.php:

    /*** Make sure BuddyPress is loaded ********************************/

    if ( !function_exists( ‘bp_core_install’ ) ) {

    require_once( ABSPATH . ‘/wp-admin/includes/plugin.php’ );

    if ( is_plugin_active( ‘buddypress/bp-loader.php’ ) )

    require_once ( WP_PLUGIN_DIR . ‘/buddypress/bp-loader.php’ );

    else {

    return;

    }

    }

    /*******************************************************************/

    Works for me :) Thanks Mark ;)


    magandaaq
    Member

    @magandaaq

    hahaha!!!

Viewing 4 replies - 26 through 29 (of 29 total)
  • The topic ‘BP Groupblog Error – Call to undefined function’ is closed to new replies.
Skip to toolbar