vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > WYSIWYG error
WYSIWYG error - Posted By Marc (cr0w) on 22nd Apr 09 at 8:11pm
Seems that the "maxlength" values are greater than the server allows; I tried to post a reply to a topic with the quick reply, and received a "Subject Too Long" error. I then clicked "Post Message" on the full reply page; same thing. I had to manually remove the ellipses from the subject field.
This Topic
Re: WYSIWYG error - Posted By Ross (admin) on 22nd Apr 09 at 9:45pm
It's just the stage at which the subject was being escaped. Because of the apostrophe in the subject, once the subject was escaped its' length was actually 51 characters. I've reordered those parts so the values are escaped ready for insertion into the database after the checks on the length have been made.