gclinton 0 Report post Posted April 18, 2011 I'm trying to deep integrate bbpress. I seem to remember doing this before with other themes. I've got the pro dev version of platform. I'm adding to bb-config: require_once('/home/myusername/myurl/wp-load.php'); I've also tried: require_once(dirname(__FILE__) . '/home/myusername/myurl/wp-load.php'); like it says on the bbpress integration page. The second method results in an error claiming "failed to open stream: no such file or directory..." The first one results in a blank white page, nothing on it. I can't even load the bb-admin at that point. (although this one appears to be attempting to load something, at least, even if it ends up being blank. Is there a possibility that one of my existing plugins is interfering with bbpress's ability to load WP before it loads itself?) Does Platform Pro need to be activated in WP first, before I do this deep integration? But that doesn't make sense, because the Platform Forum theme can't even be activated without this. And these are instructions to integrate the two services, not activate some special Platform function. I have the latest version of Wordpress (3.1.1). Any suggestions? Share this post Link to post Share on other sites
gclinton 0 Report post Posted April 18, 2011 It was the WP Super Cache plugin. Found the answer and it now works. Hope this helps future users. I would add this addendum to the Pagelines Docs page, because I wasted about an hour and a half trying to figure this out. Part of that was my own haste and not reading past forum entries, but this seems like a common mistake, especially for amateurs like me. Great theme, though. Share this post Link to post Share on other sites
spottage 0 Report post Posted June 9, 2011 I found the same problem with the WP Minify plugin - blank screen with it on and perfectly normal with it deactivated. If anyone knows how to "bypass" the BBpress forum in WP Minify, I'd be very grateful. Until then, it stays deactivated. Share this post Link to post Share on other sites