Closed (works as designed)
Project:
Commerce Kickstart
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2012 at 08:11 UTC
Updated:
20 Aug 2012 at 14:14 UTC
I am not completely sure whether this is a commerce_kickstart or an inline_entity_form problem. Enabling media and using the media popup to upload and choose pictures gives the following notices when editing product variations on the product display.
Notice: Undefined index: #title i media_element_process() (linje 906 af /var/aegir/platforms/commerce_kickstart-7.x-2.x-dev/profiles/commerce_kickstart/modules/contrib/media/media.module).
Notice: Undefined index: alt i theme_image_formatter() (linje 603 af /var/aegir/platforms/commerce_kickstart-7.x-2.x-dev/modules/image/image.field.inc).
Notice: Undefined index: title i theme_image_formatter() (linje 616 af /var/aegir/platforms/commerce_kickstart-7.x-2.x-dev/modules/image/image.field.inc).
Comments
Comment #1
olleolleolle commentedlsolesen, for the theme_image_formatter() problem, look into the patch at Core's Image module: it adds isset() to that piece of the pie.
Comment #2
bojanz commentedOkay, so this doesn't seem to be Kickstart related.