justin 0 Report post Posted January 5, 2010 I am getting an error: Deep Integration With WordPress Required It appears your WordPress installation isn't deeply integrated which is required for iBlogPro Forum to work correctly. I have been through the integration steps over and over again, and everything is done. Spent like 2 hours trying to get it working. Salts matchs, bb-config.php and wp-config.php match secret keys (for all three). I installed bbPress integration into my wordpress install and added the custom cookie variable into wp-config.php. Any ides? Thanks. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 5, 2010 You've integrated with WP but haven't 'deep integrated' which means you need to include your WordPress header inside of your BB-config file. See the bottom of this page: http://bbpress.org/documentation/integration-with-wordpress/ Share this post Link to post Share on other sites
justin 0 Report post Posted January 6, 2010 Ahh ok, got it working. Whew, for the others here is how. You need to put require_once("path/to/wp-blog-header.php"); in bbPress??™ bb-config.php (wp-blog-header is in the same directory as WordPress??™ wp-config.php file). Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 6, 2010 thanks Justin. Share this post Link to post Share on other sites