#24650 closed defect (bug) (worksforme)
Wordpress 3.2.1 is unable to display HTML Content if it is over 32KB
Reported by: | srinivasb | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
If the HTML content is over 32KB, then Wordpress is failing to display the content while viewing the Page. When I have the content - in simple plain format - it happily handles even when the content is beyond 100KB long.
But it fails when I try to do the same with the HTML content. I can take up the same HTML content and break it into two pages and both display just fine.
Sample Page displaying nothing for BODY of the article:
- URL: http://myhmec.com/wp-long-html-page-test/
- Only Title is display but no article body
- If you do "View -> Source", you can see the FULL content there.
Same content is broken down into two pages as below:
URL 1: http://myhmec.com/previous-hmec-conferences/hmec-2010/
URL 2: http://myhmec.com/previous-hmec-conferences/hmec-2010/hmec-2010-contd/
Both are displaying fine.
I am attaching "test.htm" here which is the complete content for the single-post. You can remove the portion between "<!-- From Here -->" and "<!-- Till Here -->" to make the content show up, but if you were to include this then Wordpress simply displays a blank body for the page.
sample HTML content over 32KB