XSPF Player error log
-
I’ve contacted the plugin author through his blog, but I thought I’d ask around here to see if anybody has a fix.
I noticed earlier today my server space was disappearing quickly, and I had no idea why. After no small amount of investigation, I discovered the culprit was an error log file for the XSPF player plugin. It only shows one error, but it’s listed over and over and over:
[04-Jan-2006 22:42:31] PHP Warning: cannot yet handle MBCS in html_entity_decode()! in /home/lynndani/public_html/blog/wp-content/plugins/xspf_player.php on line 1180
So I opened the file, and line 1180 is the one that begins with return in the following:
///———————————————————-
// Translate characters &, <, > to entities
//———————————————————-
function entities($str) {
global $charset;return htmlspecialchars(html_entity_decode($str, ENT_COMPAT, $charset));
}Does anybody have suggestions for a fix?
ETA: I guess I should have mentioned that I’m running WordPress 2.0.
The topic ‘XSPF Player error log’ is closed to new replies.