Closed (works as designed)
Project:
Metatag
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2013 at 02:33 UTC
Updated:
26 Mar 2013 at 02:47 UTC
In Drupal 7.14 after enabling metatag, I had a white screen on my non-admin pages, but not on admin pages. In the PHP Error log, there were entries saying, "Call to undefined function entity_language()" in the metatag module.
Comments
Comment #1
damienmckennaMetatag now requires Drupal core 7.15 or newer, if you check the admin/reports/status page you'll see an error message telling you to update. Please update your site :-)
Comment #2
ericaack commentedI should have included the whole error message:
PHP Fatal error: Call to undefined function entity_language() in /mysite/public_html/sites/all/modules/metatag/metatag.module on line 1621
Comment #3
damienmckenna