Hey, I have a really long body, last count 53714 characters (including html)

After I add something to the top of the body and save the node, the body gets cut off at the bottom by the same amount of characters I added to the top. Is there a maximum body length, or what else could it be that brings up that bug?

using Drupal 6.20

Comments

kebap’s picture

hm, looks like fckeditor is the limiting factor. switching to plain text editor resolves the problem.

kebap’s picture

that with the fckeditor - don't know why that seemed to help. It doesn't in the end :(

Real problem is the MySQL field length - which is set to 64 kB (text) ...
How about Drupal 7? Does that come with different field-definitions? Maybe mediumtext, or even longtext?

http://www.electrictoolbox.com/maximum-length-mysql-text-field-types/