The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Can't Finalize a Form - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Can't Finalize a Form (/showthread.php?tid=5212) |
Can't Finalize a Form - blynnscott - Jun 17th, 2015 I get through the entire form creator and I get to the optional "Field Types" section and I cannot move past it. When I skip the step or do Smart Fill and then hit Next Step, I receive this error: Failed query in ft_finalize_form, G:\PleskVhosts\schoolsthatlead.org\httpdocs\formtools\global\code\forms.php, line 237: CREATE TABLE form_4 ( submission_id MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY(submission_id), col_1 VARCHAR(255), col_2 VARCHAR(255), col_3 VARCHAR(255), submission_date DATETIME NOT NULL, last_modified_date DATETIME NOT NULL, ip_address VARCHAR(15), is_finalized ENUM('yes','no') default 'yes') TYPE=MyISAM DEFAULT CHARSET=utf8 Debug: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM DEFAULT CHARSET=utf8' at line 11 RE: Can't Finalize a Form - chalorlay - Jul 14th, 2015 [MyGuess] If could be of any help, you could check your MySQL version. [Fact] TYPE was deprecated in MySQL 4.0 and removed in MySQL 5.5 |