Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: PLEASE Create 2 Versions of bbpress!

First of all, thank you so much, especially David and Sam. I really appreciate your help and input.

David, I followed your steps and I think your explanation is very straight forward and detailed. However, it gives me this error:

“Warning: main(/wp-load.php) [function.main]: failed to open stream: No such file or directory in /…/…/…/…/…/www/root folder/forum/bb-config.php on line 4.

Warning: main(/wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /…/…/…/…/…/www/root folder/forum/bb-config.php on line 7.”

It gave me the error above no matter how I write down the “full path:”

if ( !defined( 'ABSPATH' ) ) {
include_once( '/Full/Path/To/wp-load.php' );
}

require_once('/Full/Path/To/wp-blog-header.php');

I translated the /Full/Path/To/wp-load.php –> /wp-load.php and /www/root folder/wp-load.php

Skip to toolbar