Scenario:
- Client adds newsletters to his website
textarea
field cuts off the pasted source code at a particular character count.- Looking at increasing the character count limit for the
textarea
so that the entire newsletter source code can be pasted. - Using ExpressionEngine 2.5.2
Any thoughts on how to increase the MySQL character limitations? I looked through the channel_fields
and tried increasing the row count from 172 to 9999 and the field_settings row
to longtext
, but this had no effect.