buddypress and bbpress
-
Hello ALL,
Three days ago I setup bbpress towards my community on my domain website.
I wanted to setup the bp tool bar in the bbpress page but doesnt seem to work.
bbpress and bp is integrated prefect and works great but when I place the if statement in the bb-config.php to show the tool bar it makes my theme disappear in bbpress and crashes.
This is what I placed in the bb-config.php and activated the plugin after.>>>
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” );
}
Can anyone help me please?
-
Looks like you’re not following instructions.
You need to put the absolute path to YOUR file in the include_once area. The plugin comes with a file to help you get that if you’re unsure how.
Oh, I did that!
I follow all the directions perfect and added some other variables as well, but did not seem to work.
Hmm… Can you check your server logs to see what’s causing the white screens? Might be a memory or PHP version issue next.
????????????? Lost on that one?
He’s saying that it could be a PHP error causing the issue and to check your error logs. Usually at this point it could be anything.
I think your next task is do a search on here and mu.wordpress to find out how to enable error logs, logging in general for your particular setup.
- The topic ‘buddypress and bbpress’ is closed to new replies.