Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Blank screen after installing bbPress

majea,

You used require_once in a wrong way. If you installed WordPress in /path/to/wordpress and bbPress in /path/to/bbpress, then you should use

require_once '../wordpress/wp-blog-header.php'.

You normally use require/include for local .php.

PS. I don’t use WordPress and bbPress together.

Skip to toolbar