- Posts: 1
- Thank you received: 0
problems installing Template "Betting"
-
Bobbe24
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 3 months ago - 13 years 3 months ago #13391
by Bobbe24
problems installing Template "Betting" was created by Bobbe24
Something is wrong. After activating the template in my joomla 1.7.3 Joomla backend, the following message shows up in left upper corner at my site:
Notice: Undefined variable: columnRightWidth in /var/www/web62/web/templates/hot_betting/index.php on line 87
Please help me, what am i doing wrong?
I have looked shortly in templateDetails.xml file (the one unzipped from the 1.7' folder and in second code line it refers to Joomla template version 1,6.?
www.24bet.dk
Kind regards
Allan Skaaning
Notice: Undefined variable: columnRightWidth in /var/www/web62/web/templates/hot_betting/index.php on line 87
Please help me, what am i doing wrong?
I have looked shortly in templateDetails.xml file (the one unzipped from the 1.7' folder and in second code line it refers to Joomla template version 1,6.?
www.24bet.dk
Kind regards
Allan Skaaning
Last edit: 13 years 3 months ago by Bobbe24.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago - 13 years 3 months ago #13395
by ivan.milic
Replied by ivan.milic on topic Re: problems installing Template "Betting"
that is warning not error, if you want it off add:
$columnRightWidth = 0;
as first statement of second <?php... block in index.php of template
$columnRightWidth = 0;
as first statement of second <?php... block in index.php of template
Last edit: 13 years 3 months ago by ivan.milic.
Please Log in to join the conversation.
-
chempreng
Inactive member -
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 3 months ago #13411
by chempreng
Replied by chempreng on topic Re: problems installing Template "Betting"
can you copy the code and paste here??
just file index.php
i'll debug it
just file index.php

Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
13 years 3 months ago #13416
by milos
Replied by milos on topic Re: problems installing Template "Betting"
Please just add this line:
above the line
Code:
$columnLeftWidth = 0; $columnRightWidth = 0;
Code:
if ($showleft) {
Please Log in to join the conversation.
Time to create page: 0.159 seconds