After updating to the latest dev today the select menu for this setting is empty.
Therefore the file can´t be saved cause this field must be set.

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Media module does not provide any kind of license field for files. Are you using the Media Gallery module?

lucy’s picture

I can answer too, i guess. I have the same problem. I have had Media Gallery enabled, but the problem still exists after disabling it. You have to uninstall the module to get rid of it the License settings for this audio select.

dave reid’s picture

Project: D7 Media » Media Gallery
Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Active

This problem lies in Media Gallery. It installed a locked field_license field with the allowed values callback of _media_gallery_get_field_license_values(). If you disable Media gallery, this function is no longer available and will cause errors because you cannot edit the license field configuration since it was designed to be locked. So the solution is you either need to re-enable Media Gallery or you must uninstall the module via admin/modules/uninstall which will remove the fields and field data that Media Gallery adds.

lsolesen’s picture

Status: Active » Closed (duplicate)