• 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 PHP 8 no run

Have you enabled PHP 8 as PHP handler of your website in PHP Settings?

Screenshot 2021-02-18 at 10.19.08.png
 
Thank you very much for your answer. I have done yes.
 

Attachments

  • 2021-02-18 10_52_43-phpinfo().png
    2021-02-18 10_52_43-phpinfo().png
    128.9 KB · Views: 12
Please run command:

Code:
plesk db "select domains.name, dom_id, php, php_handler_id, fastcgi, WebServerSettingsParameters.value as 'Served as nginx?' from hosting JOIN domains on domains.id=hosting.dom_id JOIN WebServerSettingsParameters on WebServerSettingsParameters.webServerSettingsId=(select val from dom_param WHERE param='webServerSettingsId' AND dom_id=domains.id) where WebServerSettingsParameters.name='nginxServePhp' AND domains.status=0"

And check php_handler_id for your affected domain. Is it PHP 8 or not?
 
Back
Top