Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2010 at 00:49 UTC
Updated:
7 Feb 2011 at 13:40 UTC
Has anyone tried the new D7 RC3 yet? I tried it just for the heck of it, but on enabling media_gallery I got:
FieldException: Attempt to create a field of unknown type list_number. in field_create_field() (line 302 of .../modules/field/field.crud.inc).
This resulted in Gallery content type being created, but without any fields on it.
Comments
Comment #1
Scott J commentedBecause of #932502: Changing allowed values in "List" fields we need to edit media_gallery.install file lines 215 and 262:
'type' => 'list_number',
should now be
'type' => 'list_integer',
and I think that we're in business!
Comment #2
Aonoa commentedWell done, thank you. :-)
Best regards,
Ao
Comment #3
catchThis has been fixed in dev.