Hello

I've been trying to make a website using this theme but am getting an error in html.tpl.php. I haven't made any changes to this file so was wondering if you knew what might be wrong?

Many Thanks

Notice: Undefined variable: doctype in include() (line 35 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).
Notice: Undefined variable: rdf in include() (line 36 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).
Notice: Trying to get property of non-object in include() (line 36 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).
Notice: Undefined variable: rdf in include() (line 36 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).
Notice: Trying to get property of non-object in include() (line 36 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).
Notice: Undefined variable: rdf in include() (line 37 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).
Notice: Trying to get property of non-object in include() (line 37 of /home/website/public_html/sites/all/themes/website-theme/html.tpl.php).

Comments

tlattimore’s picture

Status: Active » Closed (cannot reproduce)

It looks like boron_preprocess_html() was not getting processed here for some reason. That is where all of those variables mentioned above are set.

I cannot replicate the issue though so I am going to close this. Feel free to reopen if it is still an issue.