Recently updated to PHP 7.1 and start getting following error
Warning: A non-numeric value encountered in on line 29
Here is wha
In my case it was because of me used + as in other language but in PHP strings concatenation operator is ..
+
.