• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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