Cannot add a field to entity due to "Bad server response". Trying to create field again and it is saying that field already exists.
CRM version: 5.3.6
php: 7.2, MySQL: 5.6
[2019-06-22 08:59:45] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"D:\\OSPanel\\domains\\crm-orig\\application\\Espo\\Core\\Utils\\Database\\Sc hema\\Converter.php","line":316,"context"... (full log attached)
[2019-06-22 09:00:50] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Lead ) , InputData: {"type":"varchar","required":false,"trim":true,"dy namicLogicVisible":null,"dynamicLogicRequired":nul l,"dynamicLogicReadOnly":null,"name":"qwe","label" :"Qwe","maxLength":10,"tooltipText":"","isPersonal Data":false,"default":"","audited":false,"readOnly ":false,"tooltip":false} - Field [qwe] exists in Lead [] []
[2019-06-22 09:00:50] Espo.ERROR: Display Error: Field [qwe] exists in Lead, Code: 409 URL: /api/v1/Admin/fieldManager/Lead [] []
CRM version: 5.3.6
php: 7.2, MySQL: 5.6
[2019-06-22 08:59:45] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"D:\\OSPanel\\domains\\crm-orig\\application\\Espo\\Core\\Utils\\Database\\Sc hema\\Converter.php","line":316,"context"... (full log attached)
[2019-06-22 09:00:50] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Lead ) , InputData: {"type":"varchar","required":false,"trim":true,"dy namicLogicVisible":null,"dynamicLogicRequired":nul l,"dynamicLogicReadOnly":null,"name":"qwe","label" :"Qwe","maxLength":10,"tooltipText":"","isPersonal Data":false,"default":"","audited":false,"readOnly ":false,"tooltip":false} - Field [qwe] exists in Lead [] []
[2019-06-22 09:00:50] Espo.ERROR: Display Error: Field [qwe] exists in Lead, Code: 409 URL: /api/v1/Admin/fieldManager/Lead [] []
Comment