Opened 13 years ago
Closed 13 years ago
#3899 closed defect (bug) (no action required)
BP_XProfile Pluggin Causing 503 errors for member logins
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.2 |
Component: | Extended Profile | Keywords: | |
Cc: | will@… |
Description
This error message created in error logs filling error log and causing logins to not work (503 error) due to excessive login cap (caused from from script, not members);
....doesn't exist for query SELECT DISTINCT g.* FROM g ORDER BY g.group_order ASC made by require_once, require_once, require_once, do_action, call_user_func_array, xpa_plugin_init_action, BPxProfileACL->BPxProfileACL, BP_XProfile_Group->get
How can one fix this error in the script manually or is there a patch?
Change History (2)
#1
@
13 years ago
- Keywords reporter-feedback added; needs-patch removed
- Severity changed from critical to normal
#2
@
13 years ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Error appears to be from a plugin rather than BuddyPress core; get in contact with the plugin author, and if this does turn out to be a BuddyPress core bug somehow, feel free to reopen the ticket.
Looks like you're using a plugin called BP XProfiles ACL:
http://wordpress.org/extend/plugins/buddypress-xprofiles-acl/
Try disabling that and see if BP works.