Expired
For PHP 7.2 you should check if $value is an array first: if (is_array($value)) $nr = count($value);
Hi, I have the same issue, what is the solution for this?