Hi all,
after the upgrade from 4.8.4 to 5.0.0 I got an 500 Internal Server Error.
The LogFile shows the following:
[2017-12-28 10:24:06] Espo.WARNING: E_WARNING: get_class() expects parameter 1 to be object, null given {"code":2,"message":"get_class() expects parameter 1 to be object, null given","file":"/home/ccparkin/public_html/espcrm_01/application/Espo/ORM/Repositories/RDB.php","line":63,"context":{"entityType":"Vertrg e","entityManager":"[object] (Espo\\Core\\ORM\\EntityManager: {})","entityFactory":"[object] (Espo\\ORM\\EntityFactory: {})"}} []
I assume there is an issue with an "ä" in "Verträge" - but no idea how to fix it...?
I've checked the RDB.php file, but on line 63 is something completely different ( $this->entityClassName = get_class($this->seed), and I cannot find the called "Vertrge"..?
thanks for help...!
after the upgrade from 4.8.4 to 5.0.0 I got an 500 Internal Server Error.
The LogFile shows the following:
[2017-12-28 10:24:06] Espo.WARNING: E_WARNING: get_class() expects parameter 1 to be object, null given {"code":2,"message":"get_class() expects parameter 1 to be object, null given","file":"/home/ccparkin/public_html/espcrm_01/application/Espo/ORM/Repositories/RDB.php","line":63,"context":{"entityType":"Vertrg e","entityManager":"[object] (Espo\\Core\\ORM\\EntityManager: {})","entityFactory":"[object] (Espo\\ORM\\EntityFactory: {})"}} []
I assume there is an issue with an "ä" in "Verträge" - but no idea how to fix it...?
I've checked the RDB.php file, but on line 63 is something completely different ( $this->entityClassName = get_class($this->seed), and I cannot find the called "Vertrge"..?
thanks for help...!
Comment