The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Error on form submit - 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 on form submit (/showthread.php?tid=1990)



Error on form submit - MarcelNielsen - Apr 16th, 2012

Hi, i am getting the following error when i try to sumbit my form.

ERROR

Error Type: System
Error Code: #304 — Learn more about this error.
Debugging:

Failed query in ft_process_form, /chroot/var/www/DK/sider/formtools/process.php, line 247:
INSERT INTO ft_form_3 (col_1, col_2, col_3, submission_date, last_modified_date, ip_address, is_finalized)
VALUES ('marcekl', '131131131', 'mail@marcelnielsen.dk', '2012-04-16 10:36:52', '2012-04-16 10:36:52', '10.100.16.1', 'yes')

When i try to view form submissions i get the following error:
Failed query in ft_search_submissions; Query: SELECT submission_id, col_1, col_2, col_3, submission_date, last_modified_date, ip_address FROM ft_form_3 WHERE is_finalized = 'yes' ORDER BY submission_date desc, submission_id LIMIT 0, 10 ; Error:

Can a developer help me debug this and suggest what i need to do? the form has worked before, and i dont know why it is not working anymore..

I am using Formtools version 2.1.8

Cheers
/Marcel


RE: Error on form submit - MarcelNielsen - Apr 19th, 2012

Bump.. no one can help me with this?

(Apr 16th, 2012, 12:41 AM)MarcelNielsen Wrote: Hi, i am getting the following error when i try to sumbit my form.

ERROR

Error Type: System
Error Code: #304 — Learn more about this error.
Debugging:

Failed query in ft_process_form, /chroot/var/www/DK/sider/formtools/process.php, line 247:
INSERT INTO ft_form_3 (col_1, col_2, col_3, submission_date, last_modified_date, ip_address, is_finalized)
VALUES ('marcekl', '131131131', 'mail@marcelnielsen.dk', '2012-04-16 10:36:52', '2012-04-16 10:36:52', '10.100.16.1', 'yes')

When i try to view form submissions i get the following error:
Failed query in ft_search_submissions; Query: SELECT submission_id, col_1, col_2, col_3, submission_date, last_modified_date, ip_address FROM ft_form_3 WHERE is_finalized = 'yes' ORDER BY submission_date desc, submission_id LIMIT 0, 10 ; Error:

Can a developer help me debug this and suggest what i need to do? the form has worked before, and i dont know why it is not working anymore..

I am using Formtools version 2.1.8

Cheers
/Marcel




RE: Error on form submit - marcat - Apr 20th, 2012

Looks to me as though FormTools is having trouble communicating with your database? The error suggests that FT tried to insert a record into your database and that insert failed.
Has something changed on the database? Check the tabled named 'ft_form_3' and make sure the fields are defined correctly and that the user account FT is using can read and write to that db/table.

Marc

(Apr 19th, 2012, 10:10 PM)MarcelNielsen Wrote: Bump.. no one can help me with this?

(Apr 16th, 2012, 12:41 AM)MarcelNielsen Wrote: Hi, i am getting the following error when i try to sumbit my form.

ERROR

Error Type: System
Error Code: #304 — Learn more about this error.
Debugging:

Failed query in ft_process_form, /chroot/var/www/DK/sider/formtools/process.php, line 247:
INSERT INTO ft_form_3 (col_1, col_2, col_3, submission_date, last_modified_date, ip_address, is_finalized)
VALUES ('marcekl', '131131131', 'mail@marcelnielsen.dk', '2012-04-16 10:36:52', '2012-04-16 10:36:52', '10.100.16.1', 'yes')

When i try to view form submissions i get the following error:
Failed query in ft_search_submissions; Query: SELECT submission_id, col_1, col_2, col_3, submission_date, last_modified_date, ip_address FROM ft_form_3 WHERE is_finalized = 'yes' ORDER BY submission_date desc, submission_id LIMIT 0, 10 ; Error:

Can a developer help me debug this and suggest what i need to do? the form has worked before, and i dont know why it is not working anymore..

I am using Formtools version 2.1.8

Cheers
/Marcel