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

Issue phpinfo() in plesk not shown

cool_sh

Basic Pleskian
Hi,

on the page for the php settings you can click on a link to show the current settings of the choosen php-version.
When clicking on it, it doesn't show up instead an error message is visible that the informations could not be shown:

"Fehler: Informationen über die PHP-Konfiguration können nicht abgerufen werden."

Running Plesk Onyx 17.5.3 Update 4
 
Hi cool_sh,

When clicking on it, it doesn't show up instead an error message is visible
pls. check your PHP handler configurations for ( possible ) misconfigurations:

Example commands:
Code:
plesk bin php_handler --reread
plesk bin php_handler --list
 
Hi UFHH01,

seems all fine or?

# plesk bin php_handler --list
Code:
                  id:        display name:  full version:  version:    type:                         cgi-bin:                    php-cli:                        php.ini:  custom:  status:
                  cgi  5.4.16 by OS vendor         5.4.16       5.4      cgi                 /usr/bin/php-cgi                /usr/bin/php                    /etc/php.ini    false disabled
              fastcgi  5.4.16 by OS vendor         5.4.16       5.4  fastcgi                 /usr/bin/php-cgi                /usr/bin/php                    /etc/php.ini    false disabled
                  fpm  5.4.16 by OS vendor         5.4.16       5.4      fpm                /usr/sbin/php-fpm                /usr/bin/php                    /etc/php.ini    false disabled
               module  5.4.16 by OS vendor         5.4.16       5.4   module                 /usr/bin/php-cgi                /usr/bin/php                    /etc/php.ini    false disabled
      plesk-php56-cgi               5.6.30         5.6.30       5.6      cgi   /opt/plesk/php/5.6/bin/php-cgi  /opt/plesk/php/5.6/bin/php  /opt/plesk/php/5.6/etc/php.ini     true disabled
  plesk-php56-fastcgi               5.6.30         5.6.30       5.6  fastcgi   /opt/plesk/php/5.6/bin/php-cgi  /opt/plesk/php/5.6/bin/php  /opt/plesk/php/5.6/etc/php.ini     true  enabled
      plesk-php56-fpm               5.6.30         5.6.30       5.6      fpm  /opt/plesk/php/5.6/sbin/php-fpm  /opt/plesk/php/5.6/bin/php  /opt/plesk/php/5.6/etc/php.ini     true  enabled
      plesk-php70-cgi               7.0.18         7.0.18       7.0      cgi   /opt/plesk/php/7.0/bin/php-cgi  /opt/plesk/php/7.0/bin/php  /opt/plesk/php/7.0/etc/php.ini     true disabled
  plesk-php70-fastcgi               7.0.18         7.0.18       7.0  fastcgi   /opt/plesk/php/7.0/bin/php-cgi  /opt/plesk/php/7.0/bin/php  /opt/plesk/php/7.0/etc/php.ini     true  enabled
      plesk-php70-fpm               7.0.18         7.0.18       7.0      fpm  /opt/plesk/php/7.0/sbin/php-fpm  /opt/plesk/php/7.0/bin/php  /opt/plesk/php/7.0/etc/php.ini     true  enabled
      plesk-php71-cgi                7.1.4          7.1.4       7.1      cgi   /opt/plesk/php/7.1/bin/php-cgi  /opt/plesk/php/7.1/bin/php  /opt/plesk/php/7.1/etc/php.ini     true disabled
  plesk-php71-fastcgi                7.1.4          7.1.4       7.1  fastcgi   /opt/plesk/php/7.1/bin/php-cgi  /opt/plesk/php/7.1/bin/php  /opt/plesk/php/7.1/etc/php.ini     true  enabled
      plesk-php71-fpm                7.1.4          7.1.4       7.1      fpm  /opt/plesk/php/7.1/sbin/php-fpm  /opt/plesk/php/7.1/bin/php  /opt/plesk/php/7.1/etc/php.ini     true  enabled
 
Last edited:
Hi cool_sh,

actually, YES... it looks all correct ( if you don't want to use the "disabled" PHP - handlers ;) ).

If you experience described issues, you could consider to report this sort of behaviour as being a bug at => Home > Forum > Plesk Discussion > Reports
... so that Plesk - Team - Members at this forum are able to hand it over to the Plesk developpers.
 
Back
Top