Apr 16th, 2012, 12:41 AM
(This post was last modified: Apr 16th, 2012, 3:44 AM by MarcelNielsen.)
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
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