Jooml 5.2.2, on this plugin AcyMailing CB integration -> https://docs.acymailing.com/addons/joomla-add-ons/community-builder
In the admin zone, tab "parameters", Textfield Zone to select lists are no more displayed.

Error message :
Warning: include_once(/components/com_acym/params/lists.php): Failed to open stream: No such file or directory in /administrator/components/com_acym/Helpers/global/field.php on line 949
The solution is to change /administrator/components/com_acym/Helpers/global/field.php
line 949 : (P uppercase on Params) :
was : if (!include_once ACYM_FRONT.'params'.DS.$type.'.php') return '';
should be : if (!include_once ACYM_FRONT.'Params'.DS.$type.'.php') return '';
Then :
