• Resolved lazyidiot

    (@lazyidiot)


    Whenever I try to access ‘Manage Users’ on Administration page, wordpress is breaking at <ul class=”subsubsub”>

    like this -> http://img337.imageshack.us/img337/9619/manageuserstv6.jpg

    I tried debugging it by myself. Its breaking at get_users_of_blog() line number 255 of wp-admin/users.php

    Then, I traced it to query of wp-db.php and function query in it. There I realized that its breaking in while loop at line 301 when there are users more than 42000

    I’ve around 48000 subscribers registered in my blog. When I traced it, the script is breaking at around 42000 randomly.

    I made a temporary fix by breaking the loop at 40000 users. Can anyone help me to fix it properly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Chris_K

    (@handysolo)

    Wow. You have 48000 registered users? Intentionally?

    Have you checked the web server error logs? Are you perhaps getting any php memory errors or timeouts?

    Thread Starter lazyidiot

    (@lazyidiot)

    Thanks a lot. There weren’t any errors in the server logs. But, its not breaking when I doubled my PHP memory_limit.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress breaking at ‘Manage Users’’ is closed to new replies.