Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal error: Call to undefined function bp_groupblog_is_blog_enabled() in /home/

  • @lg61

    Participant

    Get this error message after update to BP 1.2 using wpmu 2.9.1

    Groupblog activated

Viewing 2 replies - 1 through 2 (of 2 total)
  • @peterverkooijen

    Participant

    Add this to the main plugin file bp-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;
    }
    }
    /*******************************************************************/

    Working on Group Blog here

    @markschafer

    Participant

    That additional code does not work for BP 1.2. Even with that code the plugin is not fully functional with BP 1.1.3 as new group members are not automatically added to the group blog until they are promoted to group mod or admin. Plugin author is working on an update for BP 1.2.

    https://buddypress.org/forums/topic/bp-groupblog-error-call-to-undefined-function

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Call to undefined function bp_groupblog_is_blog_enabled() in /home/’ is closed to new replies.
Skip to toolbar