Multilanguage Tool not working

Searching for any constant, in any language gives this error:

Error: COLLATION ‘utf8mb4_general_ci’ is not valid for CHARACTER SET ‘latin1’

It occurs in the OpenEMR 7 demos currently online, both official release and development versions.

It occurs in all browsers.

Please help!

You should disable the utf8 flag in sites/default/sqlconf.php
$disable_utf8_flag = true;
and completely remove the $db_encoding = 'utf8mb4';

hi @sergiors ,
Thanks for reporting this. This appears to be a bug in our demos (looking into it now), but should not be an issue on your OpenEMR installation. Are you having this issue on OpenEMR instances that are not part of the OpenEMR demo farm?