imagefield_crop_widget.inc assumes that the filefield cck settings for 'alt' and 'title' are being used. When the default settings for these fields (ie: blank values) is used, drawing the node edit form will result in:
Notice: Undefined index: alt in imagefield_crop_widget_process() (line 185 of /sites/all/modules/imagefield_crop/imagefield_crop_widget.inc).
Notice: Undefined index: title in imagefield_crop_widget_process() (line 185 of /sites/all/modules/imagefield_crop/imagefield_crop_widget.inc).
Notice: Undefined index: alt in theme_imagefield_crop_dynamic_preview() (line 281 of /sites/all/modules/imagefield_crop/imagefield_crop_widget.inc).
Notice: Undefined index: title in theme_imagefield_crop_dynamic_preview() (line 282 of /sites/all/modules/imagefield_crop/imagefield_crop_widget.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | undefined_index-1138038-1.patch | 1.29 KB | ryan_courtnage |
Comments
Comment #1
ryan_courtnage commentedpatch attached
Comment #2
yhager commentedThanks! committed.