Hello. I'm using Drupal 7, Zen theme v7.x-5.0. After instaling theme i get this error:
Notice: Undefined index: content in C:\WEB\drupal7\sites\mysite\themes\zen\template.php on line 217 on line 217. Any suggestions, how to solve it?

Comments

JohnAlbin’s picture

Status: Needs review » Postponed (maintainer needs more info)

Really? Interesting.

Do you have any modules that are trying to modify the "text/html; charset=xxxx" meta tag? Like the HTML5 Tools module? That error will only occur if Drupal core's "charset" meta tag has been moved/removed before getting to the Zen theme.

JohnAlbin’s picture

Title: Notice: Undefined index: content in C:\WEB\drupal7\sites\mysite\themes\zen\template.php on line 217 » PHP Notice: Undefined index: content in template.php's zen_html_head_alter()
Status: Postponed (maintainer needs more info) » Fixed

Actually, I can fix this without knowing which module is modifying that metatag.

Fixed! http://drupalcode.org/project/zen.git/commitdiff/b5f93da

Thanks for the bug report! :-)

fedExpress’s picture

Never mind. Thanks for fixing :-)

Status: Fixed » Closed (fixed)

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