Large Form Errors - RiskGambits - Jun 17th, 2015
I have a large form that I can't break up with over 300+ fields. Whenever I try to submit anything I get "The submission could not be updated." How do I resolve this?
Also If I manually add information to the database I'm unable to view it, I get a "Failed query in ft_search_submissions; Query: SELECT submission_id, ..... , FROM ft_form_1 WHERE is_finalized = 'yes' ORDER BY submission_date desc, submission_id LIMIT 0, 50 ; Error: " I believe this to be the same issue with the submission.
RE: Large Form Errors - RiskGambits - Jun 25th, 2015
After a hold bunch of experimenting I found the solution. Apparently one of the tables In the form didn't exist in the database. I guess I tried to update too much at once.
|