Hi I am new to Joomla and ChronoForms.
I had a developer do my website and I am slowly learning how to change small things.
I have a form created and want to save the results to a table I recieve the following message
Error while creating table :Table 'jos_chronoforms_business_for_sale' already exists SQL=CREATE TABLE `jos_chronoforms_business_for_sale` (`cf_id` INT(11) NOT NULL auto_increment, `uid` VARCHAR(255) NOT NULL, `recordtime` TEXT NOT NULL, `ipaddress` TEXT NOT NULL, `cf_user_id` TEXT NOT NULL, `webiste` VARCHAR(255) NOT NULL, PRIMARY KEY (`cf_id`)) ENGINE = MYISAM ;
I have only selected one of the fields available in the form to demonstrate the error message.
Can any point me in the right direction. I am pretty naive when it comes to this type of issue.
R
I had a developer do my website and I am slowly learning how to change small things.
I have a form created and want to save the results to a table I recieve the following message
Error while creating table :Table 'jos_chronoforms_business_for_sale' already exists SQL=CREATE TABLE `jos_chronoforms_business_for_sale` (`cf_id` INT(11) NOT NULL auto_increment, `uid` VARCHAR(255) NOT NULL, `recordtime` TEXT NOT NULL, `ipaddress` TEXT NOT NULL, `cf_user_id` TEXT NOT NULL, `webiste` VARCHAR(255) NOT NULL, PRIMARY KEY (`cf_id`)) ENGINE = MYISAM ;
I have only selected one of the fields available in the form to demonstrate the error message.
Can any point me in the right direction. I am pretty naive when it comes to this type of issue.
R