Jul 21st, 2010, 12:48 PM
Addendum:
Okay, I figured it out. This IS a bug; I've logged it here:
http://bugs.formtools.org/index.php?cmd=view&id=235
Even though the allocated size of the form field is being stored in the DB, the actual table isn't being updated, hence the truncation of the content. To fix it, just do as described: go to the
Warning! Don't reduce the size to something really small - it will truncate all data added up to that point. Just change it to LARGE then back to VERY LARGE. That's safest, considering your scenario.
- Ben
Okay, I figured it out. This IS a bug; I've logged it here:
http://bugs.formtools.org/index.php?cmd=view&id=235
Even though the allocated size of the form field is being stored in the DB, the actual table isn't being updated, hence the truncation of the content. To fix it, just do as described: go to the
Warning! Don't reduce the size to something really small - it will truncate all data added up to that point. Just change it to LARGE then back to VERY LARGE. That's safest, considering your scenario.
- Ben