The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
error after upgrading from 2.02 to 2.1.5 - 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: error after upgrading from 2.02 to 2.1.5 (/showthread.php?tid=1725) |
error after upgrading from 2.02 to 2.1.5 - bobby38 - Oct 27th, 2011 I upgrade form tools from 2.0.2 to 2.1.5 when i submit to my form Error Type: System Error Code: #304 — Learn more about this error. Debugging: Failed query in ft_process_form, /forms/process.php, line 247: INSERT INTO ft_form_4 (col_2, col_3, col_4, col_1, col_5, col_6, col_7, col_8, col_9, col_10, col_11, col_12, col_13, col_14, col_15, submission_date, last_modified_date, ip_address, is_finalized) VALUES ('x', 'x', 'x', 'Singapore', '12', 'xx', 'xx', 'xx', 'xx', '03', '03', '209', 'xxx', '18535', 'Submit', '2011-10-28 02:21:07', '2011-10-28 02:21:07', '119.75.62.50', 'yes') Module system check ------------- error Logs FORM TOOLS CORE - ft_email_templates - missing column: view_mapping_view_id Export Manager - ft_module_export_groups - missing column: form_view_mapping Export Manager - ft_module_export_groups - missing column: forms_and_views when i try to view my form data error -------------------------- Failed query in ft_search_submissions; Query: SELECT col_1, col_2, col_3, col_4, col_5, col_6, col_7, col_8, col_9, col_10, col_11, col_12, col_13, submission_id, col_14, col_15, submission_date, last_modified_date, ip_address FROM ft_form_4 WHERE is_finalized = 'yes' ORDER BY submission_date desc, submission_id LIMIT 0, 10 ; Error: how can i solved this issuer RE: error after upgrading from 2.02 to 2.1.5 - Ben - Oct 28th, 2011 Hi Bobby, Sorry you're having problems! First off, check you're running a compatible version of the API. Since you just upgraded, you should be running 1.1.4: http://docs.formtools.org/api/?page=changelog Secondly, the problems reported by the System Check module are described and explained here: http://modules.formtools.org/system_check/?page=common_problems That page also explains how to solve it. Hope this helps! - Ben |