eJojo
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pages+1
Same problem here. In my case the included minified CSS breaks even the design of AMP pages.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Most Recent Patch Seemed to Break WP ToolbarSame 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.3I 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.
Forum: Plugins
In reply to: [BJ Lazy Load] Error after version 1.0 updateSo, found the problem. I updated my PHP version from 5.2.17 to 5.6 and it′s working again.