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

joachim’s picture

Component: page.module » node.module
Category: support » bug
Priority: Normal » Critical

Confirming.

To get a long enough string, I did this in OS X Terminal:

 perl -e 'print q[a] x 50000;' | pbcopy

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 :)

hefox’s picture

Duplicate of #133188: Line break converter can result in empty node display - PCRE limits?

Please mark this as duplicate if so.

joachim’s picture

Status: Active » Closed (duplicate)

Yes it is. Thanks!