- Posts: 10
- Thank you received: 0
Undefined variables all around
-
SinisaKrisan
Inactive member - Topic Author
- New Member
Less
More
13 years 2 months ago #11980
by SinisaKrisan
Undefined variables all around was created 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
and basically the same as previous
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
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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11990
by ivan.milic
Replied by ivan.milic on topic Re: Undefined variables all around
Well just add :
$showfooter = 0;
$columnLayout = '';
in index.php of template after first <?php
$showfooter = 0;
$columnLayout = '';
in index.php of template after first <?php
Please Log in to join the conversation.
-
SinisaKrisan
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 2 months ago #12070
by SinisaKrisan
Replied by SinisaKrisan on topic Re: Undefined variables all around
Okay, that will work for the start until i find the actual place where they should be defined.
Thanks.
Thanks.
Please Log in to join the conversation.
Time to create page: 0.152 seconds