Fatal error: Call to a member function Header() on a non-ob

Need help with the Administration of your Joomla! 2.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
Marieluise31
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Nov 27, 2014 5:00 pm

Fatal error: Call to a member function Header() on a non-ob

Post by Marieluise31 » Thu Nov 27, 2014 6:07 pm

I installed joomla 2.5 and installed the helix template for joomla 2.5.
After doing all this, this message appears on my actual website.
What can I do??

Fatal error: Call to a member function Header() on a 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 I do? Please I need some help!

jcms
I've been banned!
Posts: 2233
Joined: Wed Nov 19, 2014 9:23 am

Re: Fatal error: Call to a member function Header() on a non

Post by jcms » Sat Nov 29, 2014 7:57 am

check helix plugin enable or not?
where is line 21?


Locked

Return to “Administration Joomla! 2.5”