Closed (fixed)
Project:
Comment Notify
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2009 at 16:00 UTC
Updated:
5 May 2009 at 19:00 UTC
Just updated on Friday to the latest 5.x-2.x-dev version and received an email from my host provider that my apache is taking up too much CPU. Looked into the errors log and it's full of these:
Invalid argument supplied for foreach() in /var/www/html/sites/all/modules/comment_notify/comment_notify.module on line 327.
Looks like this error is being triggered every time some one visits any page. Any ideas on what may cause this?
Comments
Comment #1
gregglesThis is probably just a warning, not a fatal error, so I doubt it's the source of your problem but it is good to clean it up.
I've fixed this in http://drupal.org/cvs?commit=200010 but it will be ~12 hours before the dev tarball includes that.
Comment #2
gemini commentedThank you very much!