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
Comment #1
das-peter commentedAs 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
Comment #2
kirilius commentedThanks a lot! Is this going to be added to a release any time soon?
Comment #3
das-peter commentedThat'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.