Error When Deleting Content
znorris - November 20, 2007 - 21:35
| Project: | ASIN Field |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
While deleting content nodes i received the following error. One warning for every node deleted.
warning: Invalid argument supplied for foreach() in /home/user/public_html/modules/asin/asin.module on line 59.

#1
The attached patch should fix this problem. I created it against 5.x-1.x-dev, but it applies cleanly to 5.x-1.4.
#2
patch fixed the problem as far as I can tell. I think this glitch also was triggering a stuck cron loop when combinded with the auto_expire module. I'm still looking into the problems.