Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: loading wordpress with bbpress

I seem to be having a similar problem here, but when I add:

require_once('/wp-content/themes/BabyQuestions101/header.php');

in my bb config.php file, I get this error:

Warning: main(/wp-content/themes/BabyQuestions101/header.php) [function.main]: failed to open stream: No such file or directory in path/to/babyquestions101.com/forum/config.php on line 3

Fatal error: main() [function.require]: Failed opening required ‘/wp-content/themes/BabyQuestions101/header.php’ (include_path=’.:/usr/local/lib/php’) in /path/to/babyquestions101.com/forum/config.php on line 3

(the require_once code is just below the php tag, like this:

<?php

require_once('/wp-content/themes/BabyQuestions101/header.php');

// ** MySQL settings ** //

define('BBDB_NAME', '////'); // The name of the database...

I can’t seem to make this error go away.

Also, is it true that with bbpress .75 I now DO NOT need to add the following line to my config.php file?:

define('WP_BB',true);

Any help here would be appreciated.

Skip to toolbar