Вообщем, при вызове http://www.amurteam.ru/index.php?option=com_virtuemart&page=shop.browse&category_id=1&Itemid=67 Ошибка: Fatal error: Call to undefined function requare_once() in /home/fanamura/data/www/amurteam.ru/components/com_virtuemart/virtuemart.php on line 264 Код, где ошибка: Код (CODE): if ( !empty($mosConfig_caching) && $vmDoCaching) { // Get the Cache_Lite_Function object $cache =& mosCache::getCache( 'com_content' ); // The function we let call remotely here has only two arguments: the Modulename(shop) and the Pagename(browse or product_details), // But Cache_Lite takes the arguments for identifying common calls to cacheable functions. // The Page will change with every different parameter / argument, so provide this for identification // "call" will call the function load_that_shop_page when it is not yet cached with exactly THESE parameters // or the caching time range has expired //(C)Федоринов Григорий //Проблема с pathway при кешировании кешированием //http://forum.virtuemart.ru/index.php?action=post;topic=939.0 If ($pagename=="browse"&&isset($category_id)){ requare_once(CLASSPATH."ps_product_category.php"); $mainframe->appendPathWay(ps_product_category::get_navigation_list($category_id)); } $return = $cache->call('load_that_shop_page', $modulename, $pagename, $product_id, $category_id, $manufacturer_id, $auth["shopper_group_id"], $limitstart, $limit, @$_REQUEST['orderby'], @$_REQUEST['DescOrderBy'] ); if( get_class( $return ) == "mosMainFrame" ) { $mainframe = $return; } } else { load_that_shop_page( $modulename, $pagename); } } if( defined( 'vmToolTipCalled')) { echo '<script language="Javascript" type="text/javascript" src="'. $mosConfig_live_site.'/components/'.$option.'/js/wz_tooltip.js"></script>'; } ?> Как побороть? На одном форуме прочитал, что поможет отключение кеша, но это не выход)