When do you get this error message? Like, what exactly are you trying to do when this happens? I’m not really sure what this could possibly be, other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?
Are you using deep integration by chance?
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.
…other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?
Are you using deep integration by chance?
hey,
thanks for your quick answer, i don’t do anything special, the message appears at the top, when i click on the forum setup.
i downloaded the wpmu package again and inserted the comment.php in the wp.includes folder, to see if the file is corrupt, but the error message is still there…
what is a php memory limit error and how do i fix it?
what do you mean with deep integration?
i installed wpmu, than added buddypress vÃa the plugin page, than installed bbpress manually (in a wpmu subfolder called “forums”) and added some other plugins…
ah, and wpmu and bbpress share the database…
but, so far i haven’t used any special integration plugin.
greets
loligco