• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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