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

guguss’s picture

I can't reproduce this issue with Acquia Dev Desktop and Kickstart 2.6.

jsacksick’s picture

Status: Active » Closed (cannot reproduce)
Angelluc’s picture

I 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?

zopa’s picture

i'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?

stackpr’s picture

For 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.

guguss’s picture

Updating to Kickstart 2.9 (latest version) will download Drupal 7.23.