Hi,
I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:
/* Deep integration */
if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.
Best Regards, Karl
Hi,
I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:
/* Deep integration */
if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.
Best Regards, Karl
You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?
You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?
Hi Ashfame,
Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.
Best Regards, Karl
Hi Ashfame,
Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.
Best Regards, Karl
Hey!
I have done numerous setups so far and never got this problem or anything near to it.
Try doing it with no plugins activated on both side to check if a plugin is to blame for this weird issue.
Hey!
I have done numerous setups so far and never got this problem or anything near to it.
Try doing it with no plugins activated on both side to check if a plugin is to blame for this weird issue.
Thanks for getting back to me, Ashfame
I had it working great under WAMP (can’t remember what plugins were active at the time though) so will remember this advice for future and continue to test at regular intervals.
All the best, Karl
Thanks for getting back to me, Ashfame
I had it working great under WAMP (can’t remember what plugins were active at the time though) so will remember this advice for future and continue to test at regular intervals.
All the best, Karl