• All pages not displaying in page management

    I am in the process of cutting/pasting hundreds of pages from a static site into newly created pages in WP. What is happening is that after a few dozen pages being created, the page management page in WP isn’t displaying all the pages, in fact it doesn’t even fully load and show the bottom of the page.

    Any ideas what could be causing this — maybe corrupt characters in an entry or something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter entropicus

    (@entropicus)

    It seems as though the page management page itself times out and doesn’t finish loading. I tried this in every browser and the same thing. Could it be the PHP memory itself?

    What is weird is that when I try to remove some of the content I just added to some of the pages, it loads the whole page. Then when I try to add some more content in a newly created page, the page mgmt page never finishes loading.

    Thread Starter entropicus

    (@entropicus)

    I got to the bottom of this, in case this happens to someone else. It seems as if using WP as a mock CMS with lots of pages requires more than the default 8mb memory that PHP installs with.

    So, I added the following line in my .htaccess to override this at the local level:

    php_value memory_limit 16M

    Now, when I go to the Page Management page, all several hundred pages show up!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All pages not displaying in page management’ is closed to new replies.