Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: buddypress problem with bbpress: preg match error


Brian Neil Katz
Participant

@briankatz

I completed installation of the following

WPMU 2.8.1, (trunk 1867)

BuddyPress 1.1

bbpress 1.01, (trunk 2311)

BuddyBar 1.0.3

Site:

http://www.wpmeetups.com

http://www.wpmeetups.com/forums/

Integration has been successfully set-up between Forums and BuddyPress Group Forums.

Problem: Insertion of the following in bb-config.php: (generates a white screen)

<php

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

define( ‘WP_USE_THEMES’, false );

include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );

header( “HTTP/1.1 200 OK” );

header( “Status: 200 All rosy” );

}

Question: Will the following correction to 2 core files correct this problem:

You’ll actually need to patch two CORE files, to make this work now.

wp-includes/wpmu-functions.php on line 317 and line 352

Change _init to __constuct

And then in wp-includes/capabilites.php on line 84 and 99

Change _init to __constuct

Ugh… I hope this is fixed soon.

Skip to toolbar