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

Error thrown in file
/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3conf/ext/ku_portal/Classes/ViewHelpers/AmpelViewHelper.php in line 26.

31 KuferSoftwareKonzeption\KuPortal\ViewHelpers\AmpelViewHelper::render(NULL)
30 call_user_func_array(array, array)

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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()) {

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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);

27 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke("KuferSoftwareKonzeption\KuPortal\ViewHelpers\AmpelViewHelper", array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, Closure)

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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: 

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3temp/var/Cache/Code/fluid_template/Kurs_action_detail_15907d18d1af0aeb5f509b670e9033ca2a341dab.php:
00108: $array14 = array (
00109: );$arguments12['kurs'] = $renderingContext->getVariableProvider()->getByPath('kurs', $array14);
00110: return KuferSoftwareKonzeption\KuPortal\ViewHelpers\AmpelViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext);
00111: };
00112: $arguments10 = array();

25 Kurs_action_detail_15907d18d1af0aeb5f509b670e9033ca2a341dab::{closure}()

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3temp/var/Cache/Code/fluid_template/Kurs_action_detail_15907d18d1af0aeb5f509b670e9033ca2a341dab.php:
00113: $arguments10['value'] = NULL;
00114: 
00115: $output0 .= isset($arguments10['value']) ? $arguments10['value'] : $renderChildrenClosure11();
00116: 
00117: $output0 .= '</p>

24 Kurs_action_detail_15907d18d1af0aeb5f509b670e9033ca2a341dab::section_b28b7af69320201d1cf206ebf28373980add1451(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

23 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection("main", array, boolean)

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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');

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_4277f175ebf73790d6161b02e7ce927e8f3bb865.php:
00058: $arguments1['section'] = 'main';
00059: 
00060: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
00061: 
00062: $output0 .= '

21 layout_Default_html_4277f175ebf73790d6161b02e7ce927e8f3bb865::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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:         }

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00343: 
00344:         if ($actionResult === null && $this->view instanceof ViewInterface) {
00345:             $this->response->appendContent($this->view->render());
00346:         } elseif (is_string($actionResult) && $actionResult !== '') {
00347:             $this->response->appendContent($actionResult);

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00174:             $this->initializeView($this->view);
00175:         }
00176:         $this->callActionMethod();
00177:         $this->renderAssetsForRequest($request);
00178:     }

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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:             }

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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:     }

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00184:     {
00185:         $this->initialize($configuration);
00186:         return $this->handleRequest();
00187:     }
00188: 

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06339:                     ], [
06340:                         $content,
06341:                         $conf
06342:                     ]);
06343:                 } else {

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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;

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03462:                             break;
03463:                         case 'FUNC':
03464:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03465:                             break;
03466:                         case 'POSTUSERFUNC':

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03424:         do {
03425:             $INTiS_config = $this->config['INTincScript'];
03426:             $this->INTincScript_process($INTiS_config);
03427:             // Check if there were new items added to INTincScript during the previous execution:
03428:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03391:         }
03392: 
03393:         $this->recursivelyReplaceIntPlaceholdersInContent();
03394:         $this->getTimeTracker()->push('Substitute header section');
03395:         $this->INTincScript_loadJSCode();

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00224:             }
00225:             $this->timeTracker->push('Non-cached objects');
00226:             $this->controller->INTincScript();
00227:             $this->timeTracker->pull();
00228:         }

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

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/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/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_sysext/frontend/Resources/Private/Php/frontend.php")

/www/htdocs/w019ac80/portal.vhs-penzberg.de/typo3_src-8.7.27/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';