Opened 14 years ago
Closed 14 years ago
#4035 closed defect (bug) (no action required)
group send invites - no member listing
| Reported by: | mosne | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Groups | Version: | 1.5.4 |
| Severity: | normal | 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.