Im maintenance I get thios error
Notice: Undefined variable: rdf_namespaces i include() (linje 14 av /home/xxx/domains/mydomaine.no/public_html/sites/all/themes/responsive_blog/templates/maintenance-page.tpl.php).
This site are in Norwegian language.

Comments

Yannick WEBER’s picture

I've the same problem for a French site.

cmsdave’s picture

I am also having the same error.

Temporarily fixed by commenting out the "print $rdf_namespaces" on line 14 of sites/all/themes/responsive_blog/templates/maintenance-page.tpl.php like this:

<html lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>"<?php //print $rdf_namespaces; ?>>

Using Drupal 7.17

-Dave

devsaran’s picture

Version: 7.x-1.4 » 7.x-1.5
Status: Active » Closed (fixed)

Patch committed and Fixed.