× Here you can get community support related to Auto Group.

The user does not assign to the selected group

  • dj.sash
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago - 7 years 11 months ago #4890 by dj.sash
Hello, I have a problem. I do not know why when I did everything according to the instructions so I will not assign a user to register in the group. I have these parameters 7 PHP, Joomla 3.5 Community Builder 2.0.14 Auto Group 2.3 In Annex printscreen.
Last edit: 7 years 11 months ago by dj.sash.

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #4891 by admin
Hi,
settings seem right, but I have never tested AutoGroup with this combination (expecially PHP 7). I will check and let you know ASAP.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago - 7 years 11 months ago #4894 by admin
Could you pls, create the screenshots in english? I am not able to replicate your current settings (e.g. which kind of field type are you using?) ...
Last edit: 7 years 11 months ago by admin.

Please Log in or Create an account to join the conversation.

  • dj.sash
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago #4896 by dj.sash
ok reinforcements printscreen detail fields in CB
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #4897 by admin
There is a little problem with PHP 7 to fix. Please, change line 65 of the plugin from this:
$currentvalues = $this->getFieldValue($fieldtype, $user->$rule['fieldname'], $user);

To this:
$currentvalues = $this->getFieldValue($fieldtype, $user->{$rule['fieldname']}, $user);

I will release a new version in a couple of days (first I would like to complete the PHP 7 compatibility check).

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • dj.sash
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago #4898 by dj.sash
ok super work, it's work, Thanks for your cooperation.

Please Log in or Create an account to join the conversation.

Time to create page: 0.083 seconds