I have been getting this PHP Warning:
json_encode(): double INF does not conform to the JSON spec, encoded
as 0 in /var/www/html/search.php on line 167
Line 167 in search.php file contains this:
json_encode($data, JSON_NUMERIC_CHECK);
What does double INF mean?
What was the data you were trying to encode?