boonebgorges / bp-groupblog

BuddyPress Groupblog
GNU General Public License v3.0
15 stars 10 forks source link

PHP Fatal error when deleting post from Buddypress Group Blogs #30

Closed dhornbein closed 10 years ago

dhornbein commented 10 years ago

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

boonebgorges commented 10 years ago

Thanks for the report. This'll be fixed in the next version.