Hello,
Can anibody help my undestend what the error meens:
[2017-12-06 06:45:04] Espo.ERROR: API [PUT]:/:controller/action/:action, Params:Array ( [controller] => Restante [action] => massUpdate ) , InputData: {"attributes":{"description":"g"},"ids":["5a141b60180aab686"],"where":null,"selectData":null,"byWhere":false } - SQLSTATE[42000]: Syntax error or access violation: 1064 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 ' `modified_by_id` = '1' WHERE restante.id = '5a141b60180aab686' AND restante.del' at line 1 [] []
[2017-12-06 06:45:04] Espo.ERROR: Display Error: SQLSTATE[42000]: Syntax error or access violation: 1064 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 ' `modified_by_id` = '1' WHERE restante.id = '5a141b60180aab686' AND restante.del' at line 1, Code: 42000 URL: /api/v1/Restante/action/massUpdate [] []
if i mache a new entity it's ok but i have a old entity whit relations to other entitysand it's a lot of data.....
it dosent mather what tipe of var i what to change varchar, text, bool or date i alweis ge the seim error.
Can anibody help my undestend what the error meens:
[2017-12-06 06:45:04] Espo.ERROR: API [PUT]:/:controller/action/:action, Params:Array ( [controller] => Restante [action] => massUpdate ) , InputData: {"attributes":{"description":"g"},"ids":["5a141b60180aab686"],"where":null,"selectData":null,"byWhere":false } - SQLSTATE[42000]: Syntax error or access violation: 1064 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 ' `modified_by_id` = '1' WHERE restante.id = '5a141b60180aab686' AND restante.del' at line 1 [] []
[2017-12-06 06:45:04] Espo.ERROR: Display Error: SQLSTATE[42000]: Syntax error or access violation: 1064 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 ' `modified_by_id` = '1' WHERE restante.id = '5a141b60180aab686' AND restante.del' at line 1, Code: 42000 URL: /api/v1/Restante/action/massUpdate [] []
if i mache a new entity it's ok but i have a old entity whit relations to other entitysand it's a lot of data.....
it dosent mather what tipe of var i what to change varchar, text, bool or date i alweis ge the seim error.
Comment