I'm using Commons in a Box to manage the site where the error is happening.
From the apache error log: stderr: PHP Fatal error: Call to undefined function bp_blogs_delete_activity() in /srv/www/wordpress/wp-content/plugins/bp-groupblog/bp-groupblog.php on line 1137
I'm using Commons in a Box to manage the site where the error is happening.
From the apache error log:
stderr: PHP Fatal error: Call to undefined function bp_blogs_delete_activity() in /srv/www/wordpress/wp-content/plugins/bp-groupblog/bp-groupblog.php on line 1137
link to bp-groupblog.php:1137 it appears that this function isn't being loaded from bp-blogs-activity.php in /bp-blogs/ (I'm not completely sure, just looking at this PHP cross reference...)
Disabling the bp-groupblog eliminates this issue.
Cross post from wordpress.org