BuddyPress Groups Extrasのエラー

2022-01-19 | diary

PHP Fatal error: Uncaught Error: Call to undefined function bp_is_active() in wp-content/plugins/buddypress-groups-extras/bpge.php:257

何かの理由でBuddyPressが止まっていると発生します。

+257 if( function_exists('bp_is_active')){
258 if ( ! bp_is_active( 'groups' ) ) {
259 // Houston, we have a problem.
260 add_action( 'admin_init', 'bpge_deactivate' );
261 add_action( 'admin_notices', 'bpge_deactivate_msg_bp' );
262 return;
263 }
+264 }

+238 return get_option( 'bpge' );
-238 return get_blog_option( bpge_get_main_site_id(), 'bpge' );

これでとりあえず動くようになるので、BPを再インストール