Uncaught TYPO3 Exception
#1297933823: Object of type GutknechtInformatik\GiContent\Domain\Model\Artikel with identity "341" not found. (More information)

TYPO3\CMS\Extbase\Property\Exception\TargetNotFoundException thrown in file
/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php in line 226.

58 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::fetchObjectFromPersistence("341", "GutknechtInformatik\GiContent\Domain\Model\Artikel")

/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php:
00156:                 return null;
00157:             }
00158:             $object = $this->fetchObjectFromPersistence($source, $targetType);
00159:         } else {
00160:             throw new \InvalidArgumentException('Only integers, strings and arrays are accepted.', 1305630314);

57 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::convertFrom("341", "GutknechtInformatik\GiContent\Domain\Model\Artikel", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00199:             }
00200:         }
00201:         $result = $typeConverter->convertFrom($source, $targetType, $convertedChildProperties, $configuration);
00202: 
00203:         if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {

56 TYPO3\CMS\Extbase\Property\PropertyMapper::doMapping("341", "GutknechtInformatik\GiContent\Domain\Model\Artikel", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration, array)

/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00116:         $this->messages = new \TYPO3\CMS\Extbase\Error\Result();
00117:         try {
00118:             $result = $this->doMapping($source, $targetType, $configuration, $currentPropertyPath);
00119:             if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {
00120:                 return null;

55 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("341", "GutknechtInformatik\GiContent\Domain\Model\Artikel", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00268:         }
00269:         try {
00270:             $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00271:         } catch (TargetNotFoundException $e) {
00272:             // for optional arguments no exeption is thrown.

54 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("341")

/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00421:             $argumentName = $argument->getName();
00422:             if ($this->request->hasArgument($argumentName)) {
00423:                 $argument->setValue($this->request->getArgument($argumentName));
00424:             } elseif ($argument->isRequired()) {
00425:                 throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

53 TYPO3\CMS\Extbase\Mvc\Controller\AbstractController::mapRequestArgumentsToControllerArguments()

/httpdocs/typo3_src-8.7.8/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00168:             call_user_func([$this, $actionInitializationMethodName]);
00169:         }
00170:         $this->mapRequestArgumentsToControllerArguments();
00171:         $this->controllerContext = $this->buildControllerContext();
00172:         $this->view = $this->resolveView();

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

/httpdocs/typo3_src-8.7.8/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:             }

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

/httpdocs/typo3_src-8.7.8/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:     }

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

/httpdocs/typo3_src-8.7.8/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

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

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

48 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
47 call_user_func_array(array, array)

/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06250:                     ], [
06251:                         $content,
06252:                         $conf
06253:                     ]);
06254:                 } else {

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

/httpdocs/typo3_src-8.7.8/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;

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

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

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

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

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

/httpdocs/typo3_src-8.7.8/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();

42 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
41 call_user_func_array(array, array)

/httpdocs/typo3_src-8.7.8/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()) {

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

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00243:         $this->initialize();
00244: 
00245:         return $this->callRenderMethod();
00246:     }
00247: 

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

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:
00076:         $viewHelper->setArguments($evaluatedArguments);
00077:         $viewHelper->handleAdditionalArguments($undeclaredArguments);
00078:         return $viewHelper->initializeArgumentsAndRender();
00079:     }
00080: }

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

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00499:     {
00500:         $viewHelperClassName = get_called_class();
00501:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00502:     }
00503: 

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

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

36 Standard_action_List_d8b689cb916c251920485427ac89c54baf7f6a49::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00243:             }
00244:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00245:             $output = $parsedTemplate->$methodNameOfSection($renderingContext);
00246:             $this->stopRendering();
00247:         } else {

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

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php:
00137:             $content = $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments, $optional);
00138:         } elseif ($section !== null) {
00139:             $content = $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00140:         } elseif (!$optional) {
00141:             throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial or delegate and optional flag is false');

34 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::render()
33 call_user_func(array)

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00254:     protected function callRenderMethod()
00255:     {
00256:         return call_user_func([$this, 'render']);
00257:     }
00258: 

32 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00243:         $this->initialize();
00244: 
00245:         return $this->callRenderMethod();
00246:     }
00247: 

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

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:
00076:         $viewHelper->setArguments($evaluatedArguments);
00077:         $viewHelper->handleAdditionalArguments($undeclaredArguments);
00078:         return $viewHelper->initializeArgumentsAndRender();
00079:     }
00080: }

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

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00499:     {
00500:         $viewHelperClassName = get_called_class();
00501:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00502:     }
00503: 

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

/httpdocs/typo3temp/var/Cache/Code/fluid_template/layout_Default_80229ee974c7631899c87c95ecd87dd1fd01369e.php:
01105:     );
01106: 
01107: $output6 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments48, $renderChildrenClosure49, $renderingContext);
01108: 
01109: $output6 .= '

28 layout_Default_80229ee974c7631899c87c95ecd87dd1fd01369e::{closure}()

/httpdocs/typo3_src-8.7.8/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00083:             }
00084:             if (isset($arguments['__thenClosure'])) {
00085:                 return $arguments['__thenClosure']();
00086:             }
00087:         } elseif (!empty($arguments['__elseClosures'])) {

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

/httpdocs/typo3temp/var/Cache/Code/fluid_template/layout_Default_80229ee974c7631899c87c95ecd87dd1fd01369e.php:
01601: };
01602: 
01603: $output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
01604: 
01605: $output3 .= '

26 layout_Default_80229ee974c7631899c87c95ecd87dd1fd01369e::{closure}()

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

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

/httpdocs/typo3temp/var/Cache/Code/fluid_template/layout_Default_80229ee974c7631899c87c95ecd87dd1fd01369e.php:
01609: $arguments1 = array();
01610: 
01611: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
01612: 
01613: $output0 .= '

24 layout_Default_80229ee974c7631899c87c95ecd87dd1fd01369e::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

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

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

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

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

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

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

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

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

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

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

/httpdocs/typo3_src-8.7.8/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.'])) {

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

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

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

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

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

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

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

/httpdocs/typo3_src-8.7.8/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:                     }

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

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

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

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

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "marks.CONTENT_HEAD")

/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00152:                 $markerArray = [];
00153:                 foreach ($marks as $theKey => $theValue) {
00154:                     $markerArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'marks.' . $theKey);
00155:                 }
00156:                 // Getting wraps

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

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

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

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

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

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

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

/httpdocs/typo3_src-8.7.8/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()

/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00209:                 // Content generation
00210:                 if (!$this->controller->isINTincScript()) {
00211:                     PageGenerator::renderContent();
00212:                     $this->controller->setAbsRefPrefix();
00213:                 }

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

/httpdocs/typo3_src-8.7.8/typo3/sysext/core/Classes/Core/Bootstrap.php:
00313: 
00314:         // Execute the command which returns a Response object or NULL
00315:         $this->response = $requestHandler->handleRequest($request);
00316:         return $this;
00317:     }

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

/httpdocs/typo3_src-8.7.8/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()

/httpdocs/typo3_src-8.7.8/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}()

/httpdocs/typo3_src-8.7.8/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("/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

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