When you use the subscription form in the mailchimp block to subscribe to a mailing list with INTEREST groups. It says "We were unable to subscribe you at this time. Please try again later." The bug is in the function mailchimp_subscribe_anon_form_submit ():

Replace line 485 if (!empty($values['INTERESTS'])) {
with if (!empty($list['INTERESTS'])) {

This error does not occur when you subscribe from the user registration page.

Comments

h0tw1r3’s picture

Status: Active » Needs review

Rolled into #705876: Drupal 7 port. Please use the latest patch from that bug report.

levelos’s picture

Status: Needs review » Closed (duplicate)
rcharamella’s picture

I"ve got the same issue, except the situation is a little different. Anonymous user subscription from the subscription block but the list has NO interests groups.