Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Forum Integration: HELPING HINTS

My apologies. Never saw that error when it wasn’t on php 4 before, as that seems to come out of nothing but php 4 installs. Would you mind trying something for me? Could you edit /mu-plugins/bp-forum/bp-forum-filters.php and change line 53 from:

$content = html_entity_decode( $content, ENT_COMPAT, "UTF-8" );

to:

$content = utf8_decode($content);

Just want to see if that fixes it. Make sure you backup your original file before the change, so you can change it back if you need to. That might “patch” it until Andy can look at this.

Trent

Skip to toolbar