• Verified.

    Your plugin (FREE and PAID versions) is causing the following WP Site Health check error:

    Your site could not complete a loopback request. 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 10004 milliseconds with 0 bytes received.

    Click here for details: https://prntscr.com/p3yabu

    Research suggests your plugin is blocking WP loopback requests. PHP code may be outdated or incorrect.

    Click here for more details: Plugin is Blocking Loopback Requests

    Our temporary fix has been to add the following code to our wp-config.php file:

    //For PHP 5.X or higher
    session_start();
    session_write_close();
    // Do the rest of your PHP execution below

    Would be great if you can review and fix both plugin versions. This finding or issue should also help WP Moderators for future WP releases.

    Please advise. Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter jetxpert

    (@jetxpert)

    Please disregard above “temp fix.” It fixes the loopback error but breaks the plugin (noticeable when clicking the button “Next”). According to above link, best to get rid of the session_start() code altogether. Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin (Free Version) Trigerring Loopback Error’ is closed to new replies.