Info
- 2 posts
- 2 voices
- Started 3 years ago by wanrenqingkong
- Latest reply from Christiaan
- This topic is not resolved
require_once(wp-blog-header.php) issue
-
- Posted 3 years ago #
I'm integrateing bbpress with WP, I use require_once(path/to/wp-blog-header.php) in bb-config.php file
the path I use is physical path, such as d:\hosting\memberid....
does it make sense? but when I run bbpress, there is nothing happen or nothing changed
-
- Posted 3 years ago #
Have you got the code at the top of your config file? That was the problem I ran into. I was able to use a relative path once I did that too. So the start of your config file should look something like this:
<?php require_once('../wp-blog-header.php'); -
You must log in to post.