Every time I try to delete a file with Media Browser Plus I get the following error and the file is NOT deleted:

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'file_multiple_delete_form' was given in drupal_retrieve_form() (line 798 of /home/xxxxxxx/public_html/includes/form.inc).

This happens only when I use the thumbnail view of Media Browser Plus. I can delete the file without any issues in the list view.

Comments

das-peter’s picture

Status: Active » Fixed

As of http://drupalcode.org/project/file_entity.git/commit/44120f8068af6aa3672... the function names of the file_entity module have changed.
Added conditional function name selection: http://drupalcode.org/project/media_browser_plus.git/commit/3bfcd55

kirilius’s picture

Thanks a lot! Is this going to be added to a release any time soon?

das-peter’s picture

That's unlikely. As the whole media eco-system feels unstable it's not very tempting to create a release.
If there's really a need for a release then an "unstable" release, like the media module does, could be an option.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.