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

Error thrown in file
/var/www/vhosts/mantheyimmo.de/httpdocs/typo3conf/ext/immoscout24/Classes/ViewHelpers/Parse/ApartmentNumberViewHelper.php in line 17.

41 Rootfeld\Immoscout24\ViewHelpers\Parse\ApartmentNumberViewHelper::render()
40 call_user_func_array()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()) {

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00135:         }
00136: 
00137:         $output = $viewHelper->initializeArgumentsAndRender();
00138: 
00139:         return $output;

37 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00046:                     $output = (string)$output;
00047:                 }
00048:                 $subNodeOutput = $subNode->evaluate($renderingContext);
00049: 
00050:                 if (is_object($subNodeOutput)) {

36 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00310:             return $closure();
00311:         }
00312:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00313:     }
00314: 

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php:
00098:         if ($this->viewHelperVariableContainer->exists(\TYPO3\CMS\Fluid\ViewHelpers\SectionViewHelper::class, 'isCurrentlyRenderingSection')) {
00099:             $this->viewHelperVariableContainer->remove(\TYPO3\CMS\Fluid\ViewHelpers\SectionViewHelper::class, 'isCurrentlyRenderingSection');
00100:             return $this->renderChildren();
00101:         }
00102:         return '';

34 TYPO3\CMS\Fluid\ViewHelpers\SectionViewHelper::render()
33 call_user_func_array()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()) {

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00135:         }
00136: 
00137:         $output = $viewHelper->initializeArgumentsAndRender();
00138: 
00139:         return $output;

30 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00245: 
00246:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00247:             $output = $section->evaluate($renderingContext);
00248:             $this->stopRendering();
00249:         }

29 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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: 

28 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00096:             ],
00097:             $this->buildRenderChildrenClosure(),
00098:             $this->renderingContext
00099:         );
00100:     }

27 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render()
26 call_user_func_array()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()) {

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00135:         }
00136: 
00137:         $output = $viewHelper->initializeArgumentsAndRender();
00138: 
00139:         return $output;

23 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00046:                     $output = (string)$output;
00047:                 }
00048:                 $subNodeOutput = $subNode->evaluate($renderingContext);
00049: 
00050:                 if (is_object($subNodeOutput)) {

22 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php:
00025:     public function evaluate(\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
00026:     {
00027:         return $this->evaluateChildNodes($renderingContext);
00028:     }
00029: }

21 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\RootNode::evaluate()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/fluid/Classes/Core/Parser/ParsingState.php:
00083:     public function render(\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
00084:     {
00085:         return $this->rootNode->evaluate($renderingContext);
00086:     }
00087: 

20 TYPO3\CMS\Fluid\Core\Parser\ParsingState::render()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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 {

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00310: 
00311:         if ($actionResult === null && $this->view instanceof ViewInterface) {
00312:             $this->response->appendContent($this->view->render());
00313:         } elseif (is_string($actionResult) && $actionResult !== '') {
00314:             $this->response->appendContent($actionResult);

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()
12 call_user_func_array()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07320:                     ], [
07321:                         $content,
07322:                         $conf
07323:                     ]);
07324:                 } else {

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03577:                             break;
03578:                         case 'FUNC':
03579:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03580:                             break;
03581:                         case 'POSTUSERFUNC':

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03522:             $INTiS_config = $this->config['INTincScript'];
03523:             $this->INTincScript_includeLibs($INTiS_config);
03524:             $this->INTincScript_process($INTiS_config);
03525:             // Check if there were new items added to INTincScript during the previous execution:
03526:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03488:         }
03489: 
03490:         $this->recursivelyReplaceIntPlaceholdersInContent();
03491:         $this->getTimeTracker()->push('Substitute header section');
03492:         $this->INTincScript_loadJSCode();

5 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00230:         if ($this->controller->isINTincScript()) {
00231:             $this->timeTracker->push('Non-cached objects', '');
00232:             $this->controller->INTincScript();
00233:             $this->timeTracker->pull();
00234:         }

4 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

3 TYPO3\CMS\Core\Core\Bootstrap::handleRequest()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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) {

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

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/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: });

1 {closure}()

/var/www/vhosts/mantheyimmo.de/httpdocs/typo3_src-7.6.32/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });