Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2009 at 03:25 UTC
Updated:
2 Aug 2009 at 18:35 UTC
When there are many unicode words node shows up as just blank
If you have edit permission please hit the edit tab and check at http://drupal.org/node/537780
Comments
Comment #1
kaakuu commentedIf you do hit the edit tab you will see unicode characters - if you reduce the number of chars to around 2000 node will display fine. BUT there is no such admin or any option that sets this behavior. There is no MAX words limit etc.
Comment #2
kaakuu commentedComment #3
kaakuu commentedIf the content is not shown the site ( or webpages thereof ) is rendered useless and broken.
It affects Drupal 5x and 6x ( confirmed ) and 7x ( need more tests )
If a patch is made it needs a backporting to 6x at least.
A possible solution is suggested here http://drupal.org/node/538032
but there needs to be an admin setting on max possible words per post then.
There needs to be a very distinct note on possible word limit at the time of node submission to the user, otherwise users will be confused as to what is happening.
The settings suggested in the above link are not available in settings.php by default so I do not know whether settings.php is supposed to be hacked.
Comment #4
damien tournoud commentedThis looks like a duplicate of #133188: Line break converter can result in empty node display - PCRE limits.