Closed (fixed)
Project:
Zen
Version:
7.x-5.0
Component:
PHP/JS code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 07:41 UTC
Updated:
4 Jun 2012 at 12:51 UTC
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
Comment #1
johnalbinReally? 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.
Comment #2
johnalbinActually, 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! :-)
Comment #3
fedExpress commentedNever mind. Thanks for fixing :-)