Closed (duplicate)
Project:
Drupal core
Version:
6.16
Component:
node.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2010 at 22:19 UTC
Updated:
11 May 2010 at 07:00 UTC
Hi,
When adding content to my page, the content gets cut off at around 46890 characters (source code with fckeditor). I've tried both through fckeditor and switching to rich text editor so I don't think it's the fckeditor. The body field in node_revisions table is a longtext so that shouldn't be a problem either.
Has anyone else experienced a similar problem and have a solution?
Thanks.
Comments
Comment #1
joachim commentedConfirming.
To get a long enough string, I did this in OS X Terminal:
This puts a sequence of 50k 'a's into the clipboard which can then be pasted into the body of a new node.
The DB {node_revisions} table has the body, editing the node shows it, but the node when viewed appears to be blank.
On the plus side, this works properly on D7 :)
Comment #2
hefox commentedDuplicate of #133188: Line break converter can result in empty node display - PCRE limits?
Please mark this as duplicate if so.
Comment #3
joachim commentedYes it is. Thanks!