Closed (duplicate)
Project:
Mailchimp
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 15:12 UTC
Updated:
13 Apr 2011 at 15:32 UTC
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
Comment #1
h0tw1r3 commentedRolled into #705876: Drupal 7 port. Please use the latest patch from that bug report.
Comment #2
levelos commentedComment #3
rcharamella commentedI"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.