Dec 12th, 2009, 11:13 PM
After I've searched for a submission inside of a Form, and the list of the results appear, now I get a SQL error.
I only get the error when I do a search and then click to edit the submission.
I checked, it's happening across Form Tools.
I only get the error when I do a search and then click to edit the submission.
Code:
Error:
Failed query in ft_get_search_submission_ids:
SELECT submission_id
FROM flammable_form_15
WHERE is_finalized = 'yes'
AND ()
ORDER BY submission_date asc, submission_id
Debug:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY submission_date asc, submission_id' at line 4
I checked, it's happening across Form Tools.