Comming closer: Got a message:

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

count() throws a warning since PHP 7.2 in case a scalar or non-countable object is passed. We rely on this behavior in many places so code needs to be adjusted.

How to solve?

1 Like

I am having the same problem.

I downgraded the production server for PHP to 7.0 xxx

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

I am having the same, in the login access with php7.3

i have the same problem :frowning: