Site Health error debug
-
Hello,
We use one commercial plugin and developers are not willing to help us, therefore I am seeking help on my own. When that specific plugin is active – “Site Health Status” gives 2 errors. We suspect, that this lead to some issues with the plugin work. The errors are:Error 1
The REST API request failed due to an error.
Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes receivedError 2
Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes receivedThis happens even if there is just this single plugin installed. And no problems, once the plugin is deactivated.
I am seeking way to debug health checks in order to find, what might cause problems. What URL and action is called? It is strange, but with debug mode enabled, I am not getting anything logged..
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', "/home/membership/wordpress.log" ); define( 'WP_DEBUG_DISPLAY', false ); define( 'SAVEQUERIES', true );
I have seen many posts, where people say – ask your hosting provider, it’s a problem with the host. Well – we are hosting company, so we have full control over our servers. I have tried this plugin on several different servers with different config, but results are always the same. If it’s the webserver config/php/mysql to be blamed – sure, I can take it and able to fix, but at this particular moment – I don’t know, what to fix, what the problem is.
- The topic ‘Site Health error debug’ is closed to new replies.