QuoteWarning: Invalid argument supplied for foreach() in /homepages/44/d90092464/htdocs/remixculture.com/components/com_virtuemart/router.php on line 739
[/b]
doh!
Lines 738-746: // Search Virtuemart itemID in joomla menu
[b] foreach ($items as $item) {[/b]
$view = $item->query['view'] ;
if ($view=='virtuemart') $this->menu['virtuemart'][] = $item->id;
if ( isset($item->query['virtuemart_'.$view.'_id']) )
$this->menu['virtuemart_'.$view.'_id'][ $item->query['virtuemart_'.$view.'_id'] ] = $item->id;
else $this->menu['virtuemart_'.$view]= $item->id ;
}
This is the 4th site I've attempted VM 2 and this is the first I've tried the migration from J1.5.23 and VM 1.19 and the first time I've seen this error.
As usual, any insight is greatly appreciated. Example page: http://remixculture.com/index.php/component/virtuemart/Bass-is-bliss
Thanks!
this stupid this disappeared all by itself after I tinkered with the menus.
false alarm
I have the same problem, help solve
I'm getting the same error.
We added a warning for it, is fixed in svn