Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,656
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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.