[wp-trac] [WordPress Trac] #11151: users.php fails silently if WP_MEMORY_LIMIT is exceeded

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 16 15:07:54 UTC 2009


#11151: users.php fails silently if WP_MEMORY_LIMIT is exceeded
--------------------------+-------------------------------------------------
 Reporter:  nutsmuggler   |       Owner:                    
     Type:  defect (bug)  |      Status:  new               
 Priority:  normal        |   Milestone:  Unassigned        
Component:  Users         |     Version:  2.8.5             
 Severity:  normal        |    Keywords:  users memory limit
--------------------------+-------------------------------------------------
 I imported some 10.000 users into WP through a  custom script, using
 wp_insert_users().
 Import successful, I could log in with new users.
 Yet wp-admin/users.php page fails to load the users table; I got the admin
 header and menu but the page stopped loading when querying the DB for the
 users data.
 I set WP-DEBUG to true, but still no error. NO errors in the server log
 also.
 I eventually had to add

 define('WP_MEMORY_LIMIT', '64M');

 to wp-config.php to get the users.php page working.
 The problem here is that the page doesn't issue the usual PHP memory limit
 fatal error, I had to guess to sort it out.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11151>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list