Zen Cart Logo
Forums / Installing on a Windows Server / "1366 Incorrect string value" during installation

"1366 Incorrect string value" during installation

Locked

Views: 2,421

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Apr 2010, 4:56 PM
#1
abo_shreek11 avatar

abo_shreek11

New Zenner

Join Date:
Mar 2009
Posts:
20
Plugin Contributions:
0

"1366 Incorrect string value" during installation

Hi

what do you think the problem is ?

My Configurations are:
Apache 2.2.15
MySQL 5.1.45
PHP 5.3.2

each installed as stand alone.

15 Apr 2010, 5:07 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: "1366 Incorrect string value" during installation

You are trying to install using UTF-8, when the Zen Cart SQL files are encoded as ISO-8859-1.
Use ISO-8859-1 or Western-Latin1 or equivalent instead.

24 Apr 2010, 6:04 AM
#3
abo_shreek11 avatar

abo_shreek11

New Zenner

Join Date:
Mar 2009
Posts:
20
Plugin Contributions:
0

Re: "1366 Incorrect string value" during installation

I changed the database character set but the following need to change too:

set global character_set_connection = latin1;

set global collation_connection = latin1_bin;

and the set up continued to"congradulation page". But when i access the shop main page (http://localhost/shop/index.php), I get "HTTP 500 Internal Server Error".