I now understand that EE weblog text fields are limited to roughly 60K—are EE templates also limited to roughly 60K?
Thanks, -Scott
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 23, 2009 6:22pm
Subscribe [2]#1 / Mar 23, 2009 6:22pm
I now understand that EE weblog text fields are limited to roughly 60K—are EE templates also limited to roughly 60K?
Thanks, -Scott
#2 / Mar 23, 2009 6:33pm
By default, yes. Templates, too, are stored in MySQL fields of the “TEXT” type. If you cannot make do with 65,535 characters you need to change the appropriate field to MEDIUMTEXT, which give you 16,777,215 characters to work with.