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

Scott J’s picture

Because 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!

Aonoa’s picture

Well done, thank you. :-)

Best regards,
Ao

catch’s picture

Status: Active » Fixed

This has been fixed in dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.