Re: Avatar Upload Issues
mwaterous’ solution did not work for me:
Line 17 – define( ‘BP_AVATAR_URL’, bp_core_avatar_url() . ‘/wp-content’ );
However, this did.
I replaced the entire bp-core-avatars file with the one mentioned by Edward Caissie from trac:
https://trac.buddypress.org/browser/branches/1.2/bp-core/bp-core-avatars.php?rev=2957
Works great with 2.9.2 and 1.2.3.
Thanks!