Hi,
Getting this error after upgrading from Mediafront 1x to 2x

Notice: Undefined index: field_type in _field_info_prepare_field() (line 266 of /public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_widget() (line 393 of /public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_display() (line 361 of /public_html/modules/field/field.info.inc).

After some research and following the debug patch here - http://drupal.org/node/1001060#comment-4773342
can confirm that Mediafront is the cause.

My thought is that there are some leftovers of the 'mediafront' field that was created to display the mediafront player in 1x which I have deleted from manage fields since its no longer needed with 2x.

Debug:
'Unknown field type: (module: mediafront)' in _field_info_prepare_field() (line 266 of /public_html/modules/field/field.info.inc).
Debug:
'Unknown field type: (module: mediafront)' in _field_info_prepare_field() (line 266 of /public_html/modules/field/field.info.inc).

What would be a quick fix if we can go in and directly edit the tables?

Comments

travist’s picture

Does this occur when you actually delete the old Media Player field from the old content type? In my upgrade video, I do remember seeing these errors, but from what I remember, they go away when you delete the field from the content type. Let me know if this works, and if it does, then this is probably closed (works as designed).

travist’s picture

Issue summary: View changes

added MF version info