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.