• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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