Site Health errors
-
After struggling with plugins, I came to the realization that it was the Tempera theme that was generating these errors. Doesn’t happen when I switch themes.
1. A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
2.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 10000 milliseconds with 0 bytes received (http_request_failed)
- The topic ‘Site Health errors’ is closed to new replies.