Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2010 at 12:46 UTC
Updated:
30 Nov 2010 at 18:17 UTC
Hello,
I have 2 lists in mailchimp:
* LIST A
* LIST B
I have a page where they both are on and I'm a authenticated user.
When you select the checkbox and hit the "save settings" button from the second mailchimpblock on the page (LIST B), you don't get subscribed to LIST B and you also get unsubscribed from LIST A.
(drupal 6.19)
Comments
Comment #1
harrrrrrr commentedanyone? This is a serious problem..
Comment #2
levelos commentedWhat version are you using? I believe this was fixed in #810616: Anonymous subscription form subscribes to wrong list when multiple lists are available.
Comment #3
harrrrrrr commentedAs mentioned in the header, i use MailChimp 6.x-2.0. I also mentioned that the problem happened as a authenticated user, the issue you refer to was for anonymous users :)
Comment #4
levelos commentedIt's likely the same issue. Test with the dev release and let me know if the problem still exists.
Comment #5
harrrrrrr commentedWhen I replace the mailchimp module with the latest dev version code, I get following error:
warning: Missing argument 1 for mailchimp_menu() in /xxxx/sites/all/modules/contrib/mailchimp/mailchimp.module on line 196.
----
But the issue you refer to, is already fixed in the 2.0 release (commit 391732), so it can't be the problem for this issue?
Comment #6
levelos commentedRecently fixed, http://drupal.org/cvs?commit=452678. Would appreciate testing and confirmation, thanks!
Comment #7
harrrrrrr commentedworks perfect now, thx for fixing ;)
Comment #8
levelos commented