Виртуй и Джустина с кешем :)

Тема в разделе "Сообщения об ошибках", создана пользователем Fanamura, 18.05.2008.

  1. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Вообщем, при вызове
    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):
    1. if ( !empty($mosConfig_caching) && $vmDoCaching) {
    2.  
    3.         // Get the Cache_Lite_Function object
    4.         $cache =& mosCache::getCache( 'com_content' );
    5.  
    6.         // The function we let call remotely here has only two arguments: the Modulename(shop) and the Pagename(browse or product_details),
    7.         // But Cache_Lite takes the arguments for identifying common calls to cacheable functions.
    8.         // The Page will change with every different parameter / argument, so provide this for identification
    9.         // "call" will call the function load_that_shop_page when it is not yet cached with exactly THESE parameters
    10.         // or the caching time range has expired
    11.        
    12.         //(C)Федоринов Григорий
    13.         //Проблема с  pathway при кешировании кешированием
    14.         //http://forum.virtuemart.ru/index.php?action=post;topic=939.0
    15.         If ($pagename=="browse"&&isset($category_id)){
    16. requare_once(CLASSPATH."ps_product_category.php");
    17. $mainframe->appendPathWay(ps_product_category::get_navigation_list($category_id));
    18. }
    19.         $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'] );
    20.         if( get_class( $return ) == "mosMainFrame" ) {
    21.                 $mainframe = $return;
    22.         }
    23.     }
    24.     else {
    25.         load_that_shop_page( $modulename, $pagename);
    26.     }
    27. }
    28. if( defined( 'vmToolTipCalled')) {
    29.     echo '<script language="Javascript" type="text/javascript" src="'. $mosConfig_live_site.'/components/'.$option.'/js/wz_tooltip.js"></script>';
    30. }
    31. ?>

    Как побороть? На одном форуме прочитал, что поможет отключение кеша, но это не выход)
     
  2.  
  3. sectus
    Offline

    sectus Недавно здесь => Cпециалист <=

    Регистрация:
    19.04.2006
    Сообщения:
    1 210
    Симпатии:
    46
    Пол:
    Мужской
    Ответ: Виртуй и Джустина с кешем :)

    require_once
     
  4. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Ответ: Виртуй и Джустина с кешем :)

    Спасибо огромное, до самого не доперло:)
     

Поделиться этой страницей

Загрузка...