[buddypress-trac] [BuddyPress Trac] #5922: Private Message Sent-to dropdown broken
buddypress-trac
noreply at wordpress.org
Fri Oct 3 00:38:53 UTC 2014
#5922: Private Message Sent-to dropdown broken
--------------------------+------------------------------
Reporter: SeeingBlueS2 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Messaging | Version: 2.1
Severity: major | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by boonebgorges):
Thanks for the update.
> Is there something else I can do or check?
Well, at this point, it will really come down to doing some PHP-level
debugging. I'm not sure how comfortable you are venturing into this area,
but here are some pointers:
- For AJAX requests, you can either `print_r( $value ); die()` and check
debug stuff in your browser's console, or you can write to `error_log()`.
- The place to start looking is in the function
`bp_legacy_theme_ajax_messages_autocomplete_results()`, which is located
in buddypress/bp-templates/bp-legacy/buddypress-functions.php. Basically,
start reading through that function, and see if you can determine through
debugging just where the request is failing.
Thanks for your patience, and update this ticket if you're able to figure
anything out.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5922#comment:10>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list