• Hi,

    today I wanted to add a category to all of my older posts.
    normaly only 15 posts per page have been viewable but this was not enough for me because i have more than 600 posts on my page.
    So I changed the number of posts per page to 550 and since then the page won’t load anymore and stays white.

    once i got an error message:

    Fatal error: Allowed memory size of 67108864 bytes exhausted

    I already tried to change the memory in my wp-content.php -> wasn’t working
    I change the memory in my php.ini … wasn’t working too.

    Is there any possiblity to change the number of shown posts anywhere because I’m pretty shure that this is leading to my error.

    Thank you very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Are you trying to show 550 posts on one page? And you are now trying to change the number back but now you can’t?

    550 posts on a page from a usability standpoint is a nightmare. That is way too much and I would argue it would be useless since it is super hard to browse through that and very few people would. But I realize you might have a reason for it.

    Thread Starter Kolli88

    (@kolli88)

    i just wanted to show 550 posts on one page for a few minutes so that i can check them all at the same time and edit them.
    and yes, now I want to change back the number, but the page won’t load any more :/

    I found this and it may help you but I’ve not tried it. Just add it to the functions.php file: http://moztools.com/wordpress/php-snippet-library/examples-of-php-code-snippets/

    Thread Starter Kolli88

    (@kolli88)

    thanks a lot, but I don’t think this will work. I’ll may give it a try tomorrow.

    Is there no possibility to change the number of shown posts back from 550 to 20? maybe in my database or in any php file? :/

    Have you tried it? I thought if you are overriding the post count then you can get in and change it. If that does not work, I would find out where it is in the database tables and change it there.

    Thread Starter Kolli88

    (@kolli88)

    I’m so happy 🙂
    found the entry in the database.
    Actually I’m a little bit proud of myself ^^

    thanks for your help 🙂

    found it in: wp_usermeta – edit_post_per_page

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘white page problem in admin panel edit.php’ is closed to new replies.