• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Facing problem in updating the php version 7.4.33 to php version 8.0.30

harchand

New Pleskian
I an having php version 7.4.33 on the server. when i update the verion to 8.0.30, and tries to open the website it gives the error 500 "This page isn’t working".
help me to resolve the problem.
 
PHP 8 removed many outdated commands. It may require reworking some of your PHP code. This is not really a technical issue, but simply a change in the language. Please check your error_log file (or the "Logs" link on "Websites & Domains"). The log file will show the exact error message what PHP doesn't like about the code.
 
It is possible that log reporting (error_reporting) is turned off. Maybe in the PHP configuration, but it could also be done in the script(s). Have you considered to contact the vendor of your script for an update that works with PHP 8.x?
 
Back
Top