I've recently noticed an error message that is being thrown when Notify by Views triggers daily updates. For each user that has updates set to daily the following message appears for each view that is not enabled for notification:
in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in /srv/www/vhosts/lis.luther.edu/htdocs/modules/notify_by_views/notify_by_views.module on line 346.
I've applied a similiar fix to lines 261 and 272, assuming that the same issue will occur for weekly users, of notify_by_views.module as is described in #319063: Warning message triggered by immediate sends. I'll post whether this fixes the issue after the next daily update for our site.
Comments
Comment #1
gjerdery commentedJust updating that adding the code referenced in the above issue stops the error messages.
Comment #2
matt2000 commented