acurran
Member
Posted 4 years ago #
I've encountered this significant bug which is also reported in this support forum thread:
http://wordpress.org/support/topic/176939
The problem is that if you try to save a post or page with 'too much' content, the content does not appear in the page. Disabling the content filter allows it to be displayed.
Using visual mode the problem is even worse because visual mode uses the content filter. If you save your content in visual mode it simply disappears. This would result in data loss if it were not for the revisions storage.
I encountered the problem using WP Version 2.6.1
acurran
Member
Posted 4 years ago #
Any one know if this is a known bug?
its not a wordpress bug -- its a PHP issue, imo.
I moved my site about a year ago. I had long, very long posts that were displaying fine. When i was done moving, I discovered a few posts were not displaying the content.
The only change? My PHP set up.
acurran
Member
Posted 4 years ago #
I've tested it in 3 versions of WP - 2.6.1, 2.6.2 and 2.5.1. When I add a long block of text in WP 2.6.1 and WP 2.6.2 it blanks out after going through the content filter [wpautop] and the page comes out blank (if I disable the content filter the content displays fine). However, in WP 2.5.1 no such problem (same server, same php, same environment). So to me it still looks like a bug introduced in WP 2.6.
acurran
Member
Posted 4 years ago #
hmm, well I dunno. maybe we are seeing different issues. I know what caused my problem, and I can replicate it still, just by putting in a super long post. Mine actually started on a much earlier wordpress that didnt use shortcodes also.