[buddypress-trac] [BuddyPress Trac] #5573: Counting problem of Pending Accounts

buddypress-trac noreply at wordpress.org
Thu Apr 24 11:29:38 UTC 2014


#5573: Counting problem of Pending Accounts
-------------------------------+------------------------------
 Reporter:  slaFFik            |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Administration     |     Version:  2.0
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by imath):

 Replying to [comment:4 slaFFik]:
 > No, that site has never had that plugin at all.
 >
 > Initially it was WPMU (back to 2.6-2.7), converted to WP, and a year ago
 or so BuddyPress was installed.

 slaFFik,

 1/ can you confirm the structure of your signups table, just downloaded
 WPMU 2.7 and the signups table was created this way :

 {{{
 CREATE TABLE IF NOT EXISTS $wpdb->signups (
   domain varchar(200) NOT NULL default '',
   path varchar(100) NOT NULL default '',
   title longtext NOT NULL,
   user_login varchar(60) NOT NULL default '',
   user_email varchar(100) NOT NULL default '',
   registered datetime NOT NULL default '0000-00-00 00:00:00',
   activated datetime NOT NULL default '0000-00-00 00:00:00',
   active tinyint(1) NOT NULL default '0',
   activation_key varchar(50) NOT NULL default '',
   meta longtext,
   KEY activation_key (activation_key),
   KEY domain (domain)
 ) $charset_collate;
 }}}

 2/ When you say "converted to WP" does it means you converted to a
 '''multisite WP''' or a '''non multisite WP''' ?

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


More information about the buddypress-trac mailing list