I'm not sure if the selected component is the right one, but after uploading multiple files at once, what is working fine, i'm trying to go to the "next" step to edit the files with title and so on. but the following issues appear:

Warning: array_push() expects parameter 1 to be array, null given in multiform_init_settings() (line 25 of /var/www/site/public/sites/all/modules/multiform/multiform.inc).
Warning: Invalid argument supplied for foreach() in multiform_init_settings() (line 27 of /var/www/site/public/sites/all/modules/multiform/multiform.inc).
Warning: Invalid argument supplied for foreach() in multiform_get_form() (line 75 of /var/www/site/public/sites/all/modules/multiform/multiform.module).
Warning: Invalid argument supplied for foreach() in multiform_get_form() (line 126 of /var/www/site/public/sites/all/modules/multiform/multiform.module).
Notice: Undefined index: multiform in multiform_cache_prepare() (line 166 of /var/www/site/public/sites/all/modules/multiform/multiform.inc).
Warning: Invalid argument supplied for foreach() in multiform_cache_prepare() (line 166 of /var/www/site/public/sites/all/modules/multiform/multiform.inc).
Warning: Invalid argument supplied for foreach() in multiform_cache_prepare() (line 172 of /var/www/site/public/sites/all/modules/multiform/multiform.inc).
Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/site/public/includes/common.inc).

so the connection of multi forms and media apparently doesn't work really well and editing is not possible, not while uploading and not when selecting multiple files at once and trying to edit them.

The same issue can be found here https://www.drupal.org/node/2574497 but i think the problem is the media module and not the multi forms module... Any ideas?

Comments

sinasita created an issue. See original summary.

shadysamir’s picture

Title: Mediaupload with multi forms » Not compatible with multiforms 7.x-2.x
Version: 7.x-2.0-beta1 » 7.x-2.0-beta2

Media Bulk Upload is not compatible with Multiforms 2.x api according to #2574497-7: Error after using Media Library. Multiforms 1.x should be used. Fixed the issue for me.

Chris Matthews’s picture

Version: 7.x-2.0-beta2 » 7.x-2.x-dev
Status: Active » Closed (outdated)
Issue tags: -Bulk upload with multiform

Recent versions of media have resolved most of peoples concerns and is compatible with entity translation, multilingual and various advanced configurations. Due to the high volume of inactive and most often irrelevant issues we are Closing this as (outdated). If for whatever reason this issue is important to you AND you still have issues after checking the media recipe documentation, then let us know and we will review your concerns.

Otherwise, see the recipe documentation for how to configure media and for troubleshooting tips OR refer to the media_dev distribution if you want to see a working media setup.

As mentioned, feel free to make some noise in this issue if you still feel it is important to you or someone else.

Thanks,

Media team