Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyBar in bbPress (1.0.3) conflict with BuddyPress Groups for bbPress (0.36)


  • Sven Lehnert
    Participant

    @svenl77

    If I use deep integration:

    Something like this:

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    //

    // You will need to get the ABSOLUTE path to this file |

    // \|/

    include_once( ‘/your/absolute/path/to/wordpress/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    I get this error:

    Fatal error: Cannot redeclare class IXR_IntrospectionServer in /data/wwwcust/sv3-4/html/forum/bb-includes/backpress/class.ixr.php on line 873

    Without deep integration BuddyPress Groups for bbPress (0.36) is working properly.

    But I need deep integration and keep the hidden forms from public.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘BuddyBar in bbPress (1.0.3) conflict with BuddyPress Groups for bbPress (0.36)’ is closed to new replies.
Skip to toolbar