BuddyDev

Search

File size error doesn’t appear

  • Participant
    Fanny A on #43704

    Hello,
    I used the file field to upload videos. I used a snippet found on this forum:

    add_filter( ‘bpxcftr_allowed_extensions’, function ( $extensions ) {

    if ( isset( $extensions[‘file’] ) ) {
    $new_extensions = array( ‘m4a’, ‘flac’, ‘mp3’, ‘mp4’, ‘aiff’, ‘3gp’ );

    $extensions[‘file’] = array_merge( $extensions[‘file’], $new_extensions );
    }

    return $extensions;
    } );

    But even when I turn off the snippet, the file size error message doesn’t appear. Do you know where this could come from and how to fix it?
    Thank you!

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #43723

    Hi Fanny,
    Thank you for reporting the issue.

    Please upgrade to 1.2.1 and let me know if the file size error are visible now? There might have been an issue with the plugin which was fixed recently.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved