Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here with the latest version. I got although this error message:

    script type="text/javascript"><br /> <b>Warning</b>: require_once(MC4WP_PLUGIN_DIRincludes/views/parts/form-enhancements.js): failed to open stream: No such file or directory in <b>/kunden/123456789/webseiten/domainDe/wp-content/plugins/mailchimp-for-wp/includes/class-form-manager.php</b> on line <b>187</b><br /> <br /> <b>Fatal error</b>: require_once(): Failed opening required 'MC4WP_PLUGIN_DIRincludes/views/parts/form-enhancements.js' (include_path='.:/usr/local/lib/php') in <b>/kunden/123456789/webseiten/domainDe/wp-content/plugins/mailchimp-for-wp/includes/class-form-manager.php</b> on line <b>187</b><br />

    The constant MC4WP_PLUGIN_DIR is not defined. I added the following to the mailchimp-for-wp.php as a hot fix:
    define( ‘MC4WP_PLUGIN_DIR’, dirname( __FILE__ ) . ‘/’ );

    But probably the MC4WP_LITE_PLUGIN_DIR should have been used here?

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hey all,

    Ugh, I am sorry about this. I just updated the plugin to version 2.3.14 which addresses this issue.

    Sorry for the hassle and thank you so much for the timely heads up!

    Thread Starter rdl5009

    (@rdl5009)

    No problem, thanks Danny!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Most Recent Patch Seemed to Break WP Toolbar’ is closed to new replies.