• Resolved nits1404

    (@nits1404)


    Got these two critical issues error on the site health after updating woocommerce version.
    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 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 10003 milliseconds with 0 bytes received (http_request_failed)

    • This topic was modified 3 years, 10 months ago by nits1404.
    • This topic was modified 3 years, 10 months ago by nits1404.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘An active PHP session is detected after updating woocommerce to 5.2.1’ is closed to new replies.