Folks:This is very frustrating. I am trying to install a virgin version of Drupal 7.12. I am getting an error message:
Fatal error: Call to undefined function field_attach_load() in /home/sbjazz/public_html/includes/entity.inc on line 320
The line in question is: (in the entity.inc file)
field_attach_load($this->entityType, $queried_entities)
Apparently, the field_attach_load function doesn't exist.
How should I proceed? Is the installer broken?
Thanks,
Bill