Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugins for WordPress integration

Pilks,

Just looking through the config file, everything looks good. I may try adding some cookie information into config.php

$bb->cookiedomain = '.awspress.com';

$bb->cookiepath = '/';

As well, if you are not trying to load WP functions in bbPress, you probably can do without the:

define('WP_BB', true);

require_once('/home/xxxxxxx/public_html/wp-config.php');

Maybe take it out and see if you can get it going and then add it in later. Let’s try it at the lowest common denominator….

Trent

Skip to toolbar