I have QuickCart on localhost. Today I got the following notice (both on admin panel and front-end):
Notice: Undefined offset: 6 in C:\Program Files\wamp\www\zdsmag\core\products.php on line 273 Notice: Undefined offset: 8 in C:\Program Files\wamp\www\zdsmag\core\products.php on line 273
Line 273 contains: $sTree .= '<a href="'.$oPage->aPages[$iPage]['sLinkName'].'">'.$oPage->aPages[$iPage]['sName'].'< ;/a>';
I would be so gateful for any suggestion about the solution! Thanks in advance!