And cause this error if fe_group is selected in plugin:
An exception occurred while executing 'SELECT * FROMfe_usersFIND_IN_SET("7",usergroup) AND (fe_users.deleted= 0) AND (fe_users.disable= 0) AND (fe_users.starttime<= 1594136880) AND ((fe_users.endtime= 0) OR (fe_users.endtime> 1594136880)) AND fe_users.pid>=0': You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '("7",usergroup) AND (fe_users.deleted= 0) AND (fe_users.disable= 0) AN' at line 1
In this line the where clause is missing: https://github.com/bobosch/ods_osm/blob/a0897ac970f2ce3f790af2635c59be8e1c07810c/Classes/Controller/PluginController.php#L271
And cause this error if fe_group is selected in plugin:
An exception occurred while executing 'SELECT * FROM
fe_usersFIND_IN_SET("7",usergroup) AND (
fe_users.
deleted= 0) AND (
fe_users.
disable= 0) AND (
fe_users.
starttime<= 1594136880) AND ((
fe_users.
endtime= 0) OR (
fe_users.
endtime> 1594136880)) AND fe_users.pid>=0': You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '("7",usergroup) AND (
fe_users.
deleted= 0) AND (
fe_users.
disable= 0) AN' at line 1
maybe should be: