• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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