• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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