require_once( ‘path/to/wp-blog-header.php’ ); does not work! ERROR!
-
Hey guys,
i’d love to integrate my bbpress ( http://www.stereopoly.de/forum ) into my wordpress ( http://www.stereopoly.de ), but when saying to fetch the wp-blog-header (even when taking an absolute link, my bbpress is completely giving up its job and says
Failed opening required ‘http://www.stereopoly.de/wp-blog-header.php’
this is what my bbpress’ config.php last lines look like:
/* Stop editing */
if ( !defined('BBPATH') )
define('BBPATH', dirname(__FILE__) . '/' );
require_once( 'http://www.stereopoly.de/wp-config.php' );
require_once( 'http://www.stereopoly.de/wp-blog-header.php' );
require_once( BBPATH . 'bb-settings.php' );
?>can anyone please help!?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.