#47184 closed defect (bug) (worksforme)
Site Health on 5.2 fails to detect PHP gd module on Debian Stretch
Reported by: | lovingboth | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.2 |
Component: | Site Health | Keywords: | site-health |
Focuses: | Cc: |
Description
What /wp-admin/site-health.php says:
2 Critical issues One or more required modules are missing (performance) PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator. The WordPress Hosting Team maintains a list of those modules, both recommended and required, in the team handbook (opens in a new tab). Error The required module, gd, is not installed, or has been disabled.
What running phpinfo() on the same site says:
gd GD Support enabled GD headers Version 2.2.4 GD library Version 2.2.4 FreeType Support enabled (etc)
Server running Debian Stretch, PHP 7.0.33 (including the php7.0-gd package)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The site health feature also says the server “requires” a PHP upgrade, either because it thinks 7.0 is no longer supported, or another bug.
Ah, yes, if I query the server at https://api.wordpress.org/core/serve-happy/1.0/?php_version=7.0, I get back
Well, it’s supported on Debian Stretch.
Here’s the results from the site health info, after having increased the PHP time limit to cope with updating themes (see other report).