Uncaught TYPO3 Exception
#1407060572: Fluid parse error in template source_310e6645025b75249f337a5dfdc9e04d05f80e7e_Standard_index_html, line 21 at character 22. Error: The ViewHelper "<v:link.typolink>" could not be resolved. Based on your spelling, the system would load the class "FluidTYPO3\Vhs\ViewHelpers\Link\TypolinkViewHelper", however this class does not exist. (error code 1407060572). Template source chunk: <v:link.typolink configuration="{parameter: field.link, class: 'link--more'}"> (More information)

TYPO3Fluid\Fluid\Core\Parser\Exception thrown in file
/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php in line 161.

97 TYPO3Fluid\Fluid\Core\Parser\TemplateParser::createParsingRelatedExceptionWithContext(TYPO3Fluid\Fluid\Core\Parser\Exception, "source_310e6645025b75249f337a5dfdc9e04d05f80e7e_Standard_index_html")

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php:
00144:             $parsingState = $this->buildObjectTree($splitTemplate, self::CONTEXT_OUTSIDE_VIEWHELPER_ARGUMENTS);
00145:         } catch (Exception $error) {
00146:             throw $this->createParsingRelatedExceptionWithContext($error, $templateIdentifier);
00147:         }
00148:         $this->parsedTemplates[$templateIdentifier] = $parsingState;

96 TYPO3Fluid\Fluid\Core\Parser\TemplateParser::parse("

<f:layout name="Default"/>

<f:section name=       </div>
    </article>

</f:section>

 ", "source_310e6645025b75249f337a5dfdc9e04d05f80e7e_Standard_index_html")

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php:
00211:         $parsedTemplate = $this->parse(
00212:             $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
00213:             $templateIdentifier
00214:         );
00215:         $parsedTemplate->setIdentifier($templateIdentifier);

95 TYPO3Fluid\Fluid\Core\Parser\TemplateParser::parseTemplateSource("source_310e6645025b75249f337a5dfdc9e04d05f80e7e_Standard_index_html", Closure)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php:
00190:             }
00191:         } else {
00192:             $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
00193:             try {
00194:                 $compiler->store($templateIdentifier, $parsedTemplate);

94 TYPO3Fluid\Fluid\Core\Parser\TemplateParser::getOrParseAndStoreTemplate("source_310e6645025b75249f337a5dfdc9e04d05f80e7e_Standard_index_html", Closure)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00390:             function($parent, TemplatePaths $paths) use ($controllerName, $actionName, $renderingContext) {
00391:                 return $paths->getTemplateSource($controllerName, $actionName);
00392:             }
00393:         );
00394:         if ($parsedTemplate->isCompiled()) {

93 TYPO3Fluid\Fluid\View\AbstractTemplateView::getCurrentParsedTemplate()

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00177:         }
00178:         try {
00179:             $parsedTemplate = $this->getCurrentParsedTemplate();
00180:         } catch (PassthroughSourceException $error) {
00181:             return $error->getSource();

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

/html/typo3/typo3conf/ext/dce/Classes/Domain/Model/Dce.php:
00919:         $fluidTemplate->assignMultiple($variables);
00920: 
00921:         return trim($fluidTemplate->render());
00922:     }
00923: 

91 ArminVieweg\Dce\Domain\Model\Dce::renderFluidTemplate()

/html/typo3/typo3conf/ext/dce/Classes/Domain/Model/Dce.php:
00870:     public function render()
00871:     {
00872:         return $this->renderFluidTemplate();
00873:     }
00874: 

90 ArminVieweg\Dce\Domain\Model\Dce::render()

/html/typo3/typo3conf/ext/dce/Classes/Controller/DceController.php:
00092:         ContainerFactory::clearContentElementsToSkip();
00093: 
00094:         return $dce->render();
00095:     }
00096: 

89 ArminVieweg\Dce\Controller\DceController::showAction()
88 call_user_func_array(array, array)

/html/typo3/typo3_src-8.7.58/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);

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

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

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

/html/typo3/typo3_src-8.7.58/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:             }

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

/html/typo3/typo3_src-8.7.58/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:     }

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

/html/typo3/typo3_src-8.7.58/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

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

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

82 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
81 call_user_func_array(array, array)

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06383:                     ], [
06384:                         $content,
06385:                         $conf
06386:                     ]);
06387:                 } else {

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

/html/typo3/typo3_src-8.7.58/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;

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

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

/html/typo3/typo3_src-8.7.58/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();

76 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
75 call_user_func_array(array, array)

/html/typo3/typo3_src-8.7.58/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()) {

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00250:         $this->initialize();
00251: 
00252:         return $this->callRenderMethod();
00253:     }
00254: 

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

/html/typo3/typo3_src-8.7.58/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);

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00522:     {
00523:         $viewHelperClassName = get_called_class();
00524:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00525:     }
00526: 

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

/html/typo3/typo3temp/var/Cache/Code/fluid_template/Standard_action_Generic_3eb026e6d86451862fa397ee3f04b19fddf4098d.php:
00158: );$arguments8['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array12);
00159: $arguments8['table'] = 'tt_content';
00160: return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
00161: };
00162: 

70 Standard_action_Generic_3eb026e6d86451862fa397ee3f04b19fddf4098d::{closure}()

/html/typo3/typo3_src-8.7.58/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]()) {

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

/html/typo3/typo3_src-8.7.58/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'];

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

/html/typo3/typo3temp/var/Cache/Code/fluid_template/Standard_action_Generic_3eb026e6d86451862fa397ee3f04b19fddf4098d.php:
00161: };
00162: 
00163: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
00164: 
00165: $output0 .= '

67 Standard_action_Generic_3eb026e6d86451862fa397ee3f04b19fddf4098d::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/html/typo3/typo3_src-8.7.58/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');

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithRenderStatic.php:
00028:             $this->arguments,
00029:             $this->buildRenderChildrenClosure(),
00030:             $this->renderingContext
00031:         );
00032:     }

64 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::render()
63 call_user_func(array)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00262:     {
00263:         if (method_exists($this, 'render')) {
00264:             return call_user_func([$this, 'render']);
00265:         }
00266:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00250:         $this->initialize();
00251: 
00252:         return $this->callRenderMethod();
00253:     }
00254: 

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

/html/typo3/typo3_src-8.7.58/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);

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00148:     public function evaluate(RenderingContextInterface $renderingContext)
00149:     {
00150:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00151:     }
00152: }

59 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php:
00054:     protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
00055:     {
00056:         $output = $node->evaluate($renderingContext);
00057:         if ($cast) {
00058:             $output = $this->castToString($output);

58 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, boolean)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php:
00034:         $evaluatedNodes = [];
00035:         foreach ($this->getChildNodes() as $childNode) {
00036:             $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
00037:         }
00038:         // Make decisions about what to actually return

57 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00304:             return $closure();
00305:         }
00306:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00307:     }
00308: 

56 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/ViewHelpers/ElseViewHelper.php:
00053:     public function render()
00054:     {
00055:         return $this->renderChildren();
00056:     }
00057: 

55 TYPO3Fluid\Fluid\ViewHelpers\ElseViewHelper::render()
54 call_user_func(array)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00262:     {
00263:         if (method_exists($this, 'render')) {
00264:             return call_user_func([$this, 'render']);
00265:         }
00266:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00250:         $this->initialize();
00251: 
00252:         return $this->callRenderMethod();
00253:     }
00254: 

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

/html/typo3/typo3_src-8.7.58/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);

51 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke(TYPO3Fluid\Fluid\ViewHelpers\ElseViewHelper, array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00148:     public function evaluate(RenderingContextInterface $renderingContext)
00149:     {
00150:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00151:     }
00152: }

50 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00209:         }
00210: 
00211:         return $elseNode instanceof ViewHelperNode ? $elseNode->evaluate($this->renderingContext) : '';
00212:     }
00213: 

49 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderElseChild()

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00060:             return $this->renderThenChild();
00061:         }
00062:         return $this->renderElseChild();
00063:     }
00064: 

48 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::render()
47 call_user_func(array)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00262:     {
00263:         if (method_exists($this, 'render')) {
00264:             return call_user_func([$this, 'render']);
00265:         }
00266:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00250:         $this->initialize();
00251: 
00252:         return $this->callRenderMethod();
00253:     }
00254: 

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

/html/typo3/typo3_src-8.7.58/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);

44 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke(TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper, array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00148:     public function evaluate(RenderingContextInterface $renderingContext)
00149:     {
00150:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00151:     }
00152: }

43 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php:
00054:     protected function evaluateChildNode(NodeInterface $node, RenderingContextInterface $renderingContext, $cast)
00055:     {
00056:         $output = $node->evaluate($renderingContext);
00057:         if ($cast) {
00058:             $output = $this->castToString($output);

42 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, boolean)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php:
00034:         $evaluatedNodes = [];
00035:         foreach ($this->getChildNodes() as $childNode) {
00036:             $evaluatedNodes[] = $this->evaluateChildNode($childNode, $renderingContext, false);
00037:         }
00038:         // Make decisions about what to actually return

41 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/RootNode.php:
00023:     public function evaluate(RenderingContextInterface $renderingContext)
00024:     {
00025:         return $this->evaluateChildNodes($renderingContext);
00026:     }
00027: }

40 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode::evaluate(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/Parser/ParsingState.php:
00117:     public function render(RenderingContextInterface $renderingContext)
00118:     {
00119:         return $this->getRootNode()->evaluate($renderingContext);
00120:     }
00121: 

39 TYPO3Fluid\Fluid\Core\Parser\ParsingState::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/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:         }

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

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

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

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

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00721:                 // Getting the cObject
00722:                 $timeTracker->incStackPointer();
00723:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00724:                 $timeTracker->decStackPointer();
00725:             } else {

33 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "dce_dceuid8")

/html/typo3/typo3_src-8.7.58/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.'])) {

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00721:                 // Getting the cObject
00722:                 $timeTracker->incStackPointer();
00723:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00724:                 $timeTracker->decStackPointer();
00725:             } else {

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php:
00118:                             $this->cObj->lastChanged($row['tstamp']);
00119:                             $cObj->start($row, $val['table']);
00120:                             $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00121:                             $theValue .= $tmpValue;
00122:                         }

28 TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::render(array)

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

27 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\RecordsContentObject, array)

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("RECORDS", array)

/html/typo3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php:
00234:             ++$GLOBALS['TSFE']->recordRegister[$parent];
00235:         }
00236:         $html = $GLOBALS['TSFE']->cObj->cObjGetSingle('RECORDS', $conf);
00237: 
00238:         $GLOBALS['TSFE']->currentRecord = $parent;

25 FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::renderRecord(array)

/html/typo3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php:
00201:         $elements = [];
00202:         foreach ($rows as $row) {
00203:             array_push($elements, static::renderRecord($row));
00204:         }
00205:         if (false === empty($this->arguments['loadRegister'])) {

24 FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::getRenderedRecords(array)

/html/typo3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php:
00108: 
00109:         if (true === (boolean) $this->arguments['render']) {
00110:             $contentRecords = $this->getRenderedRecords($contentRecords);
00111:         }
00112: 

23 FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::getContentRecords()

/html/typo3/typo3conf/ext/vhs/Classes/ViewHelpers/Content/RenderViewHelper.php:
00047:         }
00048: 
00049:         $content = $this->getContentRecords();
00050:         if (false === $this->hasArgument('as')) {
00051:             return implode(LF, $content);

22 FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::render()
21 call_user_func(array)

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00262:     {
00263:         if (method_exists($this, 'render')) {
00264:             return call_user_func([$this, 'render']);
00265:         }
00266:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00250:         $this->initialize();
00251: 
00252:         return $this->callRenderMethod();
00253:     }
00254: 

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

/html/typo3/typo3_src-8.7.58/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);

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

/html/typo3/typo3_src-8.7.58/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00522:     {
00523:         $viewHelperClassName = get_called_class();
00524:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00525:     }
00526: 

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

/html/typo3/typo3temp/var/Cache/Code/fluid_template/Standard_action_index_07d33b73ce5dff46ddeefd43ca62a9dcba86318b.php:
00074:     );
00075: 
00076: $output0 .= FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
00077: 
00078: $output0 .= '

16 Standard_action_index_07d33b73ce5dff46ddeefd43ca62a9dcba86318b::section_02083f4579e08a612425c0c1a17ee47add783b94(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3/typo3_src-8.7.58/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("body", array, boolean)

/html/typo3/typo3_src-8.7.58/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)

/html/typo3/typo3temp/var/Cache/Code/fluid_template/layout_default_html_09a0543269f9c418321132c101c5a304af5e28b6.php:
00084: $arguments4['arguments'] = $renderingContext->getVariableProvider()->getAll();
00085: 
00086: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
00087: 
00088: $output0 .= '

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

/html/typo3/typo3_src-8.7.58/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()

/html/typo3/typo3_src-8.7.58/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()

/html/typo3/typo3_src-8.7.58/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)

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

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

/html/typo3/typo3_src-8.7.58/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:             if ((int)$theKey && strpos($theKey, '.') === false) {
00686:                 $conf = $setup[$theKey . '.'];
00687:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:             }
00689:         }

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

/html/typo3/typo3_src-8.7.58/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()

/html/typo3/typo3_src-8.7.58/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)

/html/typo3/typo3_src-8.7.58/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)

/html/typo3/typo3_src-8.7.58/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()

/html/typo3/typo3_src-8.7.58/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}()

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

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