• 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 Error: Unable to retrieve information about the PHP configuration

CobraArbok

Regular Pleskian
In Plesk Onyx 17.5.3 Update #22,
Subscriptions > example.com >PHP Settings > view the phpInfo() page

I always get the message "Error: Unable to retrieve information about the PHP configuration."

I also tried with:
Code:
   # /usr/local/psa/admin/bin/httpdmng --reconfigure-domain example.com
, as in the this post.
 
Do you have any vhost template customizations? Check it with

# find /usr/local/psa/admin/conf/templates/custom
 
For example:

# /opt/plesk/php/7.1/bin/php -i | grep GD
GD Support => enabled
GD Version => bundled (2.1.0 compatible)
 
Have you tried

# plesk repair web domain.com
# plesk repair fs domain.com

?
 
I'm getting a similar error but don't have an entry in the PHP error log file. Any suggestions on where to turn next?
 
Back
Top