11. 10. 2014, 15:15

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:

[i]„Uncaught TYPO3 Exception[/i]
[i]#1314516809: File typo3conf/ext/tt_news/res/tt_news_article.gif does not exist. (More information)[/i]
[i][/i]
[i]InvalidArgumentException thrown in file[/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 256.[/i]
[i][/i]
[i]52 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getFileInfoByIdentifier("typo3conf/ext/tt_news/res/tt_news_article.gif", array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceStorage.php:[/i]
[i]01273: */[/i]
[i]01274: public function getFileInfoByIdentifier($identifier, array $propertiesToExtract = array()) {[/i]
[i]01275: return $this->driver->getFileInfoByIdentifier($identifier, $propertiesToExtract);[/i]
[i]01276: }[/i]
[i]01277:[/i]
[i][/i]
[i]51 TYPO3\CMS\Core\Resource\ResourceStorage::getFileInfoByIdentifier("typo3conf/ext/tt_news/res/tt_news_article.gif")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/Index/Indexer.php:[/i]
[i]00235: */[/i]
[i]00236: protected function gatherFileInformationArray($identifier) {[/i]
[i]00237: $fileInfo = $this->storage->getFileInfoByIdentifier($identifier);[/i]
[i]00238: $fileInfo = $this->transformFromDriverFileInfoArrayToFileObjectFormat($fileInfo);[/i]
[i]00239: $fileInfo['type'] = $this->getFileType($fileInfo['mime_type']);[/i]
[i][/i]
[i]50 TYPO3\CMS\Core\Resource\Index\Indexer::gatherFileInformationArray("typo3conf/ext/tt_news/res/tt_news_article.gif")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/Index/Indexer.php:[/i]
[i]00056: throw new \InvalidArgumentException('Invalid file identifier given. It must be of type string and not empty. "' . gettype($identifier) . '" given.', 1401732565);[/i]
[i]00057: }[/i]
[i]00058: $fileProperties = $this->gatherFileInformationArray($identifier);[/i]
[i]00059: $record = $this->getFileIndexRepository()->addRaw($fileProperties);[/i]
[i]00060: $fileObject = $this->getResourceFactory()->getFileObject($record['uid'], $record);[/i]
[i][/i]
[i]49 TYPO3\CMS\Core\Resource\Index\Indexer::createIndexEntry("typo3conf/ext/tt_news/res/tt_news_article.gif")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:[/i]
[i]00403: $fileData = $this->getFileIndexRepository()->findOneByStorageUidAndIdentifier($storage->getUid(), $fileIdentifier);[/i]
[i]00404: if ($fileData === FALSE) {[/i]
[i]00405: $fileObject = $this->getIndexer($storage)->createIndexEntry($fileIdentifier);[/i]
[i]00406: } else {[/i]
[i]00407: $fileObject = $this->getFileObject($fileData['uid'], $fileData);[/i]
[i][/i]
[i]48 TYPO3\CMS\Core\Resource\ResourceFactory::getFileObjectByStorageAndIdentifier(0, "typo3conf/ext/tt_news/res/tt_news_article.gif")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:[/i]
[i]00386: // please note that getStorageObject() might modify $fileIdentifier when[/i]
[i]00387: // auto-detecting the best-matching storage to use[/i]
[i]00388: return $this->getFileObjectByStorageAndIdentifier($storageUid, $fileIdentifier);[/i]
[i]00389: }[/i]
[i]00390:[/i]
[i][/i]
[i]47 TYPO3\CMS\Core\Resource\ResourceFactory::getFileObjectFromCombinedIdentifier("typo3conf/ext/tt_news/res/tt_news_article.gif")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/core/Classes/Resource/ResourceFactory.php:[/i]
[i]00455: }[/i]
[i]00456: $input = PathUtility::getRelativePath(PATH_site, dirname($input)) . basename($input);[/i]
[i]00457: return $this->getFileObjectFromCombinedIdentifier($input);[/i]
[i]00458: } else {[/i]
[i]00459: return NULL;[/i]
[i][/i]
[i]46 TYPO3\CMS\Core\Resource\ResourceFactory::retrieveFileOrFolderObject("EXT:tt_news/res/tt_news_article.gif")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]05258: // clean ../ sections of the path and resolve to proper string. This is necessary for the Tx_File_BackwardsCompatibility_TslibContentAdapter to work.[/i]
[i]05259: $file = GeneralUtility::resolveBackPath($file);[/i]
[i]05260: $fileObject = $this->getResourceFactory()->retrieveFileOrFolderObject($file);[/i]
[i]05261: }[/i]
[i]05262: } catch (\TYPO3\CMS\Core\Resource\Exception $exception) {[/i]
[i][/i]
[i]45 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getImgResource("EXT:tt_news/res/tt_news_article.gif", array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]01272: */[/i]
[i]01273: public function cImage($file, $conf) {[/i]
[i]01274: $info = $this->getImgResource($file, $conf['file.']);[/i]
[i]01275: $GLOBALS['TSFE']->lastImageInfo = $info;[/i]
[i]01276: if (!is_array($info)) {[/i]
[i][/i]
[i]44 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cImage("EXT:tt_news/res/tt_news_article.gif", array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php:[/i]
[i]00033: }[/i]
[i]00034:[/i]
[i]00035: $theValue = $this->cObj->cImage($conf['file'], $conf);[/i]
[i]00036: if (isset($conf['stdWrap.'])) {[/i]
[i]00037: $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);[/i]
[i][/i]
[i]43 TYPO3\CMS\Frontend\ContentObject\ImageContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]42 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("IMAGE", array, "5")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00694: if ((int)$theKey && strpos($theKey, '.') === FALSE) {[/i]
[i]00695: $conf = $setup[$theKey . '.'];[/i]
[i]00696: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);[/i]
[i]00697: }[/i]
[i]00698: }[/i]
[i][/i]
[i]41 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:[/i]
[i]00038:[/i]
[i]00039: $this->cObj->includeLibs($conf);[/i]
[i]00040: $content = $this->cObj->cObjGet($conf);[/i]
[i]00041: $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];[/i]
[i]00042: if ($wrap) {[/i]
[i][/i]
[i]40 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]39 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, 1)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:[/i]
[i]00040: $key = strlen($conf[$key]) ? $key : 'default';[/i]
[i]00041: $name = $conf[$key];[/i]
[i]00042: $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);[/i]
[i]00043: if (isset($conf['stdWrap.'])) {[/i]
[i]00044: $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);[/i]
[i][/i]
[i]38 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]37 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "10")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00694: if ((int)$theKey && strpos($theKey, '.') === FALSE) {[/i]
[i]00695: $conf = $setup[$theKey . '.'];[/i]
[i]00696: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);[/i]
[i]00697: }[/i]
[i]00698: }[/i]
[i][/i]
[i]36 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:[/i]
[i]00038:[/i]
[i]00039: $this->cObj->includeLibs($conf);[/i]
[i]00040: $content = $this->cObj->cObjGet($conf);[/i]
[i]00041: $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];[/i]
[i]00042: if ($wrap) {[/i]
[i][/i]
[i]35 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]34 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "getRelatedCObject")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:[/i]
[i]02855: $this->tsfe->config['config']['tx_realurl_enable'] = $tmpRealUrl;[/i]
[i]02856: $this->tsfe->config['config']['tx_cooluri_enable'] = $tmpCoolUri;[/i]
[i]02857: $lines[] = $veryLocal_cObj->cObjGetSingle($this->conf['getRelatedCObject'], $this->conf['getRelatedCObject.'], 'getRelatedCObject');[/i]
[i]02858: }[/i]
[i]02859: // make sure that realUrl is set to its previous state[/i]
[i][/i]
[i]33 tx_ttnews::getRelated("4")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:[/i]
[i]01700: $relatedNews = $this->getRelatedNewsAsList($row['uid']);[/i]
[i]01701: } else {[/i]
[i]01702: $relatedNews = $this->getRelated($row['uid']);[/i]
[i]01703: }[/i]
[i]01704:[/i]
[i][/i]
[i]32 tx_ttnews::getItemMarkerArray(array, array, "displaySingle")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:[/i]
[i]01174: $this->categories = array();[/i]
[i]01175: $this->categories[$row['uid']] = $this->getCategories($row['uid']);[/i]
[i]01176: $markerArray = $this->getItemMarkerArray($row, $lConf, 'displaySingle');[/i]
[i]01177: // Substitute[/i]
[i]01178: $content = $this->cObj->substituteMarkerArrayCached($item, $markerArray, array(), $wrappedSubpartArray);[/i]
[i][/i]
[i]31 tx_ttnews::displaySingle()[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:[/i]
[i]00192: case 'SINGLE' :[/i]
[i]00193: case 'SINGLE2' :[/i]
[i]00194: $content .= $this->displaySingle();[/i]
[i]00195: break;[/i]
[i]00196: case 'VERSION_PREVIEW' :[/i]
[i][/i]
[i]30 tx_ttnews::main_news("", array)[/i]
[i]29 call_user_func_array(array, array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]06578: $content,[/i]
[i]06579: $conf[/i]
[i]06580: ));[/i]
[i]06581: } else {[/i]
[i]06582: $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1]. '" did not exist in class "' . $parts[0]. '"', 3);[/i]
[i][/i]
[i]28 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("tx_ttnews->main_news", array, "")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:[/i]
[i]00039: }[/i]
[i]00040: $this->cObj->includeLibs($conf);[/i]
[i]00041: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');[/i]
[i]00042: if ($this->cObj->doConvertToUserIntObject) {[/i]
[i]00043: $this->cObj->doConvertToUserIntObject = FALSE;[/i]
[i][/i]
[i]27 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "plugin.tt_news")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00733: // Getting the cObject[/i]
[i]00734: $GLOBALS['TT']->incStackPointer();[/i]
[i]00735: $content .= $this->cObjGetSingle($name, $conf, $key);[/i]
[i]00736: $GLOBALS['TT']->decStackPointer();[/i]
[i]00737: } else {[/i]
[i][/i]
[i]25 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("< plugin.tt_news", NULL, "0")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:[/i]
[i]00040: $key = strlen($conf[$key]) ? $key : 'default';[/i]
[i]00041: $name = $conf[$key];[/i]
[i]00042: $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);[/i]
[i]00043: if (isset($conf['stdWrap.'])) {[/i]
[i]00044: $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);[/i]
[i][/i]
[i]24 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]23 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "9")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:[/i]
[i]00040: $key = strlen($conf[$key]) ? $key : 'default';[/i]
[i]00041: $name = $conf[$key];[/i]
[i]00042: $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);[/i]
[i]00043: if (isset($conf['stdWrap.'])) {[/i]
[i]00044: $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);[/i]
[i][/i]
[i]22 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00694: if ((int)$theKey && strpos($theKey, '.') === FALSE) {[/i]
[i]00695: $conf = $setup[$theKey . '.'];[/i]
[i]00696: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);[/i]
[i]00697: }[/i]
[i]00698: }[/i]
[i][/i]
[i]20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:[/i]
[i]00038:[/i]
[i]00039: $this->cObj->includeLibs($conf);[/i]
[i]00040: $content = $this->cObj->cObjGet($conf);[/i]
[i]00041: $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];[/i]
[i]00042: if ($wrap) {[/i]
[i][/i]
[i]19 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]18 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:[/i]
[i]00040: $key = strlen($conf[$key]) ? $key : 'default';[/i]
[i]00041: $name = $conf[$key];[/i]
[i]00042: $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);[/i]
[i]00043: if (isset($conf['stdWrap.'])) {[/i]
[i]00044: $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);[/i]
[i][/i]
[i]17 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]16 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00733: // Getting the cObject[/i]
[i]00734: $GLOBALS['TT']->incStackPointer();[/i]
[i]00735: $content .= $this->cObjGetSingle($name, $conf, $key);[/i]
[i]00736: $GLOBALS['TT']->decStackPointer();[/i]
[i]00737: } else {[/i]
[i][/i]
[i]15 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:[/i]
[i]00105: $this->cObj->lastChanged($row['tstamp']);[/i]
[i]00106: $cObj->start($row, $conf['table']);[/i]
[i]00107: $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);[/i]
[i]00108: $cobjValue .= $tmpValue;[/i]
[i]00109: }[/i]
[i][/i]
[i]14 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:[/i]
[i]00115: $setup = $setup[$segment . '.'];[/i]
[i]00116: }[/i]
[i]00117: $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);[/i]
[i]00118: if (TYPO3_MODE === 'BE') {[/i]
[i]00119: $this->resetFrontendEnvironment();[/i]
[i][/i]
[i]12 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("lib.content_middle", NULL, NULL, "")[/i]
[i]11 call_user_func_array(array, array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:[/i]
[i]00246:[/i]
[i]00247: try {[/i]
[i]00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);[/i]
[i]00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {[/i]
[i]00250: // @todo [BW]rethrow exception, log, ignore.. depending on the current context[/i]
[i][/i]
[i]10 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:[/i]
[i]00228: $this->initialize();[/i]
[i]00229:[/i]
[i]00230: return $this->callRenderMethod();[/i]
[i]00231: }[/i]
[i]00232:[/i]
[i][/i]
[i]9 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/typo3temp/Cache/Code/fluid_template/Standalone_template_file_index2_ebbecf10b361efb74d40085be0df4258b7f1d0d8.php:[/i]
[i]00172: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper[/i]
[i]00173:[/i]
[i]00174: $output0 .= $viewHelper12->initializeArgumentsAndRender();[/i]
[i]00175:[/i]
[i]00176: $output0 .= '[/i]
[i][/i]
[i]8 FluidCache_Standalone_template_file_index2_ebbecf10b361efb74d40085be0df4258b7f1d0d8::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:[/i]
[i]00184: } else {[/i]
[i]00185: $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);[/i]
[i]00186: $output = $parsedTemplate->render($this->baseRenderingContext);[/i]
[i]00187: $this->stopRendering();[/i]
[i]00188: }[/i]
[i][/i]
[i]7 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:[/i]
[i]00252: */[/i]
[i]00253: protected function renderFluidView() {[/i]
[i]00254: return $this->view->render();[/i]
[i]00255: }[/i]
[i]00256:[/i]
[i][/i]
[i]6 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:[/i]
[i]00081: $this->assignContentObjectDataAndCurrent($conf);[/i]
[i]00082:[/i]
[i]00083: $content = $this->renderFluidView();[/i]
[i]00084: $content = $this->applyStandardWrapToRenderedContent($content, $conf);[/i]
[i]00085:[/i]
[i][/i]
[i]5 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00751: $contentObject = $this->getContentObject($name);[/i]
[i]00752: if ($contentObject) {[/i]
[i]00753: $content .= $contentObject->render($conf);[/i]
[i]00754: } else {[/i]
[i]00755: // Call hook functions for extra processing[/i]
[i][/i]
[i]4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "10")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:[/i]
[i]00694: if ((int)$theKey && strpos($theKey, '.') === FALSE) {[/i]
[i]00695: $conf = $setup[$theKey . '.'];[/i]
[i]00696: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);[/i]
[i]00697: }[/i]
[i]00698: }[/i]
[i][/i]
[i]3 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/frontend/Classes/Page/PageGenerator.php:[/i]
[i]00222: $GLOBALS['TT']->incStackPointer();[/i]
[i]00223: $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');[/i]
[i]00224: $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);[/i]
[i]00225: if ($GLOBALS['TSFE']->pSetup['wrap']) {[/i]
[i]00226: $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);[/i]
[i][/i]
[i]2 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/cms/tslib/index_ts.php:[/i]
[i]00209: // Content generation[/i]
[i]00210: if (!$TSFE->isINTincScript()) {[/i]
[i]00211: \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();[/i]
[i]00212: $TSFE->setAbsRefPrefix();[/i]
[i]00213: }[/i]
[i][/i]
[i]1 require("/var/www/vhosts/bjoern-deutschmann.de/httpdocs/typo3_src-6.2.4/typo3/sysext/cms/tslib/index_ts.php")[/i]
[i][/i]
[i]/var/www/vhosts/bjoern-deutschmann.de/httpdocs/bdde/index.php:[/i]
[i]00026: ->redirectToInstallerIfEssentialConfigurationDoesNotExist();[/i]
[i]00027:[/i]
[i]00028: require(PATH_tslib . 'index_ts.php‘);“[/i]

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.