Quote:
Out of nowhere, I've recently had a form that started giving the following error:
Form failed to submit. The following error(s) occured:
Please complete both the subject and message fields.
More specifics about behavior:
* I'm running 4.2.3 patch 1, php5.4, and the current version of Easy Forms
* If I fill out a form entirely with the word "test" it succeeds; if I use huge blocks of Lorem Ipsum it's fine; if I use "real" content (which is not in any way weird, but is pasted from google docs and potentially carrying formatting tags?) I get the error.
* There is no conflict in {q_*} tags between different forms, unless something has gotten scrambled on the back end and reassigned numbers around.
* This just started happening in the last week when my webhost depricated php5.3 and pushed us to 5.4.
Update: It chokes on copied characters from text editors such as fancy "smart quotes" or a condensed ellipses. It used to handle these gracefully but no longer!
Quote:
Originally Posted by bananalive
Try attached.
|
|
Thank you!
Replacing the php file gives me this when I try to view a form (the form list looks as expected):
Quote:
Database error in vBulletin 4.2.3:
Invalid SQL:
SELECT * FROM vb_formbits WHERE fid = 30 ORDER BY page ASC, displayorder ASC
|
But I'm sort of a novice, is there something else I should be doing?