Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress access to bbPress Functions


775251
Inactive

Hi – I’m also trying to add access to bbpress functions inside WordPress. I took the advice above and added

require_once(‘path/to/bb-load.php’);

to my wp config file.

Now I get the following error:

Fatal error: Cannot redeclare _http_build_query() (previously declared in /path_to_bbpress/bb-includes/wp-functions.php:768) in /path_to_wordpress/wp-includes/compat.php on line 45

Any ideas on why I’m seeing this and how to fix?

Skip to toolbar