[buddypress-trac] [BuddyPress Trac] #5569: failure to update to 2.0 caused by using get_users in bp_update_to_2_0()

buddypress-trac noreply at wordpress.org
Sun Apr 20 18:16:35 UTC 2014


#5569: failure to update to 2.0 caused by using get_users in bp_update_to_2_0()
-------------------------------+------------------------------
 Reporter:  megainfo           |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Update/Install     |     Version:  2.0
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by megainfo):

 Using the code bellow
 {{{
 SELECT count(a.ID) FROM  wp_users as u
 LEFT JOIN wp_usermeta as um ON u.ID = um.user_id
 where u.user_status = 0 and um.meta_key = 'activation_key';

 }}}

 result count is 9972.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5569#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list