Search Results for '"wordpress'
-
Search Results
-
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?
In case you didn’t it’s up on the WordPress 3.0 launch post – scroll down a bit.
http://wordpress.org/development/2010/06/thelonious/
If you work with WordPress in addition to bbPress I urge you to check it out. You’ll get alot of insight into how Matt sees things going in the future and how they (Automatic) approach open source.
If you don’t work with WordPress I still urge you to check it out! Towards the end a woman asks a question about the state of bbPress. He answers very frankly and cites these very forums.
I know there are many people on these forums right now that are not thrilled with Matt and Automatic’s handling of bbPress over the past year or so. For me his comments in this video really puts things in perspective and I now feel very good about the future of bbPress.
Earlier in the video Matt discusses how the WordPress team is planning on trying something new and releasing what he calls “core plugins” for WordPress 3 – basically large scale plugins that add powerful functionality and are officially supported by Automatic. I foresee bbPress becoming one such plugin.
Anyways enough of me telling you about it, go watch the video!
I have decided to hold off on upgrading to WordPress 3.0 because of my plugins and my fear of breaking something.
Has anyone using bbpress upgraded to 3.0 yet? Possible?