• Resolved folof

    (@folof)


    Hi

    I just want to share my experience with anyone else that might have the same problem. After I updated to 2.0.8 I got the current problem:

    Fatal error: Call to undefined function ss_wc_mailchimp() in ….plugins/woocommerce-mailchimp/includes/class-ss-wc-mailchimp-plugin.php on line 132

    After some troubleshooting I found out that renaming the file includes/functions.php to ss-wc-functions.php and change the require_once to the new filename on line 103 in class-ss-wc-mailchimp-plugin.php Solved the problem.

    if ( ! function_exists( 'ss_wc_mailchimp' ) ) {
    			require_once( 'ss-wc-functions.php' );
    		}

    Hope it might help someone else.
    Regards Olof

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Adam Anderly

    (@anderly)

    Thanks for reporting Olof.

    We’re working on a few more changes and this will be addressed in the next update.

    If you can share your system info from the Troubleshooting section.

    Plugin Author Adam Anderly

    (@anderly)

    Olof,

    We just published version 2.0.9 and you should no longer run into this problem.

    Let me know if you encounter any other issues.

    Adam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call to undefined function ss_wc_mailchimp()’ is closed to new replies.