Download & Extend

Debugging code left in 6.x-1.x-dev feb 22

Project:Mime Mail
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

This is fixed in the current dev version.

#2

Status:fixed» closed (fixed)

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