Hi there
iīm installing a joomla module but i continuously receive 10 lines of the following error:
Notice: Undefined offset: 9 in D:\wamp\www\isr\modules\mod_carousel_gallery\tmpl\default.php on line 28
i canīt understand the line 28:
$texto.='&imagen'.$conta.'='.JURI::base().$params->get('folder').''.$img->name.'&title'.$conta.'='.$links[$conta].'&link'.$conta.'='.$imagesc[$conta];
the vars:
$links=split("\n", $params->get('menulinks'));
$imagesc=split("\n", $linkaux);
greetings