• 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

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