I am using FckEditor and it's very wonderful (muito legal!!), but several big texts are cut.
It doesn't seem any server problem.
My question is if there is any limit of the text you could type into the editor.
(I found this question in the forum, but with no answer).
It doesn't seem any server problem.
My question is if there is any limit of the text you could type into the editor.
(I found this question in the forum, but with no answer).
RE: Is there any content size limit?
This is 2^16-1, the maximum value for integers in some languages.
Any suggestion???
RE: Is there any content size limit?
The limit was in the MySQL data type 'TEXT', who
has a limit of 65535 characters.
I will use a MEDIUMTEXT instead.