jccoldwell 0 Report post Posted February 7, 2011 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 16 Report post Posted February 7, 2011 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