The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
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