Apr 28th, 2009, 3:30 AM
Clients are visible from v1.5 only. New version can't see them. I tried to re-do forms in the same order they were (so I don't have to change form source) and this is the error when trying to leave optional step 5:
Error:
Failed query in ft_finalize_form, /home/content/q/w/e/qwert1234/html/LeadsManager/global/code/forms.php, line 238:
CREATE TABLE ft_form_1 (
submission_id MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY(submission_id),
col_1 VARCHAR(255),
col_2 VARCHAR(20),
col_3 TEXT,
submission_date DATETIME NOT NULL,
last_modified_date DATETIME NOT NULL,
ip_address VARCHAR(15),
is_finalized ENUM('yes','no') default 'yes')
TYPE=INNODB
Debug:
Table 'ft_form_1' already exists
Error:
Failed query in ft_finalize_form, /home/content/q/w/e/qwert1234/html/LeadsManager/global/code/forms.php, line 238:
CREATE TABLE ft_form_1 (
submission_id MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY(submission_id),
col_1 VARCHAR(255),
col_2 VARCHAR(20),
col_3 TEXT,
submission_date DATETIME NOT NULL,
last_modified_date DATETIME NOT NULL,
ip_address VARCHAR(15),
is_finalized ENUM('yes','no') default 'yes')
TYPE=INNODB
Debug:
Table 'ft_form_1' already exists