[TYPO3-german] TT News Error bei „In Verbindung stehende Artikel"

Björn Deutschmann info at bd78.de
Sat Oct 11 15:15:28 CEST 2014


Hallo,

ich habe da mal eine Frage zur Extension „TT News".
Wenn ich auf dem Reiter „Kategorie & Beziehungen" auf „In Verbindung stehende Artikel" halt einen Artikel bzw. eine dazu passende Seite auswähle, bekomme ich immer eine schöne, lange Fehlermeldung im FrontEnd:

„Uncaught TYPO3 Exception
#1314516809: File typo3conf/ext/tt_news/res/tt_news_article.gif does not exist. (More information)

InvalidArgumentException thrown in file
/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 256.

52 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getFileInfoByIdentifier("typo3conf/ext/tt_news/res/tt_news_article.gif", array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
01273:   */
01274:  public function getFileInfoByIdentifier($identifier, array $propertiesToExtract = array()) {
01275:   return $this->driver->getFileInfoByIdentifier($identifier, $propertiesToExtract);
01276:  }
01277: 

51 TYPO3\CMS\Core\Resource\ResourceStorage::getFileInfoByIdentifier("typo3conf/ext/tt_news/res/tt_news_article.gif")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/Index/Indexer.php:
00235:   */
00236:  protected function gatherFileInformationArray($identifier) {
00237:   $fileInfo = $this->storage->getFileInfoByIdentifier($identifier);
00238:   $fileInfo = $this->transformFromDriverFileInfoArrayToFileObjectFormat($fileInfo);
00239:   $fileInfo['type'] = $this->getFileType($fileInfo['mime_type']);

50 TYPO3\CMS\Core\Resource\Index\Indexer::gatherFileInformationArray("typo3conf/ext/tt_news/res/tt_news_article.gif")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/Index/Indexer.php:
00056:    throw new \InvalidArgumentException('Invalid file identifier given. It must be of type string and not empty. "' . gettype($identifier) . '" given.', 1401732565);
00057:   }
00058:   $fileProperties = $this->gatherFileInformationArray($identifier);
00059:   $record = $this->getFileIndexRepository()->addRaw($fileProperties);
00060:   $fileObject = $this->getResourceFactory()->getFileObject($record['uid'], $record);

49 TYPO3\CMS\Core\Resource\Index\Indexer::createIndexEntry("typo3conf/ext/tt_news/res/tt_news_article.gif")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00403:    $fileData = $this->getFileIndexRepository()->findOneByStorageUidAndIdentifier($storage->getUid(), $fileIdentifier);
00404:    if ($fileData === FALSE) {
00405:     $fileObject = $this->getIndexer($storage)->createIndexEntry($fileIdentifier);
00406:    } else {
00407:     $fileObject = $this->getFileObject($fileData['uid'], $fileData);

48 TYPO3\CMS\Core\Resource\ResourceFactory::getFileObjectByStorageAndIdentifier(0, "typo3conf/ext/tt_news/res/tt_news_article.gif")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00386:   // please note that getStorageObject() might modify $fileIdentifier when
00387:   // auto-detecting the best-matching storage to use
00388:   return $this->getFileObjectByStorageAndIdentifier($storageUid, $fileIdentifier);
00389:  }
00390: 

47 TYPO3\CMS\Core\Resource\ResourceFactory::getFileObjectFromCombinedIdentifier("typo3conf/ext/tt_news/res/tt_news_article.gif")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00455:     }
00456:     $input = PathUtility::getRelativePath(PATH_site, dirname($input)) . basename($input);
00457:     return $this->getFileObjectFromCombinedIdentifier($input);
00458:    } else {
00459:     return NULL;

46 TYPO3\CMS\Core\Resource\ResourceFactory::retrieveFileOrFolderObject("EXT:tt_news/res/tt_news_article.gif")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
05258:       // clean ../ sections of the path and resolve to proper string. This is necessary for the Tx_File_BackwardsCompatibility_TslibContentAdapter to work.
05259:       $file = GeneralUtility::resolveBackPath($file);
05260:       $fileObject = $this->getResourceFactory()->retrieveFileOrFolderObject($file);
05261:      }
05262:     } catch (\TYPO3\CMS\Core\Resource\Exception $exception) {

45 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getImgResource("EXT:tt_news/res/tt_news_article.gif", array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
01272:   */
01273:  public function cImage($file, $conf) {
01274:   $info = $this->getImgResource($file, $conf['file.']);
01275:   $GLOBALS['TSFE']->lastImageInfo = $info;
01276:   if (!is_array($info)) {

44 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cImage("EXT:tt_news/res/tt_news_article.gif", array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php:
00033:   }
00034: 
00035:   $theValue = $this->cObj->cImage($conf['file'], $conf);
00036:   if (isset($conf['stdWrap.'])) {
00037:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

43 TYPO3\CMS\Frontend\ContentObject\ImageContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

42 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("IMAGE", array, "5")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

41 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

40 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

39 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, 1)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

38 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

37 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "10")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

36 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

35 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

34 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "getRelatedCObject")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
02855:     $this->tsfe->config['config']['tx_realurl_enable'] = $tmpRealUrl;
02856:     $this->tsfe->config['config']['tx_cooluri_enable'] = $tmpCoolUri;
02857:     $lines[] = $veryLocal_cObj->cObjGetSingle($this->conf['getRelatedCObject'], $this->conf['getRelatedCObject.'], 'getRelatedCObject');
02858:    }
02859:    // make sure that realUrl is set to its previous state

33 tx_ttnews::getRelated("4")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
01700:     $relatedNews = $this->getRelatedNewsAsList($row['uid']);
01701:    } else {
01702:     $relatedNews = $this->getRelated($row['uid']);
01703:    }
01704: 

32 tx_ttnews::getItemMarkerArray(array, array, "displaySingle")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
01174:    $this->categories = array();
01175:    $this->categories[$row['uid']] = $this->getCategories($row['uid']);
01176:    $markerArray = $this->getItemMarkerArray($row, $lConf, 'displaySingle');
01177:    // Substitute
01178:    $content = $this->cObj->substituteMarkerArrayCached($item, $markerArray, array(), $wrappedSubpartArray);

31 tx_ttnews::displaySingle()

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
00192:     case 'SINGLE' :
00193:     case 'SINGLE2' :
00194:      $content .= $this->displaySingle();
00195:      break;
00196:     case 'VERSION_PREVIEW' :

30 tx_ttnews::main_news("", array)
29 call_user_func_array(array, array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06578:       $content,
06579:       $conf
06580:      ));
06581:     } else {
06582:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

28 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("tx_ttnews->main_news", array, "")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:   }
00040:   $this->cObj->includeLibs($conf);
00041:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:   if ($this->cObj->doConvertToUserIntObject) {
00043:    $this->cObj->doConvertToUserIntObject = FALSE;

27 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "plugin.tt_news")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00733:     // Getting the cObject
00734:     $GLOBALS['TT']->incStackPointer();
00735:     $content .= $this->cObjGetSingle($name, $conf, $key);
00736:     $GLOBALS['TT']->decStackPointer();
00737:    } else {

25 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("< plugin.tt_news", NULL, "0")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

24 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

23 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "9")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

22 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

19 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

18 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

17 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

16 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00733:     // Getting the cObject
00734:     $GLOBALS['TT']->incStackPointer();
00735:     $content .= $this->cObjGetSingle($name, $conf, $key);
00736:     $GLOBALS['TT']->decStackPointer();
00737:    } else {

15 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00105:        $this->cObj->lastChanged($row['tstamp']);
00106:        $cObj->start($row, $conf['table']);
00107:        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00108:        $cobjValue .= $tmpValue;
00109:       }

14 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00115:    $setup = $setup[$segment . '.'];
00116:   }
00117:   $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00118:   if (TYPO3_MODE === 'BE') {
00119:    $this->resetFrontendEnvironment();

12 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("lib.content_middle", NULL, NULL, "")
11 call_user_func_array(array, array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

10 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

9 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3temp/Cache/Code/fluid_template/Standalone_template_file_index2_ebbecf10b361efb74d40085be0df4258b7f1d0d8.php:
00172: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
00173: 
00174: $output0 .= $viewHelper12->initializeArgumentsAndRender();
00175: 
00176: $output0 .= '

8 FluidCache_Standalone_template_file_index2_ebbecf10b361efb74d40085be0df4258b7f1d0d8::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00184:   } else {
00185:    $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
00186:    $output = $parsedTemplate->render($this->baseRenderingContext);
00187:    $this->stopRendering();
00188:   }

7 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00252:   */
00253:  protected function renderFluidView() {
00254:   return $this->view->render();
00255:  }
00256: 

6 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00081:   $this->assignContentObjectDataAndCurrent($conf);
00082: 
00083:   $content = $this->renderFluidView();
00084:   $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00085: 

5 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "10")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

3 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00222:   $GLOBALS['TT']->incStackPointer();
00223:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00224:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00225:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00226:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

2 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/cms/tslib/index_ts.php:
00209:   // Content generation
00210:   if (!$TSFE->isINTincScript()) {
00211:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00212:    $TSFE->setAbsRefPrefix();
00213:   }

1 require("/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');"

Kann mir jemand was dazu sagen und wie ich die weg bekomme, ohne auf dieses Feature zu verzichten?

Hatte das schon mal gegoogelt, aber noch nicht so die Lösung gefunden. Leider. :-/

Man kann sich die Muster-Fehlermeldung auch noch mal unter dem Bsp. http://bit.ly/1yYSObt ansehen.

Danke im Voraus für die Hilfe und Antwort.


More information about the TYPO3-german mailing list