Closed (fixed)
Project:
mothership
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2012 at 03:53 UTC
Updated:
9 Apr 2012 at 10:30 UTC
There is some variable missing:
Notice: Undefined variable: rdf_header in include() (line 1 of [...]/sites/all/themes/contrib/mothership/mothership/mothership/mothership/mothership/templates/html.tpl.php).
Notice: Undefined variable: rdf_profile in include() (line 7 of [...]/sites/all/themes/contrib/mothership/mothership/mothership/mothership/mothership/templates/html.tpl.php).Mortendk make sure you are using the php errors levels right :)
Another thing is, what just happen with the search block? my css is not getting it anymore. Please be careful with the updates.
Thanks!
Sebas.
Comments
Comment #1
scor commentedThese variables are defined in the HTML5 tools module. Installing that module gets rid of the the rdf notices. Note also that html5 tools will do some changes to your theme markup, so you might want to check its settings at Configuration > Markup > HTML5 tools.
There might be another way to solve this that Morten hasn't yet documented but hopefully this trick will help you in the meantime.
Comment #2
anthonyR commentedMarked #1471562: RDF Errors as a duplicate
Comment #3
mortendk commented