Forums

Join
bbPress Support ForumsTroubleshootingStrange Problem When Integrating WP Functions in bbPress

Info

Strange Problem When Integrating WP Functions in bbPress

  1. Hi everyone,
    I was wondering if I could get some help on an issue I am having. I am trying to integrate WP functions into bbPress. I put in the following code in my bb-config.php, and wp-blog-header.php is being accessed fine.


    <?php require_once('/home/noreason/public_html/youthbloggers.net/wp-blog-header.php'); ?>

    Now, for some reason I get a slew of strange characters when accessing my bbPress installation (the frontpage). I can't even access /bb-admin. I can't figure out what the problem is, I think it may have something to do with my server settings/configuration because the exact code works fine on my local machine running WAMP Server. Does anyone have any idea?

    You can see what's going on at http://youthbloggers.net/forum/

  2. I am using WordPress 2.7.1 and bbPress 1.0 Alpha

  3. Unbelievable. I was able to figure out what the problem was. WP-Super-Cache plugin was screwing everything up. All I did was add /forum/ to the URI strings to be ignored and it worked fine.

    Now it's time to fix up the theme.

    Thanks for all the responses :)

  4. You must log in to post.