[buddypress-trac] [BuddyPress] #4348: data being updated but not appearing on front end

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun Jul 15 14:15:10 UTC 2012


#4348: data being updated but not appearing on front end
-------------------------------+-----------------------
 Reporter:  shanebp            |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  1.6
Component:  Core               |     Version:  1.6-beta
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+-----------------------

Comment (by boonebgorges):

 How about this?

 {{{
 select option_value from wp_options where option_name =
 '_transient_bp_active_member_count';
 }}}

 I'm guessing it'll return 1, which means that your transient is stale.

 The transient is designed to be refreshed on the following actions:
 'bp_core_activated_user', 'bp_core_process_spammer_status',
 'bp_core_deleted_account'

 I've probably missed a spot. How did you create the users in question?
 Through the Dashboard? Through a normal front-end registration? Do you
 have any plugins that modify the registration process?

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4348#comment:10>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list