Uncaught TYPO3 Exception
Call to a member function getImages() on null

Error thrown in file
/www/habicherhof/html/typo3conf/ext/mpone/Classes/Utility/Packages/PackagesShowUtility.php in line 86.

69 Mindpark\Mpone\Utility\Packages\PackagesShowUtility::getFirstImage(NULL)

/www/habicherhof/html/typo3conf/ext/mpone/Classes/Utility/Packages/PackagesShowUtility.php:
00013:  public function packageManipulation($package) {
00014: 
00015:   $package = $this->getFirstImage($package);
00016:   $package = $this->getCategoryFlags($package);
00017:         $package = $this->updateExtraContent($package);

68 Mindpark\Mpone\Utility\Packages\PackagesShowUtility::packageManipulation(NULL)

/www/habicherhof/html/typo3conf/ext/mpone/Classes/Utility/Packages/PackagesShowUtility.php:
00053:   $package = $this->packageRepository->findByUid($data->requestUid);
00054: 
00055:   $package = $this->packageManipulation($package);
00056: 
00057:   return $package;

67 Mindpark\Mpone\Utility\Packages\PackagesShowUtility::getPackages(Mindpark\Mpone\Controller\PackagesController)

/www/habicherhof/html/typo3conf/ext/mpone/Classes/Controller/PackagesController.php:
00130:         $packageUtility = new \Mindpark\Mpone\Utility\Packages\PackagesShowUtility();
00131: 
00132:         $package = $packageUtility->getPackages($this);
00133:         $this->view->assign('package', $package);
00134: 

66 Mindpark\Mpone\Controller\PackagesController::showAction()
65 call_user_func_array(array, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00314:         if (!$validationResult->hasErrors()) {
00315:             $this->emitBeforeCallActionMethodSignal($preparedArguments);
00316:             $actionResult = call_user_func_array([$this, $this->actionMethodName], $preparedArguments);
00317:         } else {
00318:             $methodTagsValues = $this->reflectionService->getMethodTagsValues(get_class($this), $this->actionMethodName);

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00174:             $this->initializeView($this->view);
00175:         }
00176:         $this->callActionMethod();
00177:         $this->renderAssetsForRequest($request);
00178:     }

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

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

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00089:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00090:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00091:         $this->dispatcher->dispatch($request, $response);
00092:         return $response;
00093:     }

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00197:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00198: 
00199:         $response = $requestHandler->handleRequest();
00200:         // If response is NULL after handling the request we need to stop
00201:         // This happens for instance, when a USER object was converted to a USER_INT

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00184:     {
00185:         $this->initialize($configuration);
00186:         return $this->handleRequest();
00187:     }
00188: 

59 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
58 call_user_func_array(array, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06339:                     ], [
06340:                         $content,
06341:                         $conf
06342:                     ]);
06343:                 } else {

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:             $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
00040:         }
00041:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:         if ($this->cObj->doConvertToUserIntObject) {
00043:             $this->cObj->doConvertToUserIntObject = false;

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00152:             $setup = $setup[$segment . '.'];
00153:         }
00154:         $content = $this->contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00155:         if (TYPO3_MODE === 'BE') {
00156:             $this->resetFrontendEnvironment();

53 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
52 call_user_func_array(array, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00121: 
00122:         try {
00123:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00124:         } catch (Exception $exception) {
00125:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

50 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:
00077:             $viewHelper->setArguments($evaluatedArguments);
00078:             $viewHelper->handleAdditionalArguments($undeclaredArguments);
00079:             return $viewHelper->initializeArgumentsAndRender();
00080:         } catch (Exception $error) {
00081:             return $renderingContext->getErrorHandler()->handleViewHelperError($error);

49 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke("TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper", array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, Closure)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00520:     {
00521:         $viewHelperClassName = get_called_class();
00522:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00523:     }
00524: 

48 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/habicherhof/html/typo3temp/var/Cache/Code/fluid_template/Standard_action_List_efa2c6e318ff337f42185fc3df9265161687c3b5.php:
00062: $arguments1['table'] = 'tt_content';
00063: 
00064: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
00065: 
00066: $output0 .= '

47 Standard_action_List_efa2c6e318ff337f42185fc3df9265161687c3b5::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00258:             }
00259:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00260:             $output = $parsedTemplate->$methodNameOfSection($renderingContext);
00261:             $this->stopRendering();
00262:         } else {

46 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection("Main", array, boolean)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php:
00141:             $content = $view->renderPartial($partial, $section, $variables, $optional);
00142:         } elseif ($section !== null) {
00143:             $content = $view->renderSection($section, $variables, $optional);
00144:         } elseif (!$optional) {
00145:             throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');

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

/www/habicherhof/html/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9.php:
03348:     );
03349: 
03350: $output55 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments101, $renderChildrenClosure102, $renderingContext);
03351: 
03352: $output55 .= '

44 layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9::{closure}()

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00134:         foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
00135:             if (!isset($conditionClosures[$elseNodeIndex])) {
00136:                 return $elseNodeClosure();
00137:             } else {
00138:                 if ($conditionClosures[$elseNodeIndex]()) {

43 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array, array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00080:         } elseif (!empty($arguments['__elseClosures'])) {
00081:             $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
00082:             return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
00083:         } elseif (array_key_exists('else', $arguments)) {
00084:             return $arguments['else'];

42 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/habicherhof/html/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9.php:
03471: };
03472: 
03473: $output6 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);
03474: 
03475: $output6 .= '

41 layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9::{closure}()

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00076:             }
00077:             if (isset($arguments['__thenClosure'])) {
00078:                 return $arguments['__thenClosure']();
00079:             }
00080:         } elseif (!empty($arguments['__elseClosures'])) {

40 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/habicherhof/html/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9.php:
03880: };
03881: 
03882: $output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
03883: 
03884: $output3 .= '

39 layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9::{closure}()

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php:
00053:     public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
00054:     {
00055:         return trim(preg_replace('/\\>\\s+\\</', '><', $childClosure()));
00056:     }
00057: }

38 TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/habicherhof/html/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9.php:
03888: $arguments1 = array();
03889: 
03890: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
03891: 
03892: $output0 .= '

37 layout_Default_html_bc39d24736d09e14db03ac5181a2f999653ce1c9::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00199:             }
00200:             $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00201:             $output = $parsedLayout->render($this->baseRenderingContext);
00202:             $this->stopRendering();
00203:         }

36 TYPO3Fluid\Fluid\View\AbstractTemplateView::render()

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00338:     protected function renderFluidView()
00339:     {
00340:         return $this->view->render();
00341:     }
00342: 

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00104: 
00105:         $this->renderFluidTemplateAssetsIntoPageRenderer();
00106:         $content = $this->renderFluidView();
00107:         $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00108: 

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

33 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

32 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "lib.contentElement")

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

31 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "list")

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00042:             $theValue = '';
00043:         } else {
00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00045:         }
00046:         if (isset($conf['stdWrap.'])) {

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

29 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\CaseContentObject, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00094:                         $this->cObj->lastChanged($row['tstamp']);
00095:                         $cObj->start($row, $conf['table']);
00096:                         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00097:                         $cobjValue .= $tmpValue;
00098:                     }

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

25 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\ContentContentObject, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];
00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:             }
00684:         }

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00039:         }
00040: 
00041:         $content = $this->cObj->cObjGet($conf);
00042:         $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00043:         if ($wrap) {

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00152:             $setup = $setup[$segment . '.'];
00153:         }
00154:         $content = $this->contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00155:         if (TYPO3_MODE === 'BE') {
00156:             $this->resetFrontendEnvironment();

19 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
18 call_user_func_array(array, array)

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00121: 
00122:         try {
00123:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00124:         } catch (Exception $exception) {
00125:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

16 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:
00077:             $viewHelper->setArguments($evaluatedArguments);
00078:             $viewHelper->handleAdditionalArguments($undeclaredArguments);
00079:             return $viewHelper->initializeArgumentsAndRender();
00080:         } catch (Exception $error) {
00081:             return $renderingContext->getErrorHandler()->handleViewHelperError($error);

15 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke("TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper", array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, Closure)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00520:     {
00521:         $viewHelperClassName = get_called_class();
00522:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00523:     }
00524: 

14 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/habicherhof/html/typo3temp/var/Cache/Code/fluid_template/Standard_action_index_2ce2643ea4931196873df5ae59f67507ecb13bf8.php:
00636: $arguments85['typoscriptObjectPath'] = 'lib.contenttop';
00637: 
00638: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments85, $renderChildrenClosure86, $renderingContext);
00639: 
00640: $output0 .= '

13 Standard_action_index_2ce2643ea4931196873df5ae59f67507ecb13bf8::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/typo3shared/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00184:         if (!$parsedTemplate->hasLayout()) {
00185:             $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
00186:             $output = $parsedTemplate->render($this->baseRenderingContext);
00187:             $this->stopRendering();
00188:         } else {

12 TYPO3Fluid\Fluid\View\AbstractTemplateView::render()

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00338:     protected function renderFluidView()
00339:     {
00340:         return $this->view->render();
00341:     }
00342: 

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00104: 
00105:         $this->renderFluidTemplateAssetsIntoPageRenderer();
00106:         $content = $this->renderFluidView();
00107:         $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00108: 

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];
00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:             }
00684:         }

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00193:         $timeTracker->incStackPointer();
00194:         $timeTracker->push($tsfe->sPre, 'PAGE');
00195:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00196:         if ($tsfe->pSetup['wrap']) {
00197:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00209:                 $this->controller->preparePageContentGeneration();
00210:                 // Content generation
00211:                 PageGenerator::renderContent();
00212:                 $this->controller->setAbsRefPrefix();
00213:             }

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

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

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

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

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/www/typo3shared/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/www/typo3shared/typo3_src-8.7.32/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';