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

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