[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 13:34:04 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):
shanebp -
What do you get when you run the following query?
{{{
SELECT ID FROM wp_users WHERE user_status != 0;
}}}
How about this one?
{{{
SELECT COUNT(user_id) FROM wp_usermeta WHERE meta_key = 'last_activity';
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4348#comment:8>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list