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

Wrong PHP version showing inside Plesk panel

Lukas

New Pleskian
I recently updated my PHP version from 5.3 to 5.5.27.

When I check my php version using ssh I get this:

# php -v
PHP 5.5.27 (cli) (built: Jul 10 2015 23:40:40)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies


But on a list of available versions I don't see version 5.5.27:

# /usr/local/psa/bin/php_handler --list
Warning: Current locale is unusable. Using 'C' instead.
id: display name: full version: version: type: cgi-bin: php.ini: custom:
cgi 5.3.3 5.3.3 5.3 cgi /usr/bin/php-cgi /etc/php.ini false
fastcgi 5.3.3 5.3.3 5.3 fastcgi /usr/bin/php-cgi /etc/php.ini false
fastcgi-5.5.23 5.5.23 5.5.23 5.5 fastcgi /php/php-5.5.23/bin/php-cgi /php/php-5.5.23/etc/php.ini true
module 5.3.3 5.3.3 5.3 module /usr/bin/php-cgi /etc/php.ini false

Same thing inside Plesk admin panel - I see version 5.3.3 instead of 5.5.27.

How can I fix that ?
 
But have you registered handler of this version 5.5.27 before checking list of available handlers?
 
I think I didn't, and I am not sure how to do it.
I didn't add another installation of PHP, I just updated the main installation.
 
Back
Top