Troubleshooting White Screen of Death
-
I am deep integrating bbPress with WordPress 3.0 and I am encountering this white screen of death. I have done several integrations this way and never got stuck.
I use this code above database constants in bb-config.php
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-load.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}I checked the logs and there are no 500 errors, all are 200.
I loaded the WordPress in a separate php file which works fine, so I guess something is conflicting in between WordPress and bbPress.
bbPress has no plugins installed but WordPress does have some and its a live site.
I am going to check for any conflicting plugins.
Any pointers?
- You must be logged in to reply to this topic.