BBPress + WordPress Integration Funkyness only on Firefox??!?
-
OK, this is weird. Just weird.
I’ve got WordPress MU running on <my domain>/worship/ (I’m building a site for a church). I’ve got BBPress running on <my domain>/forums/. I installed WordPress first then installed BBPress. Went though the BBPress set up & configured it to use the same cookie keys a WordPress. All is well.
I downloaded & installed the bbPress Integration plugin for WordPress. Enabled it. It spit out a bunch (shown below) of stuff it told me to put into my wp-config.php file. Which I did.
/**
* These defines are required for the WordPress - bbPress cookie integration to work correctly
*/
define( 'COOKIEHASH', 'blah blah blah' );
define( 'COOKIE_DOMAIN', '.<my domain>' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
/**#@-*/Everything works fine in Safari on my Mac, but when I go to Firefox, WordPress shows me as not logged in. I click on the Login link & I’m brought to the login page. I enter my user name & password, check off Remember Me & hit Log in. And I’m brought back to the login page again, with no error messages.
No matter how many times I try to log in, this keeps happening. And as I said, it doesn’t happen in Safari.
Any ideas?
- You must be logged in to reply to this topic.