Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyBar for bbPress


matthijsv
Participant

@matthijsv

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.

Skip to toolbar