bp-groupblog is trying to include /community/wp-content/plugins/inc/js/effects.core.js
the correct file is /community/wp-content/plugins/bp-groupblog/inc/js/effects.core.js
the bug is in wp-content/plugins/bp-groupblog/bp-groupblog-cssjs.php @ line 10
Patch:
Index: bp-groupblog-cssjs.php
===================================================================
--- bp-groupblog-cssjs.php (revision 332641)
+++ bp-groupblog-cssjs.php (working copy)
@@ -7,7 +7,7 @@
wp_enqueue_script( 'bp-groupblog-admin-js', WP_PLUGIN_URL . '/bp-groupblog/inc/js/admin.js' );
wp_enqueue_script('jquery-ui-core');
wp_enqueue_script('jquery-ui-tabs');
- wp_enqueue_script('effects.core', WP_PLUGIN_URL .'/inc/js/effects.core.js', array('jquery-ui-core'));
+ wp_enqueue_script('effects.core', WP_PLUGIN_URL .'/bp-groupblog/inc/js/effects.core.js', array('jquery-ui-core'));
}
add_action( 'admin_menu', 'bp_groupblog_add_admin_js', 1 );