WP2.8
BBP1.0RC2
Hi there,
I have the same trouble. WP is installed under a folder of the site (www.site.com/folder), and BBP under a sub-folder (www.site.com/folder/forum)
Nothing changes with the last file found in the trunk. Same trouble.
Thank you very much in advance for your help
Unfortunately this causes an error:
Fatal error: Cannot redeclare _http_build_query() (previously declared in E:wampwwwrs_prod_nextforumbb-includesbackpressfunctions.compat.php:21) in E:wampwwwrs_prod_nextwp-includescompat.php on line 45
Thanks to Sam for these lines, I can use the $wpdb object in bbpress which is really great !
if ( !defined( 'ABSPATH' ) ) {
include_once( '/Full/Path/To/wp-load.php' );
}
Unfortunately there is a serious drawback as it breaks the translation of bbpress. The fr_FR.mo seems to have no effect with these line.
Could you please help ?