<?php
require_once( '../wp-blog-header.php' );
$bb->WP_BB = true;
define('WP_BB', true);
Start of config is as per above, but get the following error:
Fatal error: Call to a member function on a non-object in /home/jefferss/public_html/blog/forum/bb-includes/functions.php on line 503
Any ideas?