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

Error thrown in file
/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/extensions/p2p/Classes/ViewHelpers/PageDataViewHelper.php in line 25.

25 Pier2Port\P2p\ViewHelpers\PageDataViewHelper::render()
24 call_user_func_array(array, array)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/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);

21 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke("Pier2Port\P2p\ViewHelpers\PageDataViewHelper", array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, Closure)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/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: 

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/web/typo3temp/var/Cache/Code/fluid_template/partial_Breadcrumb_6f3d35bb73dd9f102f0e315754c22e8cdb4ba458.php:
00058: };
00059: $arguments3 = array();
00060: $arguments1['value'] = Pier2Port\P2p\ViewHelpers\PageDataViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
00061: $renderChildrenClosure2 = ($arguments1['value'] !== null) ? function() use ($arguments1) { return $arguments1['value']; } : $renderChildrenClosure2;
00062: $output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [FluidTYPO3\Vhs\ViewHelpers\Variable\SetViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);

19 partial_Breadcrumb_6f3d35bb73dd9f102f0e315754c22e8cdb4ba458::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00327:             $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
00328:         } else {
00329:             $output = $parsedPartial->render($renderingContext);
00330:         }
00331:         $this->stopRendering();

18 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderPartial("Breadcrumb", NULL, array, boolean)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php:
00139:             $content = (new $delegate())->render($renderingContext);
00140:         } elseif ($partial !== null) {
00141:             $content = $view->renderPartial($partial, $section, $variables, $optional);
00142:         } elseif ($section !== null) {
00143:             $content = $view->renderSection($section, $variables, $optional);

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/web/typo3temp/var/Cache/Code/fluid_template/Standard_action_index_09753935ee0c82d7296ea7063b5691a2abdb38b0.php:
00057: $arguments1['partial'] = 'Breadcrumb';
00058: 
00059: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
00060: 
00061: $output0 .= '

16 Standard_action_index_09753935ee0c82d7296ea7063b5691a2abdb38b0::section_040f06fd774092478d450774f5ba30c5da78acc8(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00258:             }
00259:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00260:             $output = $parsedTemplate->$methodNameOfSection($renderingContext);
00261:             $this->stopRendering();
00262:         } else {

15 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection("content", array, boolean)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/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');

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/web/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_f6f03ebe6c6f9821a10f88789a54303fed31bcdb.php:
00147: $arguments15['section'] = 'content';
00148: 
00149: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext);
00150: 
00151: $output0 .= '

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/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:         }

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

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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()

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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")

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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()

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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)

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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()

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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}()

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/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("/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vensysext/frontend/Resources/Private/Php/frontend.php")

/var/www/vhosts/hinsche-gastrowelt.de/httpdocs/vendor/typo3/cms/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';