@massimonitti
14 years, 8 months ago
Thanks, but it seems that page covers upgrading only from version 1.0.
I need to upgrade from RC1 (that as I can understand is a more complicated task).
But I cant find anywhere online the instructrions that were in the page
https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/
The page
is no more online.
Is there another place to find the upgrade instructions from rc1?
Thanks
16 years, 1 month ago
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.