I've been trying to install the component 1.3.4 build 2 in Joomla! 1.5.15 and keep getting the same error:
JInstaller::install: SQL Error. DB function failed with error number 1064
You have an error in your SQL syntax near 'ENGINE=MyISAM AUTO_INCREMENT=0' at line 41 SQL=create table jos_ckforms ( id int(11) not null AUTO_INCREMENT, name text, title text, description longtext, emailfrom text, emailto text, emailcc text, emailbcc text, subject text, created datetime, created_by int(11), hits int(11), published tinyint, saveresult tinyint, emailresult tinyint, textresult longtext, redirecturl text, redirectdata tinyint, captcha tinyint, captchacustominfo text, captchacustomerror text, customjs text, uploadpath text, maxfilesize int, poweredby tinyint, emailreceipt tinyint, emailreceipttext longtext, emailreceiptsubject text, emailreceiptincfield tinyint, emailreceiptincfile tinyint, emailresultincfile tinyint, formCSSclass text, displayip tinyint, displaydetail tinyint, fronttitle text, frontdescription longtext, autopublish tinyint, primary key (id) ) ENGINE=MyISAM AUTO_INCREMENT=0;
I have been able to successfully install the module and the plugin.
Any advice?