I have discovered the problem. I use the Invite Anyone plugin – https://wordpress.org/extend/plugins/invite-anyone/ but have a custom function that removes the “Send Invites” tab from the user community. It is a closed community and I only wanted the functionality within groups.
I use a function that contains $bp->bp_nav= false; to remove it. As soon as I removed that, it worked. I have tried using bp_core_remove_subnav_item( $bp->member->slug, ‘invite-anyone’ ); but that does not work.
Thanks for the assistance. I should have done some 101 testing first but appreciate the quick look.
I am using my own child theme based on the core theme. I just tried switching to the default buddypress theme and did not receive the error. I should have tried that.
Is there a specific reference for 1.6 theme changes? Or should I dig through the template files looking for the changes?
I am running a large number of plugins and I have a handful of functions that I wrote for modifying the tabs on a user’s profile. I do not receive any errors if viewing another users profile, but only if “editing” or viewing the current users. I have a feeling it is one of my functions that is causing this failure.
The approval of new groups would be a really desired feature. I am using both plugins listed above, but would like users to create their own groups with an admin approval process.