Error is displayed:
Call to undefined method: id
Maybe the problem is this:
For registration and authorization in the system I use the component "SLogin".
This component takes data for registration from social networks. It can also combine different user profiles into one profile.
(That is, I can register, for example through Facebook, and then register again through Google. After that, I can combine these profiles into one profile).
The problem could arise after I completely deleted the user profile, and then the user registered again and created a new profile.
And the system can somehow remember the old user profile and give an error to the actions of the new user.
But this is only my guesswork.
Let me remind you that from CB GroupJive to the admin panel groups are created well.