Working on a local WAMP install. Receiving the following error in
module along with scroller. I have included specific code line
error message refers to from my local php file.
Notice: Undefined offset: 0 in
C:\wamp\www\Symphony\modules\mod_vm_jproduct_scroller\mod_vm_jproduct
_scroller.php on line 494
Undefined variable: showCategoryMenuArray in
C:\wamp\www\Symphony\modules\mod_vm_jproduct_scroller\mod_vm_jproduct
_scroller.php on line 517
//Line 517//
} else {
outputNonCircular($itemID,$showProductIDArray,
$showProductNameArray,$showProductImageArray,$showProductSKUArray,
$showProductShortDescArray,$showProductFlypageArray,
$showCategoryIDArray,$showAddToCartArray,$vertical,$thumbOrFull,
$scroll,$imgWidth,$imgHeight,$visible,$auto,$animation,$wrap,
$iteration,$showTitle,$showDesc,$showPrice,$showCart,
$showCategoryMenuArray);
}
//Line 494//
$productURL = URL.'index.php?page=shop.product_details&flypage='.
$showProductFlypageArray[$i].'&product_id='.$showProductIDArray[$i].
'&category_id='.$showCategoryIDArray[$i].
'&option=com_virtuemart&Itemid='.$itemID;