Fatal error: Call to a member function Header() on a non-obj - Joomla! Forum - community, help and support
i installed joomla 2.5 , installed helix template joomla 2.5.
after doing this, message appears on actual website.
what can do??
fatal error: call member function header() on non-object in /var/www/web122150/html/joomla-quanten-massage/templates/shaper_helix_ii/index.php on line 21
the index.php says following
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
<jdoc:include type="head" />
<?php
$this->helix->header()
->setlessvariables(array(
'preset'=>$this->helix->preset(),
'header_color'=> $this->helix->presetparam('_header'),
'bg_color'=> $this->helix->presetparam('_bg'),
'text_color'=> $this->helix->presetparam('_text'),
'link_color'=> $this->helix->presetparam('_link')
))
->addless('master', 'template')
->addless( 'presets', 'presets/'.$this->helix->preset() );
?>
</head>
what can do? please need help!
after doing this, message appears on actual website.
what can do??
fatal error: call member function header() on non-object in /var/www/web122150/html/joomla-quanten-massage/templates/shaper_helix_ii/index.php on line 21
the index.php says following
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
<jdoc:include type="head" />
<?php
$this->helix->header()
->setlessvariables(array(
'preset'=>$this->helix->preset(),
'header_color'=> $this->helix->presetparam('_header'),
'bg_color'=> $this->helix->presetparam('_bg'),
'text_color'=> $this->helix->presetparam('_text'),
'link_color'=> $this->helix->presetparam('_link')
))
->addless('master', 'template')
->addless( 'presets', 'presets/'.$this->helix->preset() );
?>
</head>
what can do? please need help!
oh forgot enable helix plugin after installed, go admin > extension > plugin manager, search helix plugin , enable
Comments
Post a Comment