Hi Michael!
Everything looked to be fine..
the UTF-Bug in the template is fixed.. thank you..
but there is a new UTF-8 Bug since you moved the plugins into the database...
Vbulletin has the same problem as in templates..
This bug will only affect systems running in utf-8
(when the plugin was in filesystem it did not matter)
in the
member_build_blocks_start plugin.. there was a special character.
in the line:
Code:
Content visible to verified customers only.
the plugin gets truncated there at install.. just remove the line or just the ®
with the ® removed everything is fine again...
If someone gets a parse error on profile page..
open the productfile in forums/admincp/product-ppvbgallery.xml
search for
Code:
Content visible to verified customers only.
remove the ® sign...
save and reimport the product with overwrite yes..
--- alternative fix.. open the product-ppvbgallery.xml file.. save as and overwrite with option : utf-8 enabled.
then reimport the product with overwrite yes..
Luc