1
In PHP 7.2 Count de null went on to issue an Exception, in previous versions it returned 0, the code will have to be refactored to effect this treatment. Probably your error is happening due to Columns position is coming NULL.
A hug!
1
In PHP 7.2 Count de null went on to issue an Exception, in previous versions it returned 0, the code will have to be refactored to effect this treatment. Probably your error is happening due to Columns position is coming NULL.
A hug!
Browser other questions tagged laravel
You are not signed in. Login or sign up in order to post.
You will probably have to upgrade your version of Standard, as there have been no more updates to 5.2 for a while.
– JuniorNunes
I am aware of this Juniornunes, but the project is already in implementation and the upgrade time would be complicated
– iMurilo Cruz
@iMuriloCruz then runs with the PHP version specified in documentation:
PHP version between 5.5.9 - 7.1.*
– JuniorNunes