Closed (duplicate)
Project:
Mailchimp
Version:
7.x-2.3
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 15:40 UTC
Updated:
14 Dec 2011 at 20:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
emmajane commentedI assume that the problem is that the field isn't getting dropped as part of the update?
// drop the name field in case it was created in the original bunk 7200 update
db_drop_field('mailchimp_lists', 'name');
Comment #2
emmajane commentedI tried uninstalling the module completely and reinstalling it, and now I'm getting the error:
Unable to connect webhooks: Setting up multiple WebHooks for one URL is not allowed.
Comment #3
levelos commented@emmajane, the first part of your issue is a dup of #1358416: Entity load and save operations in hook_update_N cause update failures and should be all set. I'll roll a 2.4 release shortly. The webhooks error is not one I've seen before and happy to explore that in a separate issue. Do you mind opening a new issue and adding a few more details re: the web hooks? It's possible MailChimp changed their webhook API only allowing one URL per hook, in which case we'd need to include the list name in the md5 hash for each hook.
Comment #4
emmajane commentedI don't have the error any more (I created a new key and it's a live site so I don't have capacity to test) and it seems as though things are syncing correctly. I'll open a new issue if it reoccurs.