Errors that are repeated endlessly

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Dec 07, 2012 11:48 am
Hi,

in my site, http://www.veggiefriends.it in error_log

I found these errors that are repeated endlessly.

could you tell me how to solve the issue?

thanks

Code: Select all
[07-Dec-2012 11:19:09 Europe/Berlin] PHP Notice:  Undefined variable: gkLeftLeft in /home/zoripobt/public_html/templates/gk_music/layouts/blocks/left.php on line 44
[07-Dec-2012 11:19:09 Europe/Berlin] PHP Notice:  Undefined variable: gkComponentWrap in /home/zoripobt/public_html/templates/gk_music/layouts/blocks/main.php on line 63
[07-Dec-2012 11:19:09 Europe/Berlin] PHP Notice:  Undefined index: login in /home/zoripobt/public_html/templates/gk_music/layouts/blocks/tools/login.php on line 21
[07-Dec-2012 11:19:09 Europe/Berlin] PHP Notice:  Undefined index: register in /home/zoripobt/public_html/templates/gk_music/layouts/blocks/tools/register.php on line 16
User avatar
Junior Boarder

GK User
Fri Dec 07, 2012 2:39 pm
Hi

Those are not errors but notices.
You can disable php notice reporting on php.ini or if you don't have access to this file on your shared host, please add this fragment at the beginning of this file: ../templates/gk_music/index.php

Code: Select all
<?php ini_set('display_errors', 'Off')?>


Very important!

It really must be the first line.

Cheers
User avatar
Platinum Boarder


cron