Jump to content
Sign in to follow this  
gclinton

bbpress deep integration blank screen

Recommended Posts

gclinton

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

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

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

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  

×