Not sure what impact they have, but these consistently come up on an install

Notice: Undefined index: fields in field_info_fields() (line 596 of /home/tran20/public_html/modules/field/field.info.inc).
Warning: Invalid argument supplied for foreach() in field_info_fields() (line 596 of /home/tran20/public_html/modules/field/field.info.inc).

Comments

populist’s picture

This problem is caused by #1400256: Tests for: $info['fields'], not always set? which is the result of an unfortunate ordering of calls to _field_info_collate_fields().

jec006’s picture

Excellent, thanks populist. We'll keep an eye on that issue and as soon as we get a patch on there that passes tests their we'll add it in.

smhanes’s picture

Is it okay to continue setting up a site using OP with this error, or should we wait until it's been fixed?

jec006’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev

Hi, its definitely ok to keep setting up your site. This is just a notice and doesn't affect anything.

vadbars@drupal.org’s picture

I also get this message when install a site with Drush. Additionally, I receive a message "The block System help was assigned to the invalid region help and has been disabled".

mpcm’s picture

Chiming in to say this was experienced with the openpublish-7-x-1-0-beta7 build.

josephcheek’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

The fix for this was bundled with Drupal 7.22 and OP now includes 7.24 (ouch), so closing this as fixed.