By kebap on
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
hm, looks like fckeditor is
hm, looks like fckeditor is the limiting factor. switching to plain text editor resolves the problem.
that with the fckeditor -
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/