Written by
David Artiss. Published 2 years, 2 months ago. Last modified 1 year, 7 months ago. In categories
News.
I missed this at the time – I also got a mention (and more links) on the BBC Internet Blog weekly round-up.
…blogger David Artiss was pleasantly surprised that he had some BBC bods commenting on his Wii post and more so that we’d linked to him from the blog


Written by
David Artiss. Published 2 years, 2 months ago. In categories
Web Development,
Wordpress.
Today I’ve had reported to me that one of my plugins (Simple Twitter Link – but I’m sure this equally occur in others) is generating the error “cannot yet handle MBCS in html_entity_decode”. In fact, it generates it about 200 times.
The problem? Well, it’s a bug in version 4 of PHP, so there’s not much I can do about it (sorry!). It’s fixed in PHP 5, though.
One suggested solution is to force your server to use PHP 5 – many have version 5 installed, but just not set as the default. To do this simply put AddType application/x-httpd-php5 .php in the first line of your .htaccess file.
I use html_entity_decode for the post title. At the moment I do this whether you ask for the title or not – I’ll make a change for the future to ONLY do this if requested. That way you can omit the title to prevent this error from occurring. This will definitely also affect Simple Social Bookmarks and Simple Facebook Link.

