Developer
Supported
Expresso
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
problem with field lenght [resolved]
General
supermonix
|
Posted: 15 June 2011 01:27 PM |
|
|
|
Hello,
I’d like to know if I can set the field leght of the text area (using Expresso fieldtype).
I need to publish a very long text and when I submit the post I get the text truncated.
Thank you so much,
Monica
|
|
|
PutYourLightsOn
|
Posted: 16 June 2011 05:20 AM |
# 1
|
|
Developer
|
Expresso fields are stored in the mysql database as text fields which have a limit of 65535 characters. this is the max amount for any field type.
|
|
|
supermonix
|
Posted: 16 June 2011 05:42 AM |
# 2
|
|
|
OK, thank you very much.
|
|
|
PutYourLightsOn
|
Posted: 16 June 2011 06:32 AM |
# 3
|
|
Developer
|
no problem, splitting the field is probably your best bet
|
|
|
supermonix
|
Posted: 16 June 2011 07:01 AM |
# 4
|
|
|
I changed the mysql field type from TEXT to MEDIUMTEXT. Maybe this also can be a solution.
|
|
|
PutYourLightsOn
|
Posted: 16 June 2011 08:05 AM |
# 5
|
|
Developer
|
nice workaround, LONGTEXT would also work
|
|
|