Thread Starter
junge
(@junge)
Problem solved. I wish I could take credit but my friend Tom added
$topics_title = utf8_encode($topics_title);
just before the echo at the end of the plugin file, wp-phpbb.php, and all is good.
It’s actually hard to find a good webhost that allows this. It has to do with PHP safe_mode being turned on, right? Most webhosts (here in Scandinavia anyway) have turned on safe_mode, sadly.
A list of changed files will allways be nice to have. I often end up customizing include files and/or admin files remove or add functionality. On these sites I would never use the automatic upgrade, but usually check out the changed files list and upgrade manually.
So thanks for the list.