Laravel Error count () laravel / datatables 5.2 PHP -v 7.2

1

The following error with datatables:

Function:

    
asked by anonymous 27.06.2018 / 01:20

1 answer

1

In PHP 7.2 the count of null has issued an Exception, in previous versions it returned 0, the code will have to be refactored to perform this treatment. Probably your error is happening because the position columns is coming NULL.

A hug!

    
27.06.2018 / 01:37