zero-perfoliate
zero-perfoliate

Author Topic: Undefined offset  (Read 244 times)

Offline nloverdraft

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Undefined offset
« on: September 08, 2009, 09:30:20 AM »
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