• Hi, I’m getting this error on my local site, can anyone help me to fix it please? I have tested all of the plugins and themes and none of them are causing the error, I’m thinking maybe MySQL version has some bugs (8.00) as if I go into the Adminer and search for Loopbacks, I get multiple errors saying: Incorrect DateTime or Incorrect TimeStamp. (See Below for some examples)

    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 10000 milliseconds with 0 bytes received (http_request_failed)

    wp_actionscheduler_actions: Incorrect DATETIME value: ‘%loopback%’

    wp_actionscheduler_claims: Incorrect DATETIME value: ‘%loopback%’

    wp_actionscheduler_logs: Incorrect DATETIME value: ‘%loopback%’

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The value %loopback% in your DB is unrelated to loopback errors. The similarity is coincidental. Both are problems, but they are not interrelated.

    Loopback errors mean that your server cannot request data from itself over HTTP. It’s usually an issue with your server configuration and is external to WP. The problem might be overly aggressive security settings, either in a firewall or the server’s configuration files.

    How did you install a local server? Maybe a support forum for whatever that is can help you resolve the issue.

    Thread Starter adz847

    (@adz847)

    Thank you for your reply @bcworkz I have put the questions to my local host local by flywheel..

    Kind regards,

    Adz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loopback request failed’ is closed to new replies.