You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of WordPress 5.2.3 the errors are shown as follows when WP PHP Console is active:
An exclusion may work on the page, but the issue is triggered by a loopback requests in background; therefore, a simple detection of the current page the browser client is seeing won't catch that.
One could probably exclude loading the plugin if REST_REQUEST is loaded, although this may prevent catching other legitimate errors.
However, loopback requests would still be an issue, because WP PHP Console is also interacting with those, and the site health check issues a remote GET to the admin_url() without much useful info to discern it from other legit requests.
Interestingly enough, the callback test on WooCommerce Status > Tools seems to pass.
For the time being some notice could be displayed while WP PHP Console is active on the site health check, to warn users about a false positive.
See https://wordpress.org/support/topic/sitehealth-curl-error-28/#post-11708951
Replication steps:
To do:
Low priority.
The text was updated successfully, but these errors were encountered: