Closed (duplicate)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2011 at 10:06 UTC
Updated:
26 May 2012 at 17:59 UTC
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
Comment #1
dave reidMedia module does not provide any kind of license field for files. Are you using the Media Gallery module?
Comment #2
lucy commentedI 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.
Comment #3
dave reidThis 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.
Comment #4
lsolesen commentedDuplicate of http://drupal.org/node/1220466