I was curious and was testing out the new module. It installed and enabled fine. Also accepted the key and was able to set up the list. Interestingly after that when I tried to browse to the website it showed a error and a white screen
Fatal error: Call to undefined function _mailchimp_get_available_lists() in /var/www/html/is/isocenter.org/sites/all/modules/mailchimp/mailchimp.module on line 628

The admin screens were working nicely though. This was a test site so I decided to do some testing as I am a mailchimp user and would like to use the module. I can see the advantages the version 2 provides.

Comments

dgastudio’s picture

in my case

Error message
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'MCAPI-class' for key 'PRIMARY': INSERT INTO {registry} (name, type, filename, module, weight) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4); Array ( [:db_insert_placeholder_0] => MCAPI [:db_insert_placeholder_1] => class [:db_insert_placeholder_2] => sites/all/modules/mailchimp/MCAPI.class.php [:db_insert_placeholder_3] => mailchimp [:db_insert_placeholder_4] => 0 ) in _registry_parse_file() (line 179 of /home/u2911/domains/*******/includes/registry.inc).

dgastudio’s picture

oh! i haved to disable

http://drupal.org/project/emf

to install this module!

levelos’s picture

Status: Active » Fixed

@santam, I've currently disabled the anonymous forms found at mailchimp/subscribe to clean up the errors. mailchimp.module is not purely an API module, and mailchimp_lists.module contains all the code for syncing Drupal users with MailChimp lists and is fairly stable. I'm going to follow up with an alpha release.

I'll think about the best way to add back the anonymous forms, although I'm not sure how much that was even used. Feedback welcome. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.