Feb 26th, 2010, 8:25 AM
(Feb 25th, 2010, 8:46 PM)Ben Wrote: Hi Jorem,Thanks a mill, Ben.
What a pain. This is actually a limitation by your MySQL implementation - you'll need to either contact your hosting provider and ask them to increase the allowable row size for your database, or reduce the size of your form. Obviously the latter won't be possible, but you can try and reduce the total allocated space for each field - that may save enough space. Or, as the error message suggests: increase some field to "Large" for TEXT.
That said, I've seen this issue a few times now and Form Tools should handle the situation better. I've logged it as a bug here:
http://bugs.formtools.org/index.php?cmd=view&id=200
I won't be able to fix it within the script, but at least it could tell you up-front if the needed space is too large for your system.
- Ben
I'll have a chat with my host.
Jorem