Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can not upload Group Avatar


  • Jing
    Participant

    @gujingc

    We suddenly can not upload group avatars.

    The error message is: Upload Failed! Error was: That photo is too big. Please upload one smaller than 0 B

    Please advise.

Viewing 1 replies (of 1 total)

  • Jing
    Participant

    @gujingc

    WPMU team solved the issue by putting in the following code:
    add_filter( ‘bp_core_avatar_original_max_filesize’, function() {
    return 5120000; // 5mb
    } )

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar