After first disabling the Sales pack extension, then removing it, my log fills up with this.
Checking for any reference to ProductBrand I only see it is in the
application/Espo/Modules/Advanced/Resources/metadata/entityDefs/BpmnFlowchart.json, and nowhere else.
What is generating this error?
Running 6.0.6 with latest advanced pack.
Code:
21846:[2020-11-24 12:28:05] Espo.WARNING: E_WARNING: Invalid argument supplied for foreach() {"code":2,"message":"Invalid argument supplied for foreach()","file":"/var/www/crm/application/Espo/Core/Utils/Database/Orm/Converter.php","line":311, "context":{"entityName": "ProductBrand","entityMetadata":{"collection": {"sortBy":"name","asc":true,"textFilterFields":["name"],"fullTextSearch":false,"orderBy":"name","order ":" asc"}},"unmergedFields":["name"],"outputMeta":{"id":{"type":"id","dbType":"varchar "},"name":{"type":"varchar","notStorable":true },"deleted":{"type":"bool","default":false}}}} []
Checking for any reference to ProductBrand I only see it is in the
application/Espo/Modules/Advanced/Resources/metadata/entityDefs/BpmnFlowchart.json, and nowhere else.
What is generating this error?
Running 6.0.6 with latest advanced pack.
Comment