Dec 30th, 2011, 6:58 AM
Hi having a few problems i was trying to consolidate some of my forms in to one after making some changes in formtools admin am getting this error when i try to view the forms.
and when i try to submit a form i get this error.
The help for this error asks me to post in ther forum i am hoping some one can help me fix it
Thanks
PHP Code:
Failed query in ft_search_submissions; Query: SELECT submission_id, sms, totalowed, numberofcreditors, monthlyincome, monthlyexpenditure, homeowner, missedpayments, name, number, contacta, email, house, postcode, residentialstatus, employmentstatus, button_3, 3f46b8c86780d32472ed50f04c3ee232, 1cf1, submission_date, last_modified_date, ip_address FROM ft_form_14 WHERE is_finalized = 'yes' ORDER BY submission_date desc, submission_id LIMIT 0, 10 ; Error:
and when i try to submit a form i get this error.
PHP Code:
Error Type: System
Error Code: #304 — Learn more about this error.
Debugging:
Failed query in ft_process_form, /var/www/vhosts/xxxxxxx/httpdocs/xxxxxxx/process.php, line 247:
INSERT INTO ft_form_14 (form_name, sms, name, contacta, email, button_3, 1cf1, submission_date, last_modified_date, ip_address, is_finalized)
VALUES ('Request Call Home', 'sms', 'daz', 'xxxxxxxxxx', 's@d.com', 'Call me back please!', '9072caeda424a3aea86a3086dbb2a93d', '2011-12-30 14:42:47', '2011-12-30 14:42:47', 'xxxxxxxxx', 'yes')
The help for this error asks me to post in ther forum i am hoping some one can help me fix it
Thanks