Uncaught TYPO3 Exception


TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException thrown in file
/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php in line 400.

30 TYPO3\CMS\Core\Resource\Driver\AbstractDriver::getFile("")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
00800:   */
00801:  public function getFile($identifier) {
00802:   return $this->driver->getFile($identifier);
00803:  }
00804: 

29 TYPO3\CMS\Core\Resource\ResourceStorage::getFile("")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00281:    $fileIdentifier = $parts[0];
00282:   }
00283:   return $this->getStorageObject($storageUid)->getFile($fileIdentifier);
00284:  }
00285: 

28 TYPO3\CMS\Core\Resource\ResourceFactory::getFileObjectFromCombinedIdentifier("")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00324:   } else {
00325:    // only the path
00326:    return $this->getFileObjectFromCombinedIdentifier($input);
00327:   }
00328:  }

27 TYPO3\CMS\Core\Resource\ResourceFactory::retrieveFileOrFolderObject("")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
05037:      // clean ../ sections of the path and resolve to proper string. This is necessary for the Tx_File_BackwardsCompatibility_TslibContentAdapter to work.
05038:      $file = \TYPO3\CMS\Core\Utility\GeneralUtility::resolveBackPath($file);
05039:      $fileObject = \TYPO3\CMS\Core\Resource\ResourceFactory::getInstance()->retrieveFileOrFolderObject($file);
05040:     }
05041:     if ($fileObject instanceof \TYPO3\CMS\Core\Resource\FileInterface) {

26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getImgResource(NULL, array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php:
00043:   */
00044:  public function render($conf = array()) {
00045:   $GLOBALS['TSFE']->lastImgResourceInfo = $this->cObj->getImgResource($conf['file'], $conf['file.']);
00046:   $imageResource = $GLOBALS['TSFE']->lastImgResourceInfo[3];
00047:   $theValue = isset($conf['stdWrap.']) ? $this->cObj->stdWrap($imageResource, $conf['stdWrap.']) : $imageResource;

25 TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject::render(array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:      $contentObject = $this->getContentObject($name);
00733:      if ($contentObject) {
00734:       $content .= $contentObject->render($conf);
00735:      } else {
00736:       // Call hook functions for extra processing

24 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("IMG_RESOURCE", array, "/stdWrap/.cObject")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
02145:   */
02146:  public function stdWrap_cObject($content = '', $conf = array()) {
02147:   $content = $this->cObjGetSingle($conf['cObject'], $conf['cObject.'], '/stdWrap/.cObject');
02148:   return $content;
02149:  }

23 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_cObject(NULL, array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
02004:       // Call the function with the prefix stdWrap_ to make sure nobody can execute functions just by adding their name to the TS Array
02005:       $functionName = 'stdWrap_' . $functionName;
02006:       $content = $this->{$functionName}($content, $singleConf);
02007:      } elseif ($functionType == 'boolean' && !$conf[$functionName]) {
02008:       $isExecuted[$functionName] = TRUE;

22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap(NULL, array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
01981:      if (count($conf[$functionProperties]) && !\TYPO3\CMS\Core\Utility\GeneralUtility::inList($stdWrapDisabledFunctionTypes, $functionType)) {
01982:       if (array_intersect_key($this->stdWrapOrder, $conf[$functionProperties])) {
01983:        $conf[$functionName] = $this->stdWrap($conf[$functionName], $conf[$functionProperties]);
01984:       }
01985:      }

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap(NULL, array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
05503:   $finalTagParts = array();
05504:   $finalTagParts['aTagParams'] = $this->getATagParams($conf);
05505:   $link_param = isset($conf['parameter.']) ? trim($this->stdWrap($conf['parameter'], $conf['parameter.'])) : trim($conf['parameter']);
05506:   $sectionMark = isset($conf['section.']) ? trim($this->stdWrap($conf['section'], $conf['section.'])) : trim($conf['section']);
05507:   $sectionMark = $sectionMark ? (\TYPO3\CMS\Core\Utility\MathUtility::canBeInterpretedAsInteger($sectionMark) ? '#c' : '#') . $sectionMark : '';

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::typoLink("", array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
01371:   $enable = isset($conf['enable.']) ? $this->stdWrap($conf['enable'], $conf['enable.']) : $conf['enable'];
01372:   if ($enable) {
01373:    $content = $this->typolink($string, $conf['typolink.']);
01374:    if (isset($conf['file.'])) {
01375:     $imageFile = $this->stdWrap($imageFile, $conf['file.']);

19 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::imageLinkWrap("", 134, array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php:
00697:     if ($titleInLink && !$titleInLinkAndImg) {
00698:      // Check if the image will be linked
00699:      $link = $this->cObj->imageLinkWrap('', $totalImagePath, $imgConf['imageLinkWrap.']);
00700:      if ($link) {
00701:       // Title in A-tag only (set above: ATagParams), not in IMG-tag

18 TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController::render_textpic("", array)
17 call_user_func_array(array, array)

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06353:       $content,
06354:       $conf
06355:      ));
06356:     } else {
06357:      $GLOBALS['TT']->setTSlogMessage(((('Method "' . $parts[1]) . '" did not exist in class "') . $parts[0]) . '"', 3);

16 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("tx_cssstyledcontent_pi1->render_textpic", array, "")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00053:   }
00054:   $this->cObj->includeLibs($conf);
00055:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00056:   if ($this->cObj->doConvertToUserIntObject) {
00057:    $this->cObj->doConvertToUserIntObject = FALSE;

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:      $contentObject = $this->getContentObject($name);
00733:      if ($contentObject) {
00734:       $content .= $contentObject->render($conf);
00735:      } else {
00736:       // Call hook functions for extra processing

14 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "tt_content.image.20")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00718:     // Getting the cObject
00719:     $GLOBALS['TT']->incStackPointer();
00720:     $content .= $this->cObjGetSingle($name, $conf, $key);
00721:     $GLOBALS['TT']->decStackPointer();
00722:    } else {

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("< tt_content.image.20", array, "20")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:     if (intval($theKey) && !strstr($theKey, '.')) {
00681:      $conf = $setup[$theKey . '.'];
00682:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:     }
00684:    }

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00047:    if ($this->cObj->checkIf($conf['if.'])) {
00048:     $this->cObj->includeLibs($conf);
00049:     $content = $this->cObj->cObjGet($conf);
00050:     $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00051:     if ($wrap) {

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:      $contentObject = $this->getContentObject($name);
00733:      if ($contentObject) {
00734:       $content .= $contentObject->render($conf);
00735:      } else {
00736:       // Call hook functions for extra processing

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "textpic")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00051:    $key = strlen($conf[$key]) ? $key : 'default';
00052:    $name = $conf[$key];
00053:    $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00054:    if (isset($conf['stdWrap.'])) {
00055:     $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:      $contentObject = $this->getContentObject($name);
00733:      if ($contentObject) {
00734:       $content .= $contentObject->render($conf);
00735:      } else {
00736:       // Call hook functions for extra processing

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00718:     // Getting the cObject
00719:     $GLOBALS['TT']->incStackPointer();
00720:     $content .= $this->cObjGetSingle($name, $conf, $key);
00721:     $GLOBALS['TT']->decStackPointer();
00722:    } else {

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00115:         $this->cObj->lastChanged($row['tstamp']);
00116:         $cObj->start($row, $conf['table']);
00117:         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00118:         $cobjValue .= $tmpValue;
00119:        }

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:      $contentObject = $this->getContentObject($name);
00733:      if ($contentObject) {
00734:       $content .= $contentObject->render($conf);
00735:      } else {
00736:       // Call hook functions for extra processing

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:     if (intval($theKey) && !strstr($theKey, '.')) {
00681:      $conf = $setup[$theKey . '.'];
00682:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:     }
00684:    }

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00231:   $GLOBALS['TT']->incStackPointer();
00232:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00233:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00234:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00235:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/pagegen.php:
00052: if (!$GLOBALS['TSFE']->isINTincScript()) {
00053:  $TT->push('pagegen.php, render');
00054:  \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00055:  $GLOBALS['TSFE']->setAbsRefPrefix();
00056:  $TT->pull();

2 include("/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/pagegen.php")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/index_ts.php:
00182:   include $temp_theScript;
00183:  } else {
00184:   include PATH_tslib . 'pagegen.php';
00185:  }
00186:  $TSFE->generatePage_postProcessing();

1 require("/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/index.php:
00040: \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->baseSetup('');
00041: 
00042: require(PATH_tslib . 'index_ts.php');
00043: ?>