Closed hm2k closed 13 years ago
What other plugins do you have installed?
Also, what version of the widget and what versions of WP and of PHP are you using?
Cheers,
James
On Wed, Aug 31, 2011 at 10:04 AM, hm2k < reply@reply.github.com>wrote:
Add new > Mailchimp Widget > Install now > Activate
URL: http://example.net/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Error:
Fatal error: Class 'NS_Widget_MailChimp' not found in /home/user/public_html/wp-includes/widgets.php on line 324
Workaround: root@server [/home/user/public_html/wp-content/plugins]# rm -fr mailchimp-widget
root@server [~]# php -r ' echo phpversion(); echo PHP_EOL;' 5.3.6
Solution?
Reply to this email directly or view it on GitHub: https://github.com/kalchas/MailChimp-Widget/issues/13
MailChimp Widget Version: 0.8.7 (latest) Wordpress Version 3.2.1 (latest) PHP v5.3.6 (as per the original post)
I tried it on a fresh install. It worked fine.
I disabled all of my plugins, then enabled mailchimp-widget. It worked fine.
I then activated each of my plugins, until the error was produced.
It seems that there's a conflict with the openid plugin (see http://wordpress.org/extend/plugins/openid/).
Although I will raise the issue with their developers, I must point out that this isn't the only plugin to have a conflict with this plugin (see: https://github.com/kalchas/MailChimp-Widget/issues/8).
It seems the issue remains unresolved with the wordpress-backup-to-dropbox plugin too.
I was able to reproduce this bug by downloading and installing the openid or wordpress-backup-to-dropbox plugin and activating any one of them. Try it.
Were you able to confirm the problem?
Hi hm2k,
I haven't had time to look into it more (day job getting in the way ;) ). I'll look into it today or over the weekend. You can probably workaround it by requiring instead of autoloading the classes involved. The change would by to mailchimp-widget.php only. I'll try and give more specific instructions later today if you'd like.
Cheers,
J.
On Thu, Sep 1, 2011 at 8:28 AM, hm2k < reply@reply.github.com>wrote:
Were you able to confirm the problem?
Reply to this email directly or view it on GitHub: https://github.com/kalchas/MailChimp-Widget/issues/13#issuecomment-1969257
Hi hm2k,
I'm going to close this issue from my end, since it seems to be an issue with the other plugin. Please let me know if you feel like it should be opened again.
Thank you so much!
J.
Fantastic, I'll watch out for updates and see what occurs. Cheers.
Add new > Mailchimp Widget > Install now > Activate
URL: http://example.net/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Error:
Workaround: root@server [/home/user/public_html/wp-content/plugins]# rm -fr mailchimp-widget
Details: root@server [~]# php -r ' echo phpversion().PHP_EOL;' 5.3.6
Solution?