I upgrade a few instances from 8.4.2 to 9.0.0. The upgrade was successful but when i load the app i got an Error 500. I refreshed the page and i got the login and everything seems to work fine but I am not sure. I am posting here to her confirmation. From the log, i notice it logged a long message relating Slim framework. I have attached the log file for reference.
Version 9.0.0 - Slim error after upgrade
Collapse
X
-
Tags: None
-
It looks like PHP files were cached. Old PHP files were loaded from the cache rather than new ones. When files are copied by the upgrade process, the cache is supposed to be invalidated. But for some reason it didn't work for your instance.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.👍 1-
yuri does that mean that everything is good? Does it need to be resolved? Please advise, Thank you. -
murugappan try make Rebuild via CLI and clear your browser cache (or log in via an incognito tab or another browser that is not used for working with EspoCRM). Even if this does not work, you can rule out a caching problem. It would be useful to restart the server if PHP was recently updated on it and it has not been restarted yet.
-
Comment