Closed (fixed)
Project:
Exif
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
30 Mar 2013 at 12:39 UTC
Updated:
6 May 2013 at 20:50 UTC
Jump to comment: Most recent file
After enabling the module I started getting this warning on all "/admin/structure/types/manage//fields" pages:
Warning: Illegal offset type in isset or empty в функции field_ui_widget_type_options() (строка 1471 в файле /var/www/lib/d7_dev/core/modules/field_ui/field_ui.admin.inc).
Warning: Illegal offset type in isset or empty в функции field_ui_widget_type_options() (строка 1471 в файле /var/www/lib/d7_dev/core/modules/field_ui/field_ui.admin.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | exif-1529282.4.patch | 1003 bytes | tobiasb |
| #2 | exif-1956946-2.patch | 875 bytes | OnkelTem |
Comments
Comment #1
jphautin commentedComment #2
OnkelTem commentedAh, sorry, I forgot to update the issue. I think I found the reason. I don't think I really fix something, but at least the warning went away. (So this is no really a patch, just a way to draw attention to specific code)
Comment #3
tobiasbSee #1529282: Incorrect hook_field_widget_info_alter() breaks existing/new unrelated fields.
Comment #4
tobiasbThe bug was introduced by #1529282: Incorrect hook_field_widget_info_alter() breaks existing/new unrelated fields..
EDIT: Sorry wrong issue number in the filename ;-)
Comment #5
firfin commentedPatch applies cleanly, solves the errors.
Further code seems clean and makes sense to me, RTBC ?
Comment #6
jphautin commentedpatch apply.
Thanks firfin.