PHP session_start() function error
-
Hello,
I have the following error messages in my site’s health page:
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 request failed due to an error.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)I’m assuming these are all linked?
I’ve read the available threads on this topic, but can’t figure out what to do.
The only plug-in i have deactivated is Real Simple SSL, which i don’t want to do. I am also using the Divi theme builder.
Would anyone know how I can resolve this? I would prefer not to play around with the php files.
Thanks,
KhaulaThe page I need help with: [log in to see the link]
- The topic ‘PHP session_start() function error’ is closed to new replies.