Closed (fixed)
Project:
D7 Media
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 19:15 UTC
Updated:
8 Feb 2010 at 17:50 UTC
when visiting admin/structure/media/manage/image/fields :
Notice: Undefined index: file_file in field_ui_field_overview_form() (line 120 of /var/www/d7-media/modules/field_ui/field_ui.admin.inc).
Comments
Comment #1
aaron commentedthis error is still present.
Comment #2
aaron commentedit's actually a core patch: see #694384: Change default_widget in file_field_info to proper file_generic.
Comment #3
aaron commentedapplying that patch fixes this error, if it's annoying anyone. i'm not sure if there are other effects beyond the php notice.
Comment #4
aaron commentedhooray! #694384: Change default_widget in file_field_info to proper file_generic was fixed, so we can mark this issue fixed as well. note that you'll need to patch DRUPAL-7 ALPHA-1 with that patch (http://drupal.org/files/issues/file_field_file_generic.patch) until the next release.