I tried the latest 1.3.9d but was not able to get it to install.
I received the following error:
1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'COLLATE latin1_general_ci' at line 1
in:
[CREATE TABLE upgrade_exceptions ( upgrade_exception_id smallint(5) NOT NULL auto_increment, sql_file varchar(50) default NULL, reason varchar(200) default NULL, errordate datetime default '0001-01-01 00:00:00', sqlstatement text, PRIMARY KEY (upgrade_exception_id) ) ENGINE=MyISAM COLLATE latin1_general_ci;]
I had no trouble installing 1.3.9b and followed all of the same installer setup instructions.
Anyone know what may cause this?
Thank you




