Hm, I had to re-install my forum after upgrading. Perhaps it’s in the instructions somewhere, or maybe I did it wrong.
But if anyone else’s forum broke, perhaps they should check if their forums are installed correctly.
Andy Peatling posted this code on another thread:
/*** Make sure BuddyPress is loaded ********************************/
if ( !function_exists( 'bp_core_install' ) ) {
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
if ( is_plugin_active( 'buddypress/bp-loader.php' ) )
require_once ( WP_PLUGIN_DIR . '/buddypress/bp-loader.php' );
else {
deactivate_plugins( __FILE__, true );
return;
}
}
/*******************************************************************/
You have to put it at the top of plugins to make sure that BuddyPress is loaded before the plugin. Does this accomplish the same thing as dpolant’s and M’s code? Are there arguments to use one instead of the other?
Haven’t had time to try it yet…
Given all the problems of 2.9.1, do you think we can use wpmu 2.8.4 with bp 1.1, or looking ahead, bp 1.2?
I am going to hold off on any upgrading of my existing active communities until BuddyPress 1.2 is final. Hopefully most if not all of the plugins will have been updated. Any new sites I launch will be with 2.9.1.1 (or 2.9) and 1.2 BuddyPress. I have been testing the software and it runs amazingly well! I am extremely excited!