Needs review
Project:
UberCart MailChimp
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2011 at 20:04 UTC
Updated:
5 Apr 2013 at 18:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
Dubber Dan commentedAnyone?
Comment #2
mattcasey commentedMake sure you look below in the collapsed fieldsets, it's called 'Subscription Options'.. I was looking for a "mailchimp" pane and missed it at first.
Comment #3
essbee commentedI have the pane but the lsist are not showing up in it?
Any ideas why that would be - the lists are working as they appear on /mailchimp/subscribe - so the API link is obviously working.
Thoughts?
Comment #4
ryansbrennan commentedI'm having the same issue. Any help would be appreciated.
Comment #5
web-beestI've found a possible cause for the problem in versio 3.0. When you check the logging (admin -> reports -> recent log entries) you'll probably see two errors:
Invalid argument supplied for foreach() in /sites/all/modules/contrib/uc_mailchimp/uc_mailchimp.module on line 136.and
call_user_func_array() expects parameter 2 to be array, null given in /sites/all/modules/contrib/uc_mailchimp/uc_mailchimp.module on line 262.So I've altered the module and changed line 250 from
into
and presto: here are your lists from mailchimp.
Comment #6
torgospizzaThis looks like a bug report to me.
Fixing the issue as described in #5 fixed the issue for me. Attached is a patch.