• Resolved stuback

    (@stuback)


    WooCommerce 3.2.3

    After upgrading from php 5.6 to php 7.0 this plugin would not function. Received a fatal error: Uncaught Error: Call to undefined function curl_init() in wp-content/plugins/yith-woocommerce-mailchimp/includes/mailchimp/Mailchimp.php:164

    Worked prior to php upgrade and this was the only issue I had concerning php 7. Other than this one hiccup, the plugin works fantastic.

    Might be something to check as it’s probably a small error.

    Thanks for the hard work you guys put into these plugins!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Thank you for your report
    Anyway, I’m afraid that the problem you’re experiencing is currently related to your installation of PHP

    Our plugin requires curl library bundled within working copy of PHP, in order to correctly work

    I think that your new PHP configuration is missing that extension, and for this reason you’re give a fatal error

    I will work to add a check before using library’s functions, in order to avoid Fatal Errors, but plugin simply can’t work without curl installed

    Curl is, by the way, a very common PHP library, so you shouldn’t have any problem to get it enabled for your current copy of PHP

    Please, let me know if this helps 🙂

    Thread Starter stuback

    (@stuback)

    Excellent! Yes, I totally overlooked Curl when updating to php 7. You guys are awesome and provide the best plugins and support. Great Job! 5 stars!

    Thread Starter stuback

    (@stuback)

    Resolved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not php 7.0 Compatible’ is closed to new replies.