Site Health Errors

I have been seeing issues with my site where some products are not processing correctly.

In "Tools/Site Health" there are two Critical Issues showing up:

1) AN ACTIVE PHP SESSION WAS DETECTED

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 REST API ENCOUNTERED AN ERROR

The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.

The REST API request failed due to an error.

Error: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received (http_request_failed)

This only happened after the last couple of BETHeme updates were applied, so does anyone know where to look to fix these issues?

Comments

Sign In or Register to comment.