Page 1 of 1

PHP Warning: count(): Parameter must be an array or an object that implements Countable

Posted: Fri Jan 18, 2019 2:44 pm
by dirka
I am confronted with the following warning in the error logging of my provider:
Backend log: PHP Warning: count(): Parameter must be an array or an
object that implements Countable in /include/functions_entries_admin.inc.php

Is this a known issue? Can I solve it? How?
I am not a developer
I am using PHP version 7.3

Re: PHP Warning: count(): Parameter must be an array or an object that implements Countable

Posted: Fri Jan 18, 2019 8:37 pm
by yellowled
dirka wrote: Fri Jan 18, 2019 2:44 pmI am using PHP version 7.3
Assuming you're using the latest Serendipity (2.1.4), that is not even quite ready for PHP 7.2 just yet. (Older versions neither, obviously.)

Do you get a line number for that error?

YL

Re: PHP Warning: count(): Parameter must be an array or an object that implements Countable

Posted: Sat Jan 19, 2019 10:06 am
by dirka
Yep: functions_entries_admin.inc.php on line 139
And yes I am using 2.1.4.