Make sure an automation group controller exists at \Concrete\Core\User\Group\AutomatedGroup\Members

Permalink
I am setting up a members area for a website I am developing and want to automatically assign new registered members to a members group I have created.

The C5 user groups panel is telling me to "Make sure an automation group controller exists at \Concrete\Core\User\Group\AutomatedGroup\Members" but I cannot find any information anywhere about this file, location etc

Can someone please advise me on this?

dclmedia
 
WebcentricLtd replied on at Permalink Reply
Hi,
which exact options are you setting on the User Groups page?
dclmedia replied on at Permalink Reply 1 Attachment
dclmedia
Here is a screen shot of the settings. I hope this is what you mean?
WebcentricLtd replied on at Permalink Reply
which version are you on?
I couldn't replicate that error but I got a very similar one after setting this up snd registering a new user. I'm pretty sure this is a bug and will log it as such. It looks to me as though some files might be missing from the distribution (there's a possibilty I might not have understood the code correctly and it might be a class path rather than a filepath).

I don't think this functionality will work until the issue is rectified. For now, as far as I can see you'll just have to add members manually to your group.

If I'm hopelessly wrong hopefully someone will chime in and correct me.
Mnkras replied on at Permalink Reply
Mnkras
I did some looking into this, basically you can run custom logic on if you want a user to be added to a group or not.

I just created a pull request that creates a default automation controller that will add the user to a group.

https://github.com/concrete5/concrete5-5.7.0/pull/1667...
Temposaur replied on at Permalink Reply
Temposaur
Now it says:

An unexpected error occurred.
Class \Concrete\Core\User\Group\AutomatedGroup\DefaultAutomation does not exist


edit:
My bad, forgot to make the AutomatedGroup -directory.
byvictoria replied on at Permalink Reply
byvictoria
Hi there,

Did you solve it?
I am getting this error after register
Class \Concrete\Core\User\Group\AutomatedGroup\Alumnos does not exist
I didn't understand you fix, could you help me out?

Thank you!

V.