Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugins for WordPress integration


chrishajer
Participant

@chrishajer

I think if your blog is at dearauthor.com/wordpress, then

$bb->wp_home and $bb->wp_siteurl are both wrong – they don’t point to the blog but just the domain name. I think they should be:

$bb->wp_home = 'http://dearauthor.com/wordpress'; //

$bb->wp_siteurl = 'http://dearauthor.com/wordpress'; //

Also, your require once is different than mine, but that might be unrelated. This is the only one I have in my config.php:

require_once( BBPATH . 'bb-settings.php' );

I think the wp_home and wp_siteurl might be wrong. Did you go to WordPress – Options->General: Blog address (URL) and WordPress – Options->General: WordPress address (URL) and verify that the settings are the same there?

Skip to toolbar