Uncaught TYPO3 Exception
#1314516809: File /images/demo/hero/TimLiss-10026.JPG does not exist. (More information)

InvalidArgumentException thrown in file
/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 265.

44 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getFileInfoByIdentifier("/images/demo/hero/TimLiss-10026.JPG", array)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
01392:     public function getFileInfoByIdentifier($identifier, array $propertiesToExtract = [])
01393:     {
01394:         return $this->driver->getFileInfoByIdentifier($identifier, $propertiesToExtract);
01395:     }
01396: 

43 TYPO3\CMS\Core\Resource\ResourceStorage::getFileInfoByIdentifier("/images/demo/hero/TimLiss-10026.JPG")

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
01379:     public function getFileInfo(FileInterface $fileObject)
01380:     {
01381:         return $this->getFileInfoByIdentifier($fileObject->getIdentifier());
01382:     }
01383: 

42 TYPO3\CMS\Core\Resource\ResourceStorage::getFileInfo(TYPO3\CMS\Core\Resource\File)

/srv/apache2/hph2017/public/typo3conf/ext/vhs/Classes/Utility/ResourceUtility.php:
00028:     {
00029:         $properties = $file->getProperties();
00030:         $stat = $file->getStorage()->getFileInfo($file);
00031:         $array = $file->toArray();
00032: 

41 FluidTYPO3\Vhs\Utility\ResourceUtility::getFileArray(TYPO3\CMS\Core\Resource\File)

/srv/apache2/hph2017/public/typo3conf/ext/vhs/Classes/ViewHelpers/Resource/Record/FalViewHelper.php:
00071:         $file = $fileReference->getOriginalFile();
00072:         $fileReferenceProperties = $fileReference->getProperties();
00073:         $fileProperties = ResourceUtility::getFileArray($file);
00074:         ArrayUtility::mergeRecursiveWithOverrule($fileProperties, $fileReferenceProperties, true, false, false);
00075:         return $fileProperties;

40 FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper::getResource(TYPO3\CMS\Core\Resource\FileReference)

/srv/apache2/hph2017/public/typo3conf/ext/vhs/Classes/ViewHelpers/Resource/Record/FalViewHelper.php:
00148:             // Exclude workspace deleted files references
00149:             if ($file->getProperty('t3ver_state') !== VersionState::DELETE_PLACEHOLDER) {
00150:                 $resources[] = $this->getResource($file);
00151:             }
00152:         }

39 FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper::getResources(array)

/srv/apache2/hph2017/public/typo3conf/ext/vhs/Classes/ViewHelpers/Page/Resources/FalViewHelper.php:
00087:     {
00088:         $pageRecord = $this->getRecord($pageUid);
00089:         $resources = $this->getResources($pageRecord);
00090:         if (null !== $limit && count($resources) > $limit) {
00091:             $resources = array_slice($resources, 0, $limit);

38 FluidTYPO3\Vhs\ViewHelpers\Page\Resources\FalViewHelper::getSlideRecordsFromPage("16", NULL)

/srv/apache2/hph2017/public/typo3conf/ext/vhs/Classes/Traits/SlideViewHelperTrait.php:
00150:                 }
00151:             }
00152:             $recordsFromPageUid = $this->getSlideRecordsFromPage($storagePageUid, $limitRemaining);
00153:             if (0 < count($recordsFromPageUid)) {
00154:                 $records = array_merge($records, $recordsFromPageUid);

37 FluidTYPO3\Vhs\ViewHelpers\Page\Resources\FalViewHelper::getSlideRecords("16")

/srv/apache2/hph2017/public/typo3conf/ext/ws_t3bootstrap/Classes/ViewHelpers/Page/Resources/FalViewHelper.php:
00054:             throw new \Exception('No record was found. The "record" or "uid" argument must be specified.', 1384611413);
00055:         }
00056:         $resources = $this->getSlideRecords($uid);
00057: 
00058:         return $this->renderChildrenWithVariableOrReturnInput($resources);

36 WapplerSystems\WsT3bootstrap\ViewHelpers\Page\Resources\FalViewHelper::render()
35 call_user_func_array(array, array)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00266: 
00267:         try {
00268:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00269:         } catch (Exception $exception) {
00270:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

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

/srv/apache2/hph2017/public/typo3temp/Cache/Code/fluid_template/Theme_Page_action_index_3a357fc7b76cd34c00a44202ff050dc2ae584394.php:
00214: $viewHelper24->setRenderChildrenClosure($renderChildrenClosure23);
00215: // End of ViewHelper WapplerSystems\WsT3bootstrap\ViewHelpers\Page\Resources\FalViewHelper
00216: return $viewHelper24->initializeArgumentsAndRender();
00217: };
00218: $viewHelper25 = $self->getViewHelper('$viewHelper25', $renderingContext, 'FluidTYPO3\Vhs\ViewHelpers\Variable\SetViewHelper');

32 FluidCache_Theme_Page_action_index_3a357fc7b76cd34c00a44202ff050dc2ae584394::{closure}()

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00308:         if ($this->renderChildrenClosure !== null) {
00309:             $closure = $this->renderChildrenClosure;
00310:             return $closure();
00311:         }
00312:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);

31 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/srv/apache2/hph2017/public/typo3conf/ext/vhs/Classes/ViewHelpers/Variable/SetViewHelper.php:
00067:     {
00068:         if (null === $value) {
00069:             $value = $this->renderChildren();
00070:         }
00071:         if (false === strpos($name, '.')) {

30 FluidTYPO3\Vhs\ViewHelpers\Variable\SetViewHelper::render("media", NULL)
29 call_user_func_array(array, array)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00266: 
00267:         try {
00268:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00269:         } catch (Exception $exception) {
00270:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

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

/srv/apache2/hph2017/public/typo3temp/Cache/Code/fluid_template/Theme_Page_action_index_3a357fc7b76cd34c00a44202ff050dc2ae584394.php:
00222: // End of ViewHelper FluidTYPO3\Vhs\ViewHelpers\Variable\SetViewHelper
00223: 
00224: $output17 .= $viewHelper25->initializeArgumentsAndRender();
00225: 
00226: $output17 .= '

26 FluidCache_Theme_Page_action_index_3a357fc7b76cd34c00a44202ff050dc2ae584394::section_4f9be057f0ea5d2ba72fd2c810e8d7b9aa98b469(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00228:             }
00229:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00230:             $output = $parsedTemplate->{$methodNameOfSection}($renderingContext);
00231:             $this->stopRendering();
00232:         } else {

25 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("Content", array, boolean)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00119:             return $viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00120:         } elseif ($section !== null) {
00121:             return $viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00122:         }
00123: 

24 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/srv/apache2/hph2017/public/typo3temp/Cache/Code/fluid_template/Theme_Page_layout_Page_3481f316f777ca10b8d489dc73cabdbb1ddaed6f.php:
00166: $renderChildrenClosure21 = function() {return NULL;};
00167: 
00168: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);
00169: 
00170: $output0 .= '

23 FluidCache_Theme_Page_layout_Page_3481f316f777ca10b8d489dc73cabdbb1ddaed6f::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00187:             }
00188:             $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00189:             $output = $parsedLayout->render($this->baseRenderingContext);
00190:             $this->stopRendering();
00191:         } else {

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

/srv/apache2/hph2017/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00260:             );
00261:         }
00262:         return $this->view->render();
00263:     }
00264: 

21 FluidTYPO3\Flux\Controller\AbstractFluxController::performSubRendering("Theme", "Page", "pageNotFound", "tx_theme_page")

/srv/apache2/hph2017/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00223:             $actualActionName,
00224:             $pluginSignature
00225:         );
00226:     }
00227: 

20 FluidTYPO3\Flux\Controller\AbstractFluxController::renderAction()
19 call_user_func_array(array, array)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00281:         if (!$validationResult->hasErrors()) {
00282:             $this->emitBeforeCallActionMethodSignal($preparedArguments);
00283:             $actionResult = call_user_func_array([$this, $this->actionMethodName], $preparedArguments);
00284:         } else {
00285:             $methodTagsValues = $this->reflectionService->getMethodTagsValues(get_class($this), $this->actionMethodName);

18 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::callActionMethod()

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00174:             $this->initializeView($this->view);
00175:         }
00176:         $this->callActionMethod();
00177:     }
00178: 

17 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00084:             $controller = $this->resolveController($request);
00085:             try {
00086:                 $controller->processRequest($request, $response);
00087:             } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00088:             }

16 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00067:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00068:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00069:         $this->dispatcher->dispatch($request, $response);
00070:         return $response;
00071:     }

15 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00204:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00205: 
00206:         $response = $requestHandler->handleRequest();
00207:         // If response is NULL after handling the request we need to stop
00208:         // This happens for instance, when a USER object was converted to a USER_INT

14 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00191:     {
00192:         $this->initialize($configuration);
00193:         return $this->handleRequest();
00194:     }
00195: 

13 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
12 call_user_func_array(array, array)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07314:                         $content,
07315:                         $conf
07316:                     ]);
07317:                 } else {
07318:                     $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00038:         }
00039:         $this->cObj->includeLibs($conf);
00040:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00041:         if ($this->cObj->doConvertToUserIntObject) {
00042:             $this->cObj->doConvertToUserIntObject = false;

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

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "5")

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00803:             if ((int)$theKey && strpos($theKey, '.') === false) {
00804:                 $conf = $setup[$theKey . '.'];
00805:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00806:             }
00807:         }

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

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00208:         $timeTracker->incStackPointer();
00209:         $timeTracker->push($tsfe->sPre, 'PAGE');
00210:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00211:         if ($tsfe->pSetup['wrap']) {
00212:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

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

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00214:                 // Content generation
00215:                 if (!$this->controller->isINTincScript()) {
00216:                     PageGenerator::renderContent();
00217:                     $this->controller->setAbsRefPrefix();
00218:                 }

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/core/Classes/Core/Bootstrap.php:
00305: 
00306:         // Execute the command which returns a Response object or NULL
00307:         $this->response = $requestHandler->handleRequest($request);
00308:         return $this;
00309:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/srv/apache2/hph2017/typo3_src-7.6.23/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/srv/apache2/hph2017/typo3_src-7.6.23/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/srv/apache2/hph2017/typo3_src-7.6.23/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });