• I was previously working correctly, recently became stuck properly.
    “Something went wrong!” Is displayed and an error.

    What’s wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    Your site is having trouble with one of the functions in the WordPress plugin API, wp_remote_get(). If you can open the plugin editor and change this line in the plugin:
    echo 'Something went wrong!';
    to this:

    $error_string = $response->get_error_message();
    echo '<div id="message" class="error"><p>' . $error_string . '</p></div>';

    Let me know what it tells you.

    Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    This change was added in with version 2.2.1, so if you experience an error please report the detailed message here.

    Hi there,

    Thanks for your email Sutherland. Ok I downloaded 2.2.1 and this is the error I am getting:

    name lookup timed out

    [Error: ]

    Hi there…

    This haven’t heard any more of this, but pretty anxious as this is the functionality I need for a project I am working on. I cannot find another alternative, and this is bordering on mission critical for me.

    Can you assist?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘"Something went wrong!" Is displayed and an error.’ is closed to new replies.