Info
- 3 posts
- 1 voice
- Started 3 years ago by Patrick10128
- Latest reply from Patrick10128
- This topic is resolved
Strange Problem When Integrating WP Functions in bbPress
-
- Posted 3 years ago #
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/
-
- Posted 3 years ago #
I am using WordPress 2.7.1 and bbPress 1.0 Alpha
-
- Posted 3 years ago #
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 :)
-
You must log in to post.