-
Bug
-
Resolution: Fixed
-
None
-
High
-
Fixed a bug when no customers were set to a language resource.
-
Emptyshow more show less
problem
Following exception
message: Zend_Db_Statement_Exception: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '))' at line 1, query w as: SELECT distinct(customerId) AS `customers` FROM `LEK_languageresources_customerassoc` WHERE (languageResourceId IN())
solution
is caused when customers are loaded for usage logging of a language resource but no customers assigned to the ressource.
Basically a usage problem by the user, but above exception should be prevented.