Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugins for WordPress integration

I am having problems with the integration. I installed the bbpress_integration on my wordpress blog which is installed at dearauthor.com/wordpress.

I have a redirect that makes the blog address dearauthor.com

I then installed the bb forum at dearauthor.com/forum.

I set the bbPress Integration as bb_

I have this in the config.php file for bbPress

$bb->wp_table_prefix = 'wp_'; //

$bb->wp_home = ‘http://dearauthor.com’; //

$bb->wp_siteurl = ‘http://dearauthor.com’; //

$bb->cookiedomain = ‘dearauthor.com’;

$bb->cookiepath = ‘/’;

require_once(‘http://dearauthor.com/wordpress/wp-config.php’);

I am getting this error.

bbPress database error: [Table ‘dearauth_bbdb.wp_users’ doesn’t exist]

SELECT * FROM wp_users WHERE ID = 1 AND user_status % 2 = 0

Anonymous`

Thanks.

Skip to toolbar