• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk errors after upgrading to 11.5.3: Php version 5.4 and php handlers 5.3

ideance

New Pleskian
Hello,

After upgrading to Plesk 11.5.3 I'm getting errors when trying to access Websites section of a particular Customer:
Unable to create or update the subscription: The PHP handler "fastcgi" is not registered.
or
Unable to create or update the subscription: The PHP handler "module" is not registered.

Other debug info:

Code:
#php -v
PHP 5.4.19 (cli) (built: Aug 27 2013 18:40:41)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
    with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.

Code:
# /usr/local/psa/admin/sbin/php_handlers_control --list
    id:  display name:  version:    type:          cgi-bin:      php.ini:
 module            5.3       5.3   module  /usr/bin/php-cgi  /etc/php.ini
fastcgi            5.3       5.3  fastcgi  /usr/bin/php-cgi  /etc/php.ini
    cgi            5.3       5.3      cgi  /usr/bin/php-cgi  /etc/php.ini

Code:
mysql> select section,name from ServiceNodeEnvironment where section='phphandlers'
+-------------+--------+
| section     | name   |
+-------------+--------+
| phphandlers | synced |
+-------------+--------+

The solution from this KB did not resolved my issue:
http://kb.parallels.com/en/116801
 
Back
Top