Forum Replies Created

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

    (@ejojo)

    +1

    Same problem here. In my case the included minified CSS breaks even the design of AMP pages.

    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?

    Hi,

    I have the same problem here. Any solution in sight?
    The standard email sends a link to reset the password. If I use my own email text the password is just “both”. Wich is obviously not the password.

    Version 3.1.4
    Wordpress: 4.3

    I tested the plugin on another site with WordPress 4.2.1 and it worked there. Than I updated the site to WordPress 4.3 and now get the password “both” in the e-mail. So it seems like the changes in WordPress 4.3 are indeed the reason.

    Thread Starter eJojo

    (@ejojo)

    So, found the problem. I updated my PHP version from 5.2.17 to 5.6 and it′s working again.

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