Conversation
supportHello, I notice that two critical errors in the Site Health are shown when this plugin is active. 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. To fix this, I changed the following file: seo-backlink-monitor/admin/class-seo-backlink-monitor-admin.php FIND: session_start(); REPLACE: session_start( [ ‘read_and_close’ => true, ] ); Hope this helps someone with the same problem as me. A plugin update to fix this is necessary.
Hi @divvy , thanks for your notice about the site health check. We replaced the session handling with a db option. The updated version 1.5.0 is already online. Kind regards! (tg)
@activewebsight , thank you for the fast update 🙂
Hi @divvy , thanks for your notice about the site health check. We replaced the session handling with a db option. The updated version 1.5.0 is already online. Kind regards! (tg)
@activewebsight , thank you for the fast update 🙂