Hi
That's not an error, it's a php notice.
Please disable notice on php.ini file or try adding this code on ../templates/gk_icki_sports/index.php
- Code: Select all
<?php ini_set('display_errors', 'Off')?>
Important!Place it as first line of the document.
Cheers