post blank – max size issue?
-
Hi,
When I post something preformatted in HTML that’s over 100K or so (between 100K and 170K) the post is blank. Editing the post – the edit texarea is blank. The title shows up on the main index page without and text, clicking on the title takes me to the full view page but it’s blank.
In the database table, the full text is there. In phpMyAdmin I can view all the rows of the entries and hit the full text view, it shows a big long page with several posts that are over 100K each. But they are blank in WordPress.
There are no errors or warnings in my logs.
My php.ini is set, I upped the max memory limits and timeouts.
Still blank on the site and blank in the “edit” but it’s all in the database.
Any ideas? This doesn’t seem like a php or mysql or memory issue. (because i can view several posts in phpMyAdmin without any problem).
I grepped for “strlen” and “max” and “limit” and “set_timeout” in all the WP files and didn’t see anything useful. I’m wondering if this is somehow a utf8_conversion (or another similar conversion) problem. I seem to remember php mysteriously returning blank strings from the utf8 conversion function when working with large xml files. I had to break the data up into chunks to get it to work. That’s my memory anyhow, I’ll check it out.
other than that, any ideas or feedback? I appreciate your help.
- The topic ‘post blank – max size issue?’ is closed to new replies.