We are trying to create text boxes where people can paste in 2500 characters. I have used blob and text both long with characters set at 2500 and 4096. The table bombs when created and we are using Chronoforms V4 Joomla 2.5.6. Any suggestions?
Removing the characters all together worked like a charm.
Removing the characters all together worked like a charm.
Hi DerronW,
I don't think that either BLOB or TEXT take character counts, try deleting that entry. If you have a lot of VARCHAR(255) entries then you may hit the record size limit for MySQL, I think that is around 80 VARCHAR(255) columns (there's a FAQ with some more accurate info).
Bob
I don't think that either BLOB or TEXT take character counts, try deleting that entry. If you have a lot of VARCHAR(255) entries then you may hit the record size limit for MySQL, I think that is around 80 VARCHAR(255) columns (there's a FAQ with some more accurate info).
Bob
This topic is locked and no more replies can be posted.