Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sign up problem

  • I updated BuddyPress from the latest trunk. Which seems to solved the bug for the last name and firstname field during signup. However I keep getting this Avatar error when trying to sign up as a new user.

    “Upload Failed! Your photo dimensions are likely too big.”

    I tried with pictures 48×48 and leaving it blank but the error is still there. Any idea on how to solve this problem? Thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • fixed.

    Hey i am getting “Upload Failed! Your photo dimensions are likely too big.” error on IE7 while sign up what will be wrong. any idea.


    massimonitti
    Member

    @massimonitti

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sign up problem’ is closed to new replies.
Skip to toolbar