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

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