Undefined variables all around

More
13 years 2 months ago #11980 by SinisaKrisan
Hello fine people

I have recently bought this fine template for project of mine and im experiencing the undefined variable errors all over the place

Specifically
Code:
Notice: Undefined variable: showfooter in /home/suburban/public_html/templates/hot_cosmetics/index.php on line 62
Code:
Notice: Undefined variable: columnLayout in /home/suburban/public_html/templates/hot_cosmetics/index.php on line 249
and basically the same as previous
Code:
Notice: Undefined variable: columnLayout in /home/suburban/public_html/templates/hot_cosmetics/index.php on line 253

Now, im fully aware these will go away if i just lower down the error reporting in Joomla backend, but i really can't do that :)
Im myself am developer of some kind like you guys and i need this to always be on Maximum, so i can have the clean environment for smooth running of extensions that are displayed (and will be sold) on the site

The site in question is
www.suburbans.org

You can login with hotjoomla/hotjoomla credentials

Pozdrav :)

Please Log in to join the conversation.

More
13 years 2 months ago #11990 by ivan.milic
Well just add :

$showfooter = 0;
$columnLayout = '';

in index.php of template after first <?php

Please Log in to join the conversation.

More
13 years 2 months ago #12070 by SinisaKrisan
Okay, that will work for the start until i find the actual place where they should be defined.

Thanks.

Please Log in to join the conversation.

Time to create page: 0.152 seconds
Powered by Kunena Forum