Skip to:
Content
Pages
Categories
Search
Top
Bottom

require_once(wp-blog-header.php) issue


  • wanrenqingkong
    Member

    @wanrenqingkong

    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:hostingmemberid….

    does it make sense? but when I run bbpress, there is nothing happen or nothing changed

Viewing 1 replies (of 1 total)
  • 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');

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar