Hi,
First Thank you for this component.
I have been searching the forum to solve my install error, but I have been unable to find an answer.
I am running joomla 1.5.10 and I am trying to install the chronoform RC5 component, I have tried to do a manual installation but I can't do it, I unpack the zip and point the istallation to "http://mydomain.com/test/chronoinstall" (I am not in the root folder, I am developing the site in the "test" folder), and it says "installation package not found"
When I try to install through the manager it pops this warning:
Please could you help me?
First Thank you for this component.
I have been searching the forum to solve my install error, but I have been unable to find an answer.
I am running joomla 1.5.10 and I am trying to install the chronoform RC5 component, I have tried to do a manual installation but I can't do it, I unpack the zip and point the istallation to "http://mydomain.com/test/chronoinstall" (I am not in the root folder, I am developing the site in the "test" folder), and it says "installation package not found"
When I try to install through the manager it pops this warning:
JInstaller::install: Error SQL. DB function failed with error number 1064
Algo est� equivocado en su sintax cerca 'CHARACTER SET `utf8`' en la linea 29 SQL=CREATE TABLE IF NOT EXISTS `jos_chrono_contact` ( `id` INT NOT NULL AUTO_INCREMENT, `name` TEXT NOT NULL, `html` LONGTEXT NOT NULL, `scriptcode` LONGTEXT NOT NULL, `redirecturl` TEXT NOT NULL, `emailresults` TINYINT(1) NOT NULL, `fieldsnames` TEXT NOT NULL, `fieldstypes` TEXT NOT NULL, `onsubmitcode` LONGTEXT NOT NULL, `onsubmitcodeb4` LONGTEXT NOT NULL, `server_validation` LONGTEXT NOT NULL, `attformtag` LONGTEXT NOT NULL, `submiturl` TEXT NOT NULL, `emailtemplate` LONGTEXT NOT NULL, `useremailtemplate` LONGTEXT NOT NULL, `paramsall` LONGTEXT NOT NULL, `titlesall` LONGTEXT NOT NULL, `dbclasses` LONGTEXT NOT NULL, `autogenerated` LONGTEXT NOT NULL, `chronocode` LONGTEXT NOT NULL, `theme` TEXT NOT NULL, `published` TINYINT(1) NOT NULL, `extra1` LONGTEXT NOT NULL, `extra2` LONGTEXT NOT NULL, `extra3` LONGTEXT NOT NULL, `extra4` LONGTEXT NOT NULL, `extra5` LONGTEXT NOT NULL, PRIMARY KEY (`id`) ) CHARACTER SET `utf8`
SQL =
CREATE TABLE IF NOT EXISTS `jos_chrono_contact` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` TEXT NOT NULL,
`html` LONGTEXT NOT NULL,
`scriptcode` LONGTEXT NOT NULL,
`redirecturl` TEXT NOT NULL,
`emailresults` TINYINT(1) NOT NULL,
`fieldsnames` TEXT NOT NULL,
`fieldstypes` TEXT NOT NULL,
`onsubmitcode` LONGTEXT NOT NULL,
`onsubmitcodeb4` LONGTEXT NOT NULL,
`server_validation` LONGTEXT NOT NULL,
`attformtag` LONGTEXT NOT NULL,
`submiturl` TEXT NOT NULL,
`emailtemplate` LONGTEXT NOT NULL,
`useremailtemplate` LONGTEXT NOT NULL,
`paramsall` LONGTEXT NOT NULL,
`titlesall` LONGTEXT NOT NULL,
`dbclasses` LONGTEXT NOT NULL,
`autogenerated` LONGTEXT NOT NULL,
`chronocode` LONGTEXT NOT NULL,
`theme` TEXT NOT NULL,
`published` TINYINT(1) NOT NULL,
`extra1` LONGTEXT NOT NULL,
`extra2` LONGTEXT NOT NULL,
`extra3` LONGTEXT NOT NULL,
`extra4` LONGTEXT NOT NULL,
`extra5` LONGTEXT NOT NULL,
PRIMARY KEY (`id`) ) CHARACTER SET `utf8`
Please could you help me?