Here's an evil one. If anyone would like to take a crack at it I'd most grateful.<br><br>When running a report via cron to generate some textfiles to email, I found that it had hung. When I ran the command manually, it popped up a bunch of "Deleted key not found" errors. So, I think that what must have been happening was that the cronjob hung waiting on an enter key to be pressed.
<br><br>Is there any way to suppress this message so it stops hanging my cron job? I haven't a clue where it is coming from, either, as the only deletions that happen are pretty straightforward affairs. I suppose I could just rebuild indices at the beginning of the cron job, but that seems like a most inelegant solution.
<br><br>Tyler<br>