jameslafferty
Forum Replies Created
-
Please email me directly (using my address from the plugin), and I’ll try to help you figure it out (don’t want to expose an private info on the forum… I’ll post the resolution after we get it sorted out).
J.
I’ve gone through the process of trying to reproduce the issue on a testing site, and haven’t been able to. If you switch back to the default theme, do you still get the error?
J.
It’s quite late here, so I’m going to work on this tomorrow. The procedure I’m going to follow is this:
1. Do a clean install of WP.
2. Install and activate the MailChimp Widget.
3. Install and activate each of the other plugins in succession to see whether I’m able to break the MailChimp Widget.
4. If I do find one, look at its code for possible conflicts.A bit too late to do it tonight, but if you want to take a stab and can isolate the plugin conflicting with the Mailchimp WIdget, it’ll help me diagnose it faster tomorrow. 🙂
Thanks for letting me know about this!
J.
Hmmm… could you give me the url of the site where you’re using it? The error is an indication that there’s an issue with the spl_autoload function (it’s not finding the class file). This could be because of interference from the theme or another plugin. If I can look at the url where it’s occurring, I might be able to make a further guess.
J.
Hi baronetto,
Just to clarify, which version of the plugin are you using?
J.
My pleasure! I’m glad I was able to help out and enjoy the plugin. (Parenthetically, I’ve scratched my head for ridiculously long amounts of time on exactly that issue with MediaTemple as well. Don’t know why they don’t switch the defaults to go the other way.) Happy holidays to you as well!
As a side note, on that line in the code, there’s a try {} catch (Exception $e) {} block. If you’re not using PHP 5 or later, that won’t work and will cause an error.
Hi alex_o,
Could you tell me which version of PHP you’re using and what your server configuration is? It’ll be helpful in debugging. 🙂
Cheers,
James
Forum: Themes and Templates
In reply to: Widget list adding indent in IENoting that this is an older post and may have been resolved, I’ve run into a similar issue. I solved it by setting the ul list-style-position to outside explicitly (semi-pseudo code:
ul#sidebar { list-style-position:outside; }My display issue showed itself in IE7 and earlier only, not in good browsers and not in IE8. Figuring it out was a pain in the neck for me… hope it saves someone else some time. 🙂
Forum: Plugins
In reply to: Translation of Mailchimp widgetOops… Looks like maybe you need to mark it resolved. 🙂
Forum: Plugins
In reply to: Translation of Mailchimp widgetJust committed the translation, Joy. Please let me know if you have any difficulty with it after upgrading to 0.3. I’m going to mark this issue resolved, unless there are any objections (if it’s not working).
Forum: Plugins
In reply to: Translation of Mailchimp widgetI’ve added in optional first and last name fields now… ping me if you’re having any trouble figuring out how to do the translation.
🙂
On further investigation, the issue here was related to the spl_autoload’s functioning on some systems. There was a stack error being triggered that wasn’t reporting b/c of error reporting for php was turned off. I patched the plugin so that loading fails more gracefully, which resolved the issue. The patch is in 0.2.1.
I’m marking this thread resolved.
James
Hi Kaelin,
I’ve sent you an email so we can maybe look into this a bit further without risking posting more sensitive information in a public forum. When we find a solution or discover what the issue is, I’ll post it back to the forum again so that everyone else can see the resolution.
Cheers,
James
I’m seeing a bit of funny path information on your site. In your “Browse the Catalog” widget, the path is to a localhost, which suggests you might be having some trouble moving the site from development to production. This may or may not have anything to do with the problems you’re running into with my plugin, but it’s something to look into. (Could be as simple as a hardcoded image link that you cut and pasted over.)
Cheers,
James