Support » Plugin: Brilliant Web-to-Lead for Salesforce » Form Errors – Operation timed out, Name lookup timed out

  • renruiz

    (@renruiz)


    Hi,
    Firstly thank you for creating such a great plugin.

    Secondly I seem to be getting errors every so often with a lead not being generated in Salesforce and receive an email notification with the leads details and with one of the following errors…

    = Additional Information =

    WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => name lookup timed out
    )

    )

    [error_data] => Array
    (
    )

    )

    OR….

    = Addditional Information =

    WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => Operation timed out after 5001 milliseconds with 0 bytes received
    )

    )

    [error_data] => Array
    (
    )

    )

    Can you please assist.

    https://wordpress.org/plugins/salesforce-wordpress-to-lead/

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Try this?

    add_filter( ‘salesforce_w2l_api_url’, ‘new_w2l_api_url’, 10, 2 );

    function new_w2l_api_url( $url, $form_type ){
    return str_replace( ‘www.salesforce.com’, ‘login.salesforce.com’, $url );
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Form Errors – Operation timed out, Name lookup timed out’ is closed to new replies.