There is a small issue related to #1558548: Notice: Undefined index: default_image in image_field_prepare_view() that we see in the Panopoly installer. This patch does some better checking against the indexes on the arrays to prevent notices.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

Here's the patch I committed to D7.x-dev to solve this problem: #1558548-4: Notice: Undefined index: default_image in image_field_prepare_view(). Or I think so anyway.

If this patch is needed too, could you cross-post to the Drupal core queue so we can get it incorporated upstream?

esmerel’s picture

I think I'm seeing this notice on the "Congratulations, you just installed Panopoly" page:

Notice: Undefined index: default_image in image_field_update_instance() (line 501 of ,mysite/panopoly/modules/image/image.module).

If this isn't related, I'll open a new issue,

populist’s picture

Status: Active » Postponed

I am going to postpone this until Beta 4 and check into how this effects Drupal core. My patch solves the basic problem in the install, but if its a larger Drupal thing want to get it in Drupal core queue.

populist’s picture

Status: Postponed » Fixed

This issue has been resolved with Drupal 7.15!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.