Hi,
Where can I change website character set(UTF-8) in admin?
I try to upgrade but system not accept my current setting of UTF-8.
Which is right one?
Thanks advise in advance.
Hi,
Where can I change website character set(UTF-8) in admin?
I try to upgrade but system not accept my current setting of UTF-8.
Which is right one?
Thanks advise in advance.
Read this thread http://www.zen-cart.com/forum/showthread.php?t=153582
Skip
• 446F63746F722057686F •
Still got these error messages when trying to upgrade:
1253 COLLATION 'latin1_general_ci' is not valid for CHARACTER SET 'utf8'
in:
[CREATE TABLE counter_history_clean as SELECT * FROM counter_history WHERE 1 GROUP BY startdate COLLATE latin1_general_ci;]
Please help. thanks.
Locate the file installer_params.php
The last line in the file reads:
Change it to your charset:Code:define('DB_CHARSET', 'latin1');
SkipCode:define('DB_CHARSET', 'utf8');
• 446F63746F722057686F •