Plugin causes REST API and PHP Session Error
-
Dear Admins,
after installing and using the WP Event Manager Plugin, WordPress shows 2 critical problems which disappear after deactivating the plugin again:1. A PHP session was created by a session_start() function call. This affects the REST API and loopback requests. The session should be closed by session_write_close() before any HTTP requests are made.translator
2. The REST API is a way for WordPress and other applications to communicate with the server. The block editor screen, for example, relies on the REST API to display and save your posts and pages.
An error occurred while testing the REST API:
REST API endpoint: https://schoepferinsel.com/wp-json/wp/v2/types/post?context=edit
REST API response: (http_request_failed) cURL error 28: Operation timed out after 10002 milliseconds with 0 bytes received
I found this on stackoverflow:
https://stackoverflow.com/questions/64377032/getting-an-active-php-session-was-detected-critical-warning-in-wordpressAlso many other sources have the opinion, that there must be some wrong code within a plugin which can only be fixed by the plugin provider.
Can you please look into this?
Kind regards,
AndreThe page I need help with: [log in to see the link]
The topic ‘Plugin causes REST API and PHP Session Error’ is closed to new replies.