Your site could not complete a loopback request
-
When this plugin is active, our Site Health screen displays these errors:
- Your site could not complete a loopback request
- Background updates may not be working properly
I’m not sure if this helps, but I recently had this problem in one of my custom plugins and found that replacing instances of
session_start()
withsession_start(array('read_and_close'=>true))
fixed it in my case.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Your site could not complete a loopback request’ is closed to new replies.