Closed (fixed)
Project:
Mailchimp Campaign
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2011 at 02:47 UTC
Updated:
16 May 2012 at 17:30 UTC
in mailchimp_campaign.module at line 153
simply commenting the line did the trick for me...
Comments
Comment #1
lp commentedDitto here. I was receiving a fatal error, and commenting it out was the fix.
The function is also removed in the patch attached to #1246328: Schedule a campaign (Send it on a specific datetime), with the same comment.
Comment #2
voitenkos commentedProbably a better way of dealing with the problem was enabling Dialog API module , which has this function defined.
Comment #3
nunoveloso commentedSince the dialog module is not in the dependency list, I wrapped it in a if statement, so we can still have it running if the module/function exists.
Already committed to the latest dev.