• Resolved SoItBegins

    (@soitbegins)


    I manage a mid-sized WordPress website. Recently, one of the site authors has been having trouble with a specific post: whenever the post she was composing went over a certain threshold of length (in characters), the post would display as empty when previewing or viewing it, even though it wasn’t.
    The length limit in question is somewhere between 8408 and 8415 characters (it displays at 8408, but not 8415). The site is running WordPress 3.0.4, with the following active plugins:

    Core Sidebars
    Executable PHP Widget
    Google XML Sitemaps
    Maintenance Mode
    Vertical Response Widget
    WP-Mail-SMTP
    WP-Subtitle

    I’ve checked the site’s PHPInfo file, and the listed maximum postdata size is 8 megabytes (about an order of magnitude larger than the post in question).

    Does anyone have any idea what could be going on?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter SoItBegins

    (@soitbegins)

    Hmm. Well, in the topic you mentioned, the problems there were being caused by the web host’s anti-SQL-injection firewall– but I’ve already had that suite of problems a while ago, and successfully solved it, so that can safely be eliminated as a possibility. Another topic mentioned that, for very long posts, it could be the WordPress memory limit, so I tried raising that. No dice.
    My guess is that some piece of the wordpress code is choking on the post somehow, as when the post is over the limit, the post’s page will still display— it just has no content, aside from the comments box and the Edit This link.

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post won't display over certain character limit’ is closed to new replies.