An active PHP session was detected
-
Hi. A long time ago I reported errors of this plugin with the WordPress API and two updates later the errors remain without solution. When will they do something about it?
An active PHP session was detected
A PHP session was created by calling the session_start () function. This interferes with the REST API and loopback requests. The session must be closed in session_write_close () before making any HTTP requests.
The REST API has encountered an error
The REST API is a way that WordPress and other applications communicate with the server. An example is the block editor screen, which relies on this to display and save your posts and pages.
The request to the REST API failed due to an error.
Error: cURL error 28: operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)Your site was unable to make a loopback request.
Loopback requests are used to execute scheduled events, and are also used by the built-in editor for themes and plugins to verify code stability.
The loopback request to your site has failed. This means that the functionalities that depend on it will not work correctly.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)
- The topic ‘An active PHP session was detected’ is closed to new replies.