Closed (fixed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 09:56 UTC
Updated:
4 Mar 2010 at 12:00 UTC
First off, thanks for your great work on this module!
However, I've had a terrible time with CRON failing ("Cron run exceeded the time limit and was aborted."). For a long time I thought it was either the Notifications or Messaging module, as those are where the CRON run was coming from and if I turned either one off, CRON ran fine.
However, I have traced my problem all the way back to some debugging code left in mimemail at line 502:
print_r($key); die;
When I comment this out, it works fine.
Jeff
Comments
Comment #1
plachThis is fixed in the current dev version.