Jump to content
Sign in to follow this  
jccoldwell

Deep Integration Solutions

Recommended Posts

jccoldwell

Hi all, if your anything like me deep integration is driving you nuts. I have read every topic on this i could find....it seems everyone finds different solutions. Nothing worked for me, whether thats my web host or not i am not sure. but this did work for me. I used this code instead of the good old require_once. not claiming to have found it, just passing it on. code from http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/ /* Deep integration */ if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) { define('WP_USE_THEMES', false); include_once(dirname(__FILE__) . '/../wp-blog-header.php' ); header("HTTP/1.1 200 OK"); header("Status: 200 All rosy"); } Pagelines- is this a solution to the ongoing issues with deep integration that your users are experiencing with bbpress?

Share this post


Link to post
Share on other sites
cmunns

If it works, then it works...but I'm still under the impression that bbPress was updated to use wp-load.php instead of wp-blog-header.php I also posted potential solutions...make sure there are no spaces before or after the PHP brackets in bb-config.php and also try using an absolute path instead in the require_once call

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×