[TYPO3-news] News Cache error

Andi Fischer trishohara at gmx.de
Mon Oct 27 11:31:07 CET 2014


seems like one can not include a screenshot... Next try:
Uncaught TYPO3 Exception
*#1203699034: A cache with identifier "news_categorycache" does not 
exist.* (More information 
<http://typo3.org/go/exception/CMS/debug/1203699034>)

TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException thrown in file
/Applications/MAMP/htdocs/typo3_src-6.2.5/typo3/sysext/core/Classes/Cache/CacheManager.php 
in line 125.

57  TYPO3\CMS\Core\Cache\CacheManager::getCache("news_categorycache")


/Applications/MAMP/htdocs/DeployEKHN/typo3conf/ext/news/Classes/Service/CacheService.php:

00063:   */
00064:  public function get($cacheIdentifier) {

00065:   $entry = $this->cacheManager->getCache($this->cacheName)->get($cacheIdentifier);

00066:   return $entry;
00067:  }


56  Tx_News_Service_CacheService::get("6221ad621580fe393e9cdd9362ba5b10d1f3ae6d")


/Applications/MAMP/htdocs/DeployEKHN/typo3conf/ext/ekhn_article/Classes/Service/CategoryService.php:

00115:   $cacheIdentifier = sha1('children' . $idList);
00116:

00117:   $entry = $cache->get($cacheIdentifier);

00118:   if (!$entry) {
00119:    $entry = $this->getChildrenCategoriesRecursive($idList, $counter, $additionalWhere);


------
Andi

Am 27.10.14 11:29, schrieb Andi Fischer:
> Hello,
> I have Typo3 6.2 with news 3.0.
> I use the news plugin in List View. If I choose that it only shall 
> show a specific category, I get this error:
>
>
>
>
> Do you know what that can be? (I cleared cache about 100 times, it 
> does not solve the problem)
>
> thanks
> Andi
>
> _______________________________________________
> TYPO3-project-news mailing list
> TYPO3-project-news at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-news
>



More information about the TYPO3-project-news mailing list