Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: cookie integration problem wp2.8 – bb 1.0 rc-2

@arturo84

Thanks! I have but I think I have so many configurations going I have lost track. Here are the defines (including your fix, thank you again) in my bb-config file:

define(‘BB_SECRET_KEY’, ‘”mathes WP-config secret key;

define( ‘BB_AUTH_KEY’, ‘”mathes WP-config key”;

define( ‘BB_SECURE_AUTH_KEY’, ‘”mathes WP-config key”;

define( ‘BB_LOGGED_IN_KEY’, ‘”mathes WP-config key”;

define( ‘BB_NONCE_KEY’, ‘”mathes WP-config key”;

define(‘COOKIE_DOMAIN’, ‘.www.volleyballnh.com’);

define(‘COOKIEPATH’, ‘/’);

$bb_table_prefix = ‘bb_’;

$bb->cookiedomain = ‘www.volleyballnh.com’;

Here is my WP-config info:

define(‘SECRET_KEY’, ‘”mathes WP-config secret key;

define( ‘AUTH_KEY’, ‘”mathes WP-config key”;

define( ‘SECURE_AUTH_KEY’, ‘”mathes WP-config key”;

define( ‘LOGGED_IN_KEY’, ‘”mathes WP-config key”;

define( ‘NONCE_KEY’, ‘”mathes WP-config key”;

$table_prefix = ‘wp_’;

define(‘COOKIE_DOMAIN’, ‘www.volleyballnh.com’);

define(‘COOKIEPATH’, ‘/’);

What am I missing (or do I need to delete)? Thanks in advance for your help.

Mike

Skip to toolbar