I'm losing my mind trying to figure out this problem. The other day I installed the WOZ (Wordpress on Zencart) addon. After the install, my charset was screwed up. Where there were once bullets • are now question marks in diamods (�)... along with any other special character. I have done some reading and I've checked and double checked my language files and everything seems to be in order with the charset (utf-8). Incidentally, the admin portion of the site is unaffected with this problem.
The WOZ install had me alter my html_headed.php by adding the following lines:
<!-- for WOZ BOF -->
<?php require($template->get_template_dir('tpl_modules_wordpress_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_wordpress_header.php'); ?>
<!-- for WOZ EOF -->
I suspect that this messed things up but I'm not sure...I have reverted to the previous version of that file and the problem still persists.
Any help or ideas would be greatly appreciated!
~Scott



Reply With Quote

