Hi all,
We’re running into an issue while trying to upgrade EspoCRM from version 8.4.2 to the latest version. During the upgrade process, it fails with the error:
Class "Espo\Core\Utils\Database\Orm\Fields\PersonNam e" not found
This error only occurs on our production instance, which has several customizations. It does not occur on our development environment, which is a clean install without any customizations. Both environments have the same extensions installed but the dev system upgrades without issue.
We did find that the production system contains a custom class at custom/Espo/Custom/Core/Utils/Database/Orm/Fields/PersonName.php that tries to extend Espo\Core\Utils\Database\Orm\Fields\PersonName.
We remove all of the extensions when we are updating because they need updated as well.
Looking to see if anyone has had this issue before or if this is some weird customization we inherited from the previous admin.
Additionally we are running the Advanced Pack, Google Integration, Sales Pack and VoIP Integration extensions.
If there is anymore info I can provide let me know but this is all i'm working with at the moment.
Thanks in advance!
We’re running into an issue while trying to upgrade EspoCRM from version 8.4.2 to the latest version. During the upgrade process, it fails with the error:
Class "Espo\Core\Utils\Database\Orm\Fields\PersonNam e" not found
This error only occurs on our production instance, which has several customizations. It does not occur on our development environment, which is a clean install without any customizations. Both environments have the same extensions installed but the dev system upgrades without issue.
We did find that the production system contains a custom class at custom/Espo/Custom/Core/Utils/Database/Orm/Fields/PersonName.php that tries to extend Espo\Core\Utils\Database\Orm\Fields\PersonName.
We remove all of the extensions when we are updating because they need updated as well.
Looking to see if anyone has had this issue before or if this is some weird customization we inherited from the previous admin.
Additionally we are running the Advanced Pack, Google Integration, Sales Pack and VoIP Integration extensions.
If there is anymore info I can provide let me know but this is all i'm working with at the moment.
Thanks in advance!
Comment