Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make BBPress a Page in WordPress???

if (file_exists(‘../wp-blog-header.php’))

require_once(‘../wp-blog-header.php’);

^That line of code causes a lot of stress on my bluehost site. With that code active, I get “This Account Has Exceeded Its CPU Quota” all the time, deeming my site unusable.

Is there another way to have the bb-config find the wp-blog-header? Everytime the server has to search for it, it takes fooooorever, which also slows down the rest of the site, then I get suspended by bluehost and can’t access anything.

It’s weird though, because this code will slow up the rest of the site that isn’t even using the bb-config. I’ll load up mydomain.com and it’ll go soooo slowly while that code is active – this, even though my bbpress config is way over there at mydomain.com/forums. If I comment that code out, everything is fast and zippy.

WP 2.7

BB 0.9

Skip to toolbar