• Resolved stevebloomer

    (@stevebloomer)


    Hi Alex,

    Fantastic tool – thank you so much.

    However, with the recent update to Caldera’s Mailchimp add on there has been a clash with your Google Sheets Integration, which causes a fatal error and stops the form from working. I’ve copied the error log below. I’ve notified Caldera about it too.

    Kind regards,

    Steven

    01-Apr-2020 14:39:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function GuzzleHttp\_idn_uri_convert() in …/wp-content/plugins/cf-mailchimp-2/vendor/guzzlehttp/guzzle/src/Client.php:220
    Stack trace:
    #0 …/wp-content/plugins/cf-mailchimp-2/vendor/guzzlehttp/guzzle/src/Client.php(155): GuzzleHttp\Client->buildUri(Object(GuzzleHttp\Psr7\Uri), Array)
    #1 …/wp-content/plugins/cf-mailchimp-2/vendor/guzzlehttp/guzzle/src/Client.php(183): GuzzleHttp\Client->requestAsync(‘GET’, ‘https://us4.api…’, Array)
    #2 …/wp-content/plugins/cf-mailchimp-2/vendor/thinkshout/mailchimp-api-php/src/http/MailchimpGuzzleHttpClient.php(50): GuzzleHttp\Client->request(‘GET’, ‘https://us4.api…’, Array)
    #3 …/wp-content/plugins/cf-mailchimp-2/vendor/guzzlehttp/guzzle/src/Client.php on line 220

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Alex Agranov

    (@alexagr)

    Right. They seem to be using old version of GuzzleHttp library that is not compatible with the latest one that I use in my plugin. Unfortunately I’m not aware of how this can be resolved besides Caldera updating their MailChimp plugin to use the latest GuzzleHttp version.

    Thread Starter stevebloomer

    (@stevebloomer)

    Interesting – I’ll forward your message to them. Thanks for getting back to me so quickly.

    I actually JUST went through this same error with their support. They said they “opened an issue for this to be considered”. Sadly we may just have to wait for that ticket to get considered lol

    Plugin Author Alex Agranov

    (@alexagr)

    Guys, could you please check what version of GuzzleHttp library the Caldera MailChimp plugin uses? I can’t do it myself, ’cause this seems to be a closed-source paid plugin.

    The version is mentioned in the following file that should be inside the plugin’s directory – cf-mailchimp-2/vendor/guzzlehttp/guzzle/src/ClientInterface.php

    • This reply was modified 4 years, 7 months ago by Alex Agranov.
    • This reply was modified 4 years, 7 months ago by Alex Agranov.
    Thread Starter stevebloomer

    (@stevebloomer)

    Hi Alex,

    Looks like version 6.5.1?

    Here’s the relevant text fro clientinterface.php

    /**
    * @deprecated Will be removed in Guzzle 7.0.0
    */
    const VERSION = ‘6.5.1’;

    Plugin Author Alex Agranov

    (@alexagr)

    Thanks. So my version is actually the old one. ))) I’ll see what I can do next week.

    Thread Starter stevebloomer

    (@stevebloomer)

    Ok, thanks!! Enjoy your weekend.

    Alex – I was looking for your email address. Couldn’t find it. Can you email me [email protected] and I’ll send you a copy of the Mailchimp add-on?

    I think we’re going toto renamespace our dependencies with coenjacobs/mozart

    Plugin Author Alex Agranov

    (@alexagr)

    Please check latest version 2.4. I upgraded all dependencies, including GuzzleHttp, so there should be no more conflictсs with Caldera MailChimp and other plugins.

    • This reply was modified 4 years, 7 months ago by Alex Agranov.
    Thread Starter stevebloomer

    (@stevebloomer)

    Alex,

    Just installed it and it seems to work perfectly – thank you.

    Steven

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Clash with Mailchimp Add On 2.0’ is closed to new replies.