I'm getting a strange error that just started 2 days ago.
[2017-12-08 14:58:34] Espo.WARNING: E_WARNING: array_key_exists() expects parameter 2 to be array, null given {"code":2,"message":"array_key_exists() expects parameter 2 to be array, null given","file":"/home/CRMNAME/public_html/application/Espo/Core/Utils/Database/Schema/Converter.php","line":438,"context":{"entityList":["TechnicalDetails"],"ormMeta":{"ActionHistoryRecord":{"fields":{"i d": {"dbType":"varchar","len":24,"type":"id"},"name ":{ "type":"varchar","notStorable":true},"deleted" :
It continues on and goes through what looks like all of the entities and their fields. The error log gets huge, but everything seems to be working properly in the system and in the database. What is strange is that I had a custom entity a long time ago which was called TechnicalDetails that no longer exists. It has been removed from the system and database more then a month ago. Any Idea what is happening?
I was working with hooks yesterday and they seemed to be working properly, but when I noticed my error log getting bigger I removed the hook files from the system. This error posted here is the same thing that was happening yesterday as well.
Running 4.8.4 and Advance Pack 1.28.0
[2017-12-08 14:58:34] Espo.WARNING: E_WARNING: array_key_exists() expects parameter 2 to be array, null given {"code":2,"message":"array_key_exists() expects parameter 2 to be array, null given","file":"/home/CRMNAME/public_html/application/Espo/Core/Utils/Database/Schema/Converter.php","line":438,"context":{"entityList":["TechnicalDetails"],"ormMeta":{"ActionHistoryRecord":{"fields":{"i d": {"dbType":"varchar","len":24,"type":"id"},"name ":{ "type":"varchar","notStorable":true},"deleted" :
It continues on and goes through what looks like all of the entities and their fields. The error log gets huge, but everything seems to be working properly in the system and in the database. What is strange is that I had a custom entity a long time ago which was called TechnicalDetails that no longer exists. It has been removed from the system and database more then a month ago. Any Idea what is happening?
I was working with hooks yesterday and they seemed to be working properly, but when I noticed my error log getting bigger I removed the hook files from the system. This error posted here is the same thing that was happening yesterday as well.
Running 4.8.4 and Advance Pack 1.28.0
Comment