error with image show

Joomla template which allow you to present sport news in amazing and professional way.
GK User
Sun Mar 18, 2012 4:57 pm
I started to change my images on the imageshow moduel and now
I am getting this error.
Notice: Undefined index:

modules/mod_image_show_gk4/styles/gk_sporter1/view.php on line 131

any idea on how I can I solve this?
User avatar
Fresh Boarder

GK User
Sun Mar 18, 2012 6:27 pm
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 ;)
User avatar
Platinum Boarder


cron