• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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