The mailchimp api in the emf_mailchimp is an old version that does not have some of the functions mentioned in the mailchimp 1.2 api docs (http://apidocs.mailchimp.com/api/1.2/)

This being one of them:

listsForEmail(string apikey, string email_address)
Retrieve all List Ids a member is subscribed to.

I have made a patch for this and will attach it in a comment.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

koglinjg’s picture

Status: Active » Needs review
FileSize
149.05 KB

Here is a patch that updates the api from 1.2.x to 1.2.6. I have used and tested this a little and so far it is working for me.