
0
Not a bug
Error 500 during attempt to upgrade from 2019 to 2020 build
Hello,
I'm trying to upgrade FileRun from version 2019.12.25 to 2020.11.21, but each time it downloads update, I press on install update and it just Says "Loading..." forever and chrome returns error 500.
How should I go about this issue?
The FileRun installation seems to be completely unaffected as I can attempt to upgrade forever.
Censored some numbers for security reasons, but this is how it looks like.
Where should I look for the problem?
Thank you very much for your software, it's really awesome! (no sarcasm intended)
Customer support service by UserEcho
Sorry for the late reply. PHP is probably configured with "display_errors" set to "Off", that's why just the Internal Server Error 500 instead of a meaningful error message.
You should enable log_errors in the PHP configuration and then check error_log for the actual error message. Or enable error displaying.