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.

CommentFileSizeAuthor
#1 delete-error.patch869 bytesoadaeh

Comments

oadaeh’s picture

Title: Deleting Content » Error When Deleting Content
Version: 5.x-1.4 » 5.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new869 bytes

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.

timefor’s picture

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.