• Resolved jquindlen

    (@jquindlen)


    So, I was trying to edit as many users as possible over at:

    wp-admin/users.php

    Under “Screen Options” I changed users per page to 999

    Now, I cannot access users.php because it times out and I get a 500 Internal Server Error.

    How can I reduce the users per page without having access to the page? What database setting can I edit.

    Please, help is appreciated. I was doing the mass user deletion because I got flooded with bots.

Viewing 4 replies - 1 through 4 (of 4 total)
  • foxstatic

    (@foxstatic)

    just did the same… anyone?

    foxstatic

    (@foxstatic)

    finally found it in the db…

    it’s in wp_xxxxx_usermeta

    search for “users_per_page” meta key and set it back to 500 and you should be good 🙂

    @foxstatic could you explain your answer a little more clearly? I am trying to set up WP to allow to display more than 999 but cannot find the option anywhere in the WP files.

    It sounds like your answer indicates that you found the setting in the database?

    thhhhhhhhhhhaaannnnkkkksssss 🙂

    it’s work !!!!!

    users_per_page in wp_usermeta set to 999 = error reset by defaut 20 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Set users per page to 999 – now I get Internal Server Error’ is closed to new replies.