Fatal error: Call to undefined function field_info_field_map() in /var/www/drupal-7.15/sites/all/modules/contrib/metatags_quick/metatags_quick.install on line 199

solution:

dependencies[] = system (>=7.22)

see comments at: Drupal API: field_info_field_map
and how to require minimal core version: https://www.drupal.org/node/542202#dependencies
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mexicoder’s picture

Nice spot @Pasqualle patch attached.

mexicoder’s picture

Status: Active » Needs review
mexicoder’s picture

mexicoder’s picture

Patched against correct .info file :)

DamienMcKenna’s picture

Status: Needs review » Reviewed & tested by the community

While this doesn't resolve the problem, it does at least let the site builder know that core needs to be updated, so IMHO is good to go.

  • mexicoder authored fc9a66d on 7.x-2.x
    Issue #2313161 by mexicoder: Another fatal error at update
    
valthebald’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to HEAD. Thanks @mexicoder!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.