OctoDev Posted April 13, 2022 Posted April 13, 2022 (edited) I uploaded all the files manually on the latest version, however it's throwing 500 internal server error in the /admin/upgrade process. The admin panel works fine, but the site is offline and says update in progress. How can I fix this? System + error logs does not indicate anything is wrong. Happens at admin/upgrade/?autologin=1&sessionCheck=1 Parse error: syntax error, unexpected '/', expecting '{' in /home/nginx/domains/domain.io/public/system/Application/Application.php(694) : eval()'d code on line 1 Fatal error: Exception thrown without a stack frame in Unknown on line 0 Edited April 13, 2022 by OctoDev
Jim M Posted April 13, 2022 Posted April 13, 2022 A 500 Internal Server Error is a lot like the check engine light on your car, it states something is wrong but not exactly what or where. You would need to obtain the server error log entry for this error from your server (ask your hosting provider or server administrator if you are unsure how).
OctoDev Posted April 13, 2022 Author Posted April 13, 2022 2 minutes ago, Jim M said: A 500 Internal Server Error is a lot like the check engine light on your car, it states something is wrong but not exactly what or where. You would need to obtain the server error log entry for this error from your server (ask your hosting provider or server administrator if you are unsure how). I posted it above, modified the post. Seems like other clients ran into same issue. I disabled every plugin + application, issue remains.
Jim M Posted April 13, 2022 Posted April 13, 2022 Thank you for editing you post with the error log entry. Please ensure that you're not running PHP 8.1 as this is not compatible yet. We recommend running PHP 7.4 or PHP 8.0.
Recommended Posts