Re: Sign up problem
I am having the same problem. I looked in the code. It seems that the point in the code is on line 174 of bp-xprofile-signup.php:
if ( $checked_upload && $checked_size && $checked_type && !$original = bp_core_handle_avatar_upload($_FILES) ) {
$avatar_error = true;
$avatar_error_msg = __(‘Upload Failed! Your photo dimensions are likely too big.’, ‘buddypress’);
}
but i dont understand what is going wrong.