Closed (fixed)
Project:
Mailchimp
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 13:47 UTC
Updated:
20 Feb 2009 at 19:20 UTC
We went through the install process and can use /mailchimp/subscribe and mailchimp/unsubscribe for newsletter. User is just added to mailchimp service.
But when using the /user/register page with mailchimp active. The page gives the error "Column count doesn't match value count at row 1" when submitted. The user appears in the drupal user database but does not send any verifications and the user is not added to mailchimp list.
Comments
Comment #1
levelos commentedJust committed a fix that was likely causing this problem. The user registration screen was not displaying the MC sign up form to a invalid check for $form_id. Should be set now.