Re: Moderate members
Seems I’ve fixed the problem myself..
Basically- because I have disabled the blog features of the site, and groups- I had to remove this part from the plugin php file:
` $bp_groups=$_POST[‘bp_groups’];
$bp_groups_str = implode(“,”, $bp_groups);
update_option(‘bprwg_groups’, $bp_groups_str);
$bp_blogs=$_POST[‘bp_blogs’];
$bp_blogs_str = implode(“,”, $bp_blogs);
update_option(‘bprwg_blogs’, $bp_blogs_str);`
All working as it should now (so far)