Hello,
This is the ERROR LOG is added when i try to delete the account.
[2018-06-26 03:45:24] Espo.ERROR: API [PATCH]:/:controller/:id, Params:Array ( [controller] => Account [id] => 5b31b6cc60dcd8860 ) , InputData: {"purposeOfTheUnitbiz":["Accomodation and Food Service Activities","Administrative and Support Service Activities","Activities of Households as Employers of Domestic Personnel","Activities Not Adequately Defined"]} - 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 ' `purpose_of_the_unitbiz` = '["Accomodation and Food Service Activities","Adm' at line 1 [] []
[2018-06-26 03:45:24] 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 ' `purpose_of_the_unitbiz` = '["Accomodation and Food Service Activities","Adm' at line 1, Code: 42000 URL: /slp/api/v1/Account/5b31b6cc60dcd8860 [] []
This says that the purpose_of_the_unitbiz (Multi-Enum) have some issue. I cannot find any issue with this field, Can you help me to fix this.
Thanks.
This is the ERROR LOG is added when i try to delete the account.
[2018-06-26 03:45:24] Espo.ERROR: API [PATCH]:/:controller/:id, Params:Array ( [controller] => Account [id] => 5b31b6cc60dcd8860 ) , InputData: {"purposeOfTheUnitbiz":["Accomodation and Food Service Activities","Administrative and Support Service Activities","Activities of Households as Employers of Domestic Personnel","Activities Not Adequately Defined"]} - 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 ' `purpose_of_the_unitbiz` = '["Accomodation and Food Service Activities","Adm' at line 1 [] []
[2018-06-26 03:45:24] 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 ' `purpose_of_the_unitbiz` = '["Accomodation and Food Service Activities","Adm' at line 1, Code: 42000 URL: /slp/api/v1/Account/5b31b6cc60dcd8860 [] []
This says that the purpose_of_the_unitbiz (Multi-Enum) have some issue. I cannot find any issue with this field, Can you help me to fix this.
Thanks.
Comment