Plugin causing critical issues
-
Hi! I like your plugin “X-Currency”, but WP Site Health shows, that this plugin is causing 2 critical issues:
- 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 that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages.
When testing the REST API, an error was encountered:
REST API Endpoint:
REST API Response: (http_request_failed) cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
When I disable your plugin, these errors go away.
Can you please fix this?
- An active PHP session was detected
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Plugin causing critical issues’ is closed to new replies.