Forums

can't create database table

t3living 26 Jul, 2015
clean install of chronoforms v5 and can't create a table...getting the following error

1103 Incorrect table name 'wrdsw_chronoengine_chronoforms_datatable_CatalyzeConversationsSignup' SQL=CREATE TABLE IF NOT EXISTS `wrdsw_chronoengine_chronoforms_datatable_CatalyzeConversationsSignup` ( `id` INT(11) NOT NULL auto_increment, `uniq_id` VARCHAR(50) NOT NULL, `user_id` INT(11) NOT NULL, `created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `modified` DATETIME DEFAULT NULL, `firstname` VARCHAR(255) NOT NULL, `LastName` VARCHAR(255) NOT NULL, `Email` VARCHAR(255) NOT NULL, `Phone` VARCHAR(255) NOT NULL, `captcha` VARCHAR(255) NOT NULL, `button6` VARCHAR(255) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8;
GreyHead 27 Jul, 2015
Hi steve,

The name is too long - I think that the maximum is 64 characters and that is 69. I'd change it to wrdsw_cf_CatalyzeConversationsSignup

Bob

PS I suggest that you don't use your email as a user name here as it is publicly visible and may be scraped and misused. PM me or use the Contact Us menu above if you want to change it.
This topic is locked and no more replies can be posted.