• 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.

    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 10001 milliseconds with 0 bytes received (http_request_failed)`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Yui

    (@fierevere)

    永子

    It can be one issue, REST API can error due to opened session.

    It seems you have some old plugin or theme (maybe related to some kind of contact form or other visitor session tracking), this plugin must be disabled (replaced or updated).
    You can find it by disabling suspected plugins one by one (or using troubleshooting mode with https://www.ads-software.com/plugins/health-check/ )

Viewing 1 replies (of 1 total)
  • The topic ‘2 Health Issues’ is closed to new replies.