My Apache logs are filling with these errors:
PHP Warning: json_encode(): Invalid UTF-8 sequence in argument in /var/www/html/includes/vb5/frontend/applicationlight.php on line 475,
Any idea how to get rid of them? I checked my DB and everything is in UTF8.
Line 475 says echo json_encode($data);
Thanks!
PHP Warning: json_encode(): Invalid UTF-8 sequence in argument in /var/www/html/includes/vb5/frontend/applicationlight.php on line 475,
Any idea how to get rid of them? I checked my DB and everything is in UTF8.
Line 475 says echo json_encode($data);
Thanks!
Comment