Re: BuddyBar for bbPress
I was adding these lines (from the readme.txt)
if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
define( 'WP_USE_THEMES', false );
//
// You will need to get the ABSOLUTE path to this file |
// |/
//include_once( '/usr/home/dragons/domains/dragonsconnect.eu/public_html/preview/wp-blog-header.php' );
header( "HTTP/1.1 200 OK" );
header( "Status: 200 All rosy" );
}
When I add the line you suggested I get the same result, no response at all from any bbpress page.
-edit-
Seems that wp-blog-header.php is causing the error, I’m expirimenting with commenting out some lines there atm.