Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

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

group send invites - no member listing

Reported by: mosne's profile mosne Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.5.4
Component: Groups Keywords:
Cc:

Description

in the page send invites
the members fields is empty
and this error shows up:

WordPress database error: [Table 'vivredbprev.pd' doesn't exist]
SELECT DISTINCT u.ID as id, u.user_registered, u.user_nicename, u.user_login, u.display_name, u.user_email , pd.value as fullname FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID LEFT JOIN pd ON u.ID = pd.user_id WHERE u.user_status = 0 AND pd.field_id = 1 AND u.ID IN (4) ORDER BY pd.value ASC

WordPress database error: [Table 'vivredbprev.pd' doesn't exist]
SELECT COUNT(DISTINCT u.ID) FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID LEFT JOIN pd ON u.ID = pd.user_id WHERE u.user_status = 0 AND pd.field_id = 1 AND u.ID IN (4) ORDER BY pd.value ASC

Change History (1)

#1 @DJPaul
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

This is a support issue rather than a report of a bug with BuddyPress. Please post details onto http://buddypress.org/support/ and we'll try to help you figure it out; I'd suggest trying to figure out what "vivredbprev.pd" is, because that's causing the error.
If it turns out to be a bug with BuddyPress, we can reopen this ticket.

Note: See TracTickets for help on using tickets.