You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran the manual mailer, I noticed this PHP warning message:
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbbservices/digests/cron/task/digests.php on line 1105: count(): Parameter must be an array or an object that implements Countable
This appears to be the count($pm_rowset) when adding to the admin log (Line 1105).
I tried turning off the digest setting "show email address in log," but I get the same warning except at line 1109 then.
The text was updated successfully, but these errors were encountered:
@MarkDHamill I just updated to Digests 3.3.1 and I'm still getting this warning, different line.
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbbservices/digests/cron/task/digests.php on line 1063: count(): Parameter must be an array or an object that implements Countable
phpBB: 3.2.8
Digests: 3.2.17
When I ran the manual mailer, I noticed this PHP warning message:
[phpBB Debug] PHP Warning: in file [ROOT]/ext/phpbbservices/digests/cron/task/digests.php on line 1105: count(): Parameter must be an array or an object that implements Countable
This appears to be the
count($pm_rowset)
when adding to the admin log (Line 1105).I tried turning off the digest setting "show email address in log," but I get the same warning except at line 1109 then.
The text was updated successfully, but these errors were encountered: