• 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!
  • 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 handlers not available in PHP settings (after Update to ONYX)

Ueli Kramer

New Pleskian
TITLE:
PHP handlers not available in PHP settings (after Update to ONYX)

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx v17.5.3_build1705170317.16 os_Ubuntu 14.04​

PROBLEM DESCRIPTION:
On the PHP settings page all PHP versions are displayed but the <select> elements are empty for "run php as" input. After changing the PHP version, the XHR request does contain an empty phphandlerid (due to empty select). The handlers are all existing using the psa command to retrieve the php handlers and looking into the database.
STEPS TO REPRODUCE:
Actually don't know because I only did an update to ONYX.​

ACTUAL RESULT:
It is not possible to make any changes to the php versions.​
 
Solved by PLESK technical support

It is a reported bug with ID PPS-581. The developers are already working on it.

As a workaround, you can do these steps:

1) I enabled the nginx web server using the below command:

++
root@:~# /usr/local/psa/admin/bin/nginxmng -e
++

2) Go to Domains >> Apache&Nginx Settings >> Enabled the nginx proxy mode.

3) After that I disabled the nginx web server using the below command:

++
root@:~# /usr/local/psa/admin/bin/nginxmng -d
++

After performing the above changes, you can see the php handlers again.
 
Hi,

Any news on when this bug will be resolved ?
I have a lot of servers and don't want to solve the issue manually on each of them with the nginx trick.

Best regards
 
Back
Top