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
Comment #1
populist commentedThis 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().
Comment #2
jec006 commentedExcellent, 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.
Comment #3
smhanes commentedIs it okay to continue setting up a site using OP with this error, or should we wait until it's been fixed?
Comment #4
jec006 commentedHi, its definitely ok to keep setting up your site. This is just a notice and doesn't affect anything.
Comment #5
vadbars@drupal.org commentedI 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".
Comment #6
mpcm commentedChiming in to say this was experienced with the openpublish-7-x-1-0-beta7 build.
Comment #7
josephcheekThe fix for this was bundled with Drupal 7.22 and OP now includes 7.24 (ouch), so closing this as fixed.