That is what I am being told
That is what I am being told
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I believe this relates to this:
https://www.zen-cart.com/showthread....81#post1285381
Cheers
RodG
The 1.5.4 includes/configuration.php and includes/languages/english.php (and their admin side counterparts) have fields "DB_CHARSET" and "CHARSET", respectively. Be sure these are set to your actual charset. When using an old latin1 database (that you have upgraded using zc_install), for example, you will want these values to be "iso-8859-1", unless you convert your database content to utf8.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Just a couple of things here:
- The file's name is configure.php, not configuration.php
- If you have a latin1 database (e.g. using a collation of latin1_general_ci), then the DB_CHARSET value (in the configure.php files) should be set to 'latin1' instead of 'utf8'.
- If you have a template-override version of your primary language file, e.g. includes/languages/YOUR_TEMPLATE/english.php, the CHARSET value from that file is used.