Re: *seamless* wordpress integration
I’m a nebie trying to achieve seamless integration.
I pasted this to the top of the bb-config.
$bb->WP_BB = true;
require_once( ‘/blog/wp-blog-header.php’ );
This is the error message I get.
Warning: require_once(/blog/wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home1/endingho/public_html/blog/forum/bb-config.php on line 3
Fatal error: require_once() [function.require]: Failed opening required ‘/blog/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home1/endingho/public_html/blog/forum/bb-config.php on line 3
I am using a Thesis theme.
Is there hope for me?