• 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 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