WordPress breaking at ‘Manage Users’
-
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.
The topic ‘WordPress breaking at ‘Manage Users’’ is closed to new replies.