Closed (cannot reproduce)
Project:
Commerce Kickstart
Version:
7.x-2.6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2013 at 03:01 UTC
Updated:
24 Sep 2013 at 07:50 UTC
I came across this error after running the installation on the Acquia Dev Desktop.
Notice: Undefined index: module in FieldInfo->prepareInstanceWidget() (line 575 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceWidget() (line 575 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceWidget() (line 575 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceWidget() (line 575 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of C:\Users\Preston\Sites\acquia-drupal\sites\themountainhighstore001\modules\field\field.info.class.inc).
Comments
Comment #1
guguss commentedI can't reproduce this issue with Acquia Dev Desktop and Kickstart 2.6.
Comment #2
jsacksick commentedComment #3
Angelluc commentedI have just put my website with Commerce Kickstart 2.6 from Acquia Dev Desktop to my host and after update.php which told me "no pending updates" I got also the same error messages as displayed by preston3271 in #1.....s times as long, repeating the two lines 575 and 610.
So there is definitely something going wrong.
How to resolve?
Comment #4
zopa commentedi'm also getting this error -- tho not running Acquia Dev -- this is on a bitnami drupal stack after updating core and modules... how to fix?
Comment #5
stackpr commentedFor those with this error... I resolved it by updating Drupal core to 7.23 and flushing all caches. The problem relates to how the hook_field_widget_info() data is handled when one module provides multiple widgets (commenting out the second widget configuration eliminates the error). I did not troubleshoot it further when a simple update/flush resolved the issue.
Comment #6
guguss commentedUpdating to Kickstart 2.9 (latest version) will download Drupal 7.23.