• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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