Project:ASIN Field
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

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.

Comments

#1

Title:Deleting Content» Error When Deleting Content
Version:5.x-1.4» 5.x-1.x-dev
Status:active» needs review

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.

AttachmentSize
delete-error.patch 869 bytes

#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.