Page 1 of 1

Possible Trackback issue

Posted: Fri Apr 11, 2008 3:16 pm
by bdconnolly
I'm getting a recursive error that massively filling my error log on my server. Thoughts?

[11-Apr-2008 07:42:02] PHP Warning: cannot yet handle MBCS in html_entity_decode()! in /home/strumpet/public_html/include/functions_trackbacks.inc.php on line 552

Thanks in advance.

Brian

Posted: Fri Apr 11, 2008 5:36 pm
by bdconnolly
not that I have any idea what I'm doin' but in accordance with the forum post, http://tinyurl.com/68uya9 , rewrote line line 552

$body = html_entity_decode(strip_tags($body), ENT_COMPAT, LANG_CHARSET);

to read:

$body = strip_tags($body);

error stopped but not certain what that means.

Anyone?

Garvin?