Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7519 closed defect (bug) (no action required)

User last_activity data no longer stored in usermeta

Reported by: mccage's profile McCage Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

Notice: get_user_meta( $user_id, 'last_activity' ) was called incorrectly. User last_activity data is no longer stored in usermeta. Use bp_get_user_last_activity() instead. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in C:\xampp\htdocs\Delft\wp-includes\functions.php on line 4138
Online site: http://ruilkringdelftwestland.nl

Change History (1)

#1 @r-a-y
7 years ago

  • Keywords needs-patch dev-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Version 2.8.2 deleted

This isn't a bug. This is a notice to inform developers that are using get_user_meta( $user_id, 'last_activity' ) to use bp_get_user_last_activity() instead.

Try to find out what plugin is causing this and inform the developers.

Note: See TracTickets for help on using tickets.