Zen Cart Logo
Forums / All Other Contributions/Addons / Problem with charset after installing WOZ addon

Problem with charset after installing WOZ addon

Views: 658

Results 1 to 3 of 3
3 Nov 2011, 3:19 PM
#1
srafferty avatar

srafferty

New Zenner

Join Date:
Jun 2009
Posts:
3
Plugin Contributions:
0

Problem with charset after installing WOZ addon

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.

:dontgetit

Any help or ideas would be greatly appreciated!

~Scott

3 Nov 2011, 3:25 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Problem with charset after installing WOZ addon

Check the last post here:

http://www.zen-cart.com/forum/showthread.php?t=27980

I have used the Numinix solution and it works very well.

3 Nov 2011, 3:32 PM
#3
srafferty avatar

srafferty

New Zenner

Join Date:
Jun 2009
Posts:
3
Plugin Contributions:
0

Re: Problem with charset after installing WOZ addon

Thanks for that idea... the simple uninstallation of the WOZ solved the problem! :D