Some of my users that use Google Chrome or Firefox experience an Internal Server Error, once they clear their cache for my website, the error disappears. I had this issue over a year ago but switching to a different hoster "fixed" it, but now the issue has come back.
Here is what recently was done (not sure if any one, all or none of these caused it):
- Upgraded CakePHP (from 2.8.9 to 2.10.7)
- Changed PHP Config from php5.6 as default + CLI and php7.0 dedicated for Web role to php 7.0 for everything (this was necessary to prevent the sockets of the fpm processes to collide and crash the server on a restart)
Of course I can tell my users to clear their cache, but I would also like to understand what might cause this or what potential could cause this behaviour (it's really hard to debug as only some users are affected).