написано  хеширование?Нужно ли менять $cachePath?
                  
                  
                  public function executeComponent() {
                  
                  
                          if ($this->StartResultCache(false)) {
                  
                  
                              if ($this->arParams ["IBLOCK_ID"] !=2){
                  
                  
                                  $this->AbortResultCache();
                  
                  
                              }
                  
                  
                              $this->_checkModules();
                  
                  
                              $this->arResult=$this->_getElements($this->arParams);
                  
                  
                  
                  
                  
                              $this->arResult=$this->_commentMass($this->arResult["ITEMS"]);
                  
                  
                              $this->IncludeComponentTemplate();
                  
                  
                          }
                  
                  
                      }
                  
                  
                
у вас после $this->IncludeComponentTemplate(); не мешало б добавить $this->endResultCache();
Хэширование неправильно
Обсуждают сегодня