I switched back to the old files in client/src and rebuilt, now it's running again.
Upgrade Issues
Collapse
X
-
I understand that we need the new files rather than the old ones. However, the moment we change from old to new, we end up with seeing a 404 as explained earlier and seen on the attached screenshots.
The moment we switch back to the old files, it's working again (apart from certain areas).
What could be the issue?Last edited by tobias; 04-10-2019, 05:36 PM.Comment
-
Try to uninstall all extensions. Remove existing /client directory. Copy the whole /client directory from the latest version of EspoCRM. Then clear cache from CLI.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
#Admin/clearCache is not longer available. If the link from Admin page follows to this URL it means that you have metadata from the old version. Here's how it should be now: https://github.com/espocrm/espocrm/b...Panel.json#L56
Maybe you have customized admin panel metadata.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
Check this file whether you have the same version of it: https://github.com/espocrm/espocrm/b...dminPanel.jsonIf you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
It was indeed different: https://www.diffchecker.com/GPGY0cKI
I've updated it, looking good now (apart from the promotions for your paid extensions on the right, that shouldn't be shown in our case, imho).
Any other files I should update manually?
Thanks Yuri.Comment
-
If they was different it means that you have old files in application/Espo directory. It was supposed that you have copied them from the new version.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
Really thought I did so, weird. I copied the new files again, see screenshot attached.
Espo seems to be ok and running stable now.
However, we now get the following error when running reports:
Code:[2019-04-11 09:49:17] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'call.t_zcreated_at1' in 'field list', Code: 42S22 URL: /api/v1/Report/action/run?id=5ca365fa 35d368abb&where%5B0%5D%5Btype%5D=lastSevenDays&where%5B0%5D%5Battribute%5D=createdAt&where%5B0%5D%5BdateTime%5D=true&where%5B0%5D%5BtimeZone%5D=Europe%2FVienna [] []
Comment
Comment