Function integration problem
-
“bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).”
Just uploaded bbpress and tried doing this on http://www.ceciliabjerling.com/wordpress/forum/
You can see the error message there and perhaps tell me what I’m doing wrong.
I changed
require_once( BBPATH . ‘bb-settings.php’ );
to the path where my wp-blog-header.php is
- You must be logged in to reply to this topic.