• Resolved airam501

    (@airam501)


    Hello…
    I have an error, yesterday I updated Mailchimp For Woocommerce version and it prevents me from accessing the WordPress dashboard of my page
    I commented line 53, but the error still appears

    Fatal error: Uncaught Error: Interface 'Automattic\WooCommerce\Blocks\Integrations\IntegrationInterface' not found in /home/customer/www/yamamoto.com.mx/public_html/wp-content/plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php:16 Stack trace: #0 /home/customer/www/yamamoto.com.mx/public_html/wp-content/plugins/mailchimp-for-woocommerce/blocks/newsletter.php(6): require() #1 /home/customer/www/yamamoto.com.mx/public_html/wp-content/plugins/mailchimp-for-woocommerce/mailchimp-woocommerce.php(53): include_once('/home/customer/...') #2 /home/customer/www/yamamoto.com.mx/public_html/wp-includes/class-wp-hook.php(307): {closure}('') #3 /home/customer/www/yamamoto.com.mx/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #4 /home/customer/www/yamamoto.com.mx/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #5 /home/customer/www/yamamoto.com.mx/public_html/wp-settings.php(461): do_action('plugins_loaded') #6 /home/customer/www/yamamoto.com.mx/public_html/ in /home/customer/www/yamamoto.com.mx/public_html/wp-content/plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php on line 16

    • This topic was modified 3 years, 10 months ago by airam501.

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

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

    (@ryanhungate)

    @airam501 this is the second report of this exact issue. I assume you’re not making use of the “block based checkout” for woocommerce? If so, we will need to patch the plugin to do something a bit more strict before trying to load this code.

    If you need to patch this right away – please comment out one line of code on line 53 inside the mailchimp-woocommerce.php file – there’s a line that has this:

    include_once __DIR__ . '/blocks/newsletter.php';

    Just comment that out by doing this:

    //include_once __DIR__ . '/blocks/newsletter.php';

    And that should allow you to continue using this version of the plugin temporarily while we work on our next release.

    We will send updates as soon as we can here on the next release.

    Plugin Support khungate

    (@khungate)

    Hi @airam501, thanks for your patience while researched this issue further. We just released v2.7.2 which will clear up that error. Please let us know if you need anything else!

    Fatal error: Uncaught Error: Interface ‘Automattic\WooCommerce\Blocks\Integrations\IntegrationInterface’ not found in /homepages/39/d862025065/htdocs/app862025087/wp-content/plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php:16 Stack trace: #0 /homepages/39/d862025065/htdocs/app862025087/wp-content/plugins/mailchimp-for-woocommerce/blocks/newsletter.php(6): require() #1 /homepages/39/d862025065/htdocs/app862025087/wp-content/plugins/mailchimp-for-woocommerce/mailchimp-woocommerce.php(53): include_once(‘/homepages/39/d…’) #2 /homepages/39/d862025065/htdocs/app862025087/wp-includes/class-wp-hook.php(307): {closure}(”) #3 /homepages/39/d862025065/htdocs/app862025087/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #4 /homepages/39/d862025065/htdocs/app862025087/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #5 /homepages/39/d862025065/htdocs/app862025087/wp-settings.php(461): do_action(‘plugins_loaded’) #6 /homepages/39/d862025065/htdocs/app862025087/wp-config.php(10 in /homepages/39/d862025065/htdocs/app862025087/wp-content/plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php on line 16

    Plugin Author ryanhungate

    (@ryanhungate)

    @benefitstore if you’ve upgraded to 2.7.2 and this error is still happening, please open up a new ticket and we can handle there.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error: ‘Automattic\WooCommerce\Blocks\Integrations\IntegrationInterface’’ is closed to new replies.