• as topic says… that must be a very long post.. but after 7000 words, when i click on “Update” getting blank page with wordcount 0.
    any idea how to fix it?
    already changed few lines in php.ini, added define memory string in wp-config.php, disabled all plugins used on the site and nothing helps.

    any other way to fix it?
    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter t.davor

    (@tdavor)

    Bump!!!

    Lee

    (@diondeville)

    It’s a PHP issue that’s easily fixed by editing wp-config.php in the main WordPress folder to add

    ini_set('pcre.recursion_limit',20000000);
    ini_set('pcre.backtrack_limit',10000000);

    to the top of it just bellow <?php

    At least, that worked in WordPress 2.x

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank post after wordcount ~7000!?’ is closed to new replies.