• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved PHP 8.0 not removed from the PHP settings

PeopleInside

Regular Pleskian
Username:

TITLE


PHP 8.0 not removed from the PHP settings

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian
Version 18.0.48

Ubuntu 22.04.1 LTS

PROBLEM DESCRIPTION

1. Unistalled PHP 8.0 from Tools & Settings, Updates, Add/Remove component
2. When I go on Tools & Settings, PHP settings PHP 8.0 still exist with an error message. Also run the SSH command suggested never resolve the issue.

Screenshot-20230110-213734.png


STEPS TO REPRODUCE

See PROBLEM DESCRIPTION

ACTUAL RESULT

PHP 8.0 removed but still listed on PHP settings page with an error

EXPECTED RESULT

PHP 8.0 not listed on PHP settings page

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug

Discussion
 
Thank you for your report. The issue has been confirmed as id PPPM-13850. You can use this id to see the issue resolution in the change log or if you have additional questions on this when opening a support ticket.
 
We have the same issue also with PHP 7.4 on our servers with the latest Plesk version 18.0.49 Update #2.
 
The issue is still under investigation. For now, developers are suggesting a workaround:
Run
# plesk repair web -verbose
It will give you some options. In the options select the problematic PHP entry for repair. Example:

Code:
Use the following PHP handler to fix the issue:
   1. [ ] 7.4.33 (CGI application)
   2. [ ] 7.4.33 (FastCGI application)
   3. [* ] 7.4.33 (FPM application)
   4. [ ] 7.4.33 (Dedicated FPM application)
   5. [ ] Disable PHP support
   6. [] Do not fix

  Type the number of the necessary option: 3
Applying PHP handler 7.4.33 (FPM application) ................... [FIXED]

But it is not recommended for servers with many domains, because there it can take a while an also create a latency windows between removal of existing configuration files and recreating them during which it could happen that websites are unavailable.

A real fix will be worked on soon.
 
@Peter Debik Thanks for your quick work around that did the job for us. In our case the problematic PHP handlers were still used in some service plans as default PHP handler.
 
Remove PHP 8.0 seems cause also the downtime randoom not immediate. I need reinstall it and I am doing now after try everything to fix this randoomic downtime.
 
Plesk Obsidian 18.0.51:
Removing PHP 8 via Plesk Installer no longer results in an error when browsing Tools & Settings > PHP Settings. (PPPM-13850)
 
Back
Top