Forum Replies Created
-
In reply to: User and Cookie Integration FAIL
As it turns out – although I deactivated and removed plugins, the WordPress plugin ‘W3 Total Cache’ leaves remnant files in wordpress’s ‘mysite.com/wp-content/’ directory that conflict with the Deep Integration.
Upon explicitly removing those ‘W3 Total Cache’ plugin .php files ~ I was able to reinstall bbpress and Deep Integrate successfully.
In reply to: User and Cookie Integration FAILi’m having the same problem.
I’ve set up a bbpress forum and followed all of the instructions available on the documentation for integrating wordpress and bbpress. All is well until I attempt to Deep Integrate by editing the ‘bb-config.php’ file adding:
require_once(dirname(__FILE__) . ‘/../wp-load.php’);
When this line is included in the bb-config.php file I receive an “HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.” in chrome and just a blank white page in firefox when attempting to view the bbpress page (mysite.com/forum) without first having signed into wordpress.
when i sign into wordpress first and then browse to mysite.com/forum, the bbpress front page appears but i have to resubmit credentials. if i sign out of bbpress then i get the error/blank page again.
of interest is when i replace define(‘WP_CACHE’, true); with define(‘WP_CACHE’, false); in wordpress’s wp-config.php file – the error/blank page issue goes away, i am able to access bbpress (mysite.com/forum) without first having signed into wordpress – but the user and cookie integration FAIL still occurs –
I appreciate any insight.