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

harrrrrrr’s picture

anyone? This is a serious problem..

levelos’s picture

harrrrrrr’s picture

As 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 :)

levelos’s picture

It's likely the same issue. Test with the dev release and let me know if the problem still exists.

harrrrrrr’s picture

When 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?

levelos’s picture

Status: Active » Fixed

Recently fixed, http://drupal.org/cvs?commit=452678. Would appreciate testing and confirmation, thanks!

harrrrrrr’s picture

Status: Fixed » Reviewed & tested by the community

works perfect now, thx for fixing ;)

levelos’s picture

Status: Reviewed & tested by the community » Closed (fixed)