Uncaught TYPO3 Exception
#1314516810: Folder "/user_upload/chronik/uni%40ish_eins.jpg/" does not exist. (More information)

TYPO3\CMS\Core\Resource\Exception\FolderDoesNotExistException thrown in file
/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 275.

152 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getFolderInfoByIdentifier()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
02388:     public function getFolder($identifier, $returnInaccessibleFolderObject = false)
02389:     {
02390:         $data = $this->driver->getFolderInfoByIdentifier($identifier);
02391:         $folder = $this->getResourceFactoryInstance()->createFolderObject($this, $data['identifier'] ?? null, $data['name'] ?? null);
02392: 

151 TYPO3\CMS\Core\Resource\ResourceStorage::getFolder()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00529:             }
00530:         }
00531:         return $this->getStorageObject($storageUid, [], $folderIdentifier)->getFolder($folderIdentifier);
00532:     }
00533: 

150 TYPO3\CMS\Core\Resource\ResourceFactory::getFolderObjectFromCombinedIdentifier()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00500:         }
00501:         // only the local path
00502:         return $this->getFolderObjectFromCombinedIdentifier($input);
00503:     }
00504: 

149 TYPO3\CMS\Core\Resource\ResourceFactory::retrieveFileOrFolderObject()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Service/ImageService.php:
00163:         } else {
00164:             // We have a combined identifier or legacy (storage 0) path
00165:             $image = $this->resourceFactory->retrieveFileOrFolderObject($src);
00166:         }
00167:         return $image;

148 TYPO3\CMS\Extbase\Service\ImageService::getImageFromSourceString()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/extbase/Classes/Service/ImageService.php:
00124:     {
00125:         if (is_null($image)) {
00126:             $image = $this->getImageFromSourceString($src, $treatIdAsReference);
00127:         } elseif (is_callable([$image, 'getOriginalResource'])) {
00128:             // We have a domain model, so we need to fetch the FAL resource object from there

147 TYPO3\CMS\Extbase\Service\ImageService::getImage()

/var/www/vhosts/hansenberg.de/httpdocs/typo3conf/ext/nnhansi/Classes/ViewHelpers/ImageOrientationViewHelper.php:
00050:    
00051:    $processedImageFilename = $image->getPublicUrl();
00052:    $processedImage = $this->imageService->getImage($processedImageFilename, null, false);
00053:    $props = $processedImage->getProperties();
00054:    

146 Nng\Nnhansi\ViewHelpers\ImageOrientationViewHelper::render()
145 call_user_func_array()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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()) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

142 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

141 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/EscapingNode.php:
00041:     public function evaluate(RenderingContextInterface $renderingContext)
00042:     {
00043:         $evaluated = $this->node->evaluate($renderingContext);
00044:         if (is_string($evaluated) || (is_object($evaluated) && method_exists($evaluated, '__toString'))) {
00045:             return htmlspecialchars((string) $evaluated, ENT_QUOTES);

140 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\EscapingNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

139 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

138 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00302:             return $closure();
00303:         }
00304:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00305:     }
00306: 

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00317:         $self = clone $this;
00318:         return function() use ($self) {
00319:             return $self->renderChildren();
00320:         };
00321:     }

136 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::TYPO3Fluid\Fluid\Core\ViewHelper\{closure}()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php:
00131:                 $iterationData['cycle']++;
00132:             }
00133:             $output .= $renderChildrenClosure();
00134:             $templateVariableContainer->remove($arguments['as']);
00135:             if (isset($arguments['key'])) {

135 TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic()

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

134 TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::render()
133 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

130 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

129 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

128 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

127 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00302:             return $closure();
00303:         }
00304:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00305:     }
00306: 

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00174:             return '';
00175:         } else {
00176:             return $this->renderChildren();
00177:         }
00178:     }

125 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderThenChild()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00058:     {
00059:         if (static::verdict($this->arguments, $this->renderingContext)) {
00060:             return $this->renderThenChild();
00061:         }
00062:         return $this->renderElseChild();

124 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::render()
123 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

120 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

119 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

118 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

117 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00302:             return $closure();
00303:         }
00304:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00305:     }
00306: 

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/SectionViewHelper.php:
00106:         if ($this->viewHelperVariableContainer->exists(SectionViewHelper::class, 'isCurrentlyRenderingSection')) {
00107:             $this->viewHelperVariableContainer->remove(SectionViewHelper::class, 'isCurrentlyRenderingSection');
00108:             $content = $this->renderChildren();
00109:         }
00110:         return $content;

115 TYPO3Fluid\Fluid\ViewHelpers\SectionViewHelper::render()
114 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

111 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

110 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00280: 
00281:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00282:             $output = $section->evaluate($renderingContext);
00283:             $this->stopRendering();
00284:         }

109 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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');

108 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic()

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

107 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::render()
106 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

103 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

102 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

101 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

100 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00302:             return $closure();
00303:         }
00304:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00305:     }
00306: 

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00174:             return '';
00175:         } else {
00176:             return $this->renderChildren();
00177:         }
00178:     }

98 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderThenChild()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00058:     {
00059:         if (static::verdict($this->arguments, $this->renderingContext)) {
00060:             return $this->renderThenChild();
00061:         }
00062:         return $this->renderElseChild();

97 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::render()
96 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

93 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

92 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

91 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

90 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00302:             return $closure();
00303:         }
00304:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00305:     }
00306: 

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/SectionViewHelper.php:
00106:         if ($this->viewHelperVariableContainer->exists(SectionViewHelper::class, 'isCurrentlyRenderingSection')) {
00107:             $this->viewHelperVariableContainer->remove(SectionViewHelper::class, 'isCurrentlyRenderingSection');
00108:             $content = $this->renderChildren();
00109:         }
00110:         return $content;

88 TYPO3Fluid\Fluid\ViewHelpers\SectionViewHelper::render()
87 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

84 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

83 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00280: 
00281:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00282:             $output = $section->evaluate($renderingContext);
00283:             $this->stopRendering();
00284:         }

82 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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');

81 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic()

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

80 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::render()
79 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

76 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

75 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

74 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

73 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00302:             return $closure();
00303:         }
00304:         return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00305:     }
00306: 

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00317:         $self = clone $this;
00318:         return function() use ($self) {
00319:             return $self->renderChildren();
00320:         };
00321:     }

71 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::TYPO3Fluid\Fluid\Core\ViewHelper\{closure}()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/fluid/Classes/ViewHelpers/CaseViewHelper.php:
00086:         if ($default === true || $expression == $value) {
00087:             $viewHelperVariableContainer->addOrUpdate(OriginalSwitchViewHelper::class, 'break', true);
00088:             return $renderChildrenClosure();
00089:         }
00090: 

70 TYPO3\CMS\Fluid\ViewHelpers\CaseViewHelper::renderStatic()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/fluid/Classes/ViewHelpers/CaseViewHelper.php:
00054:             ],
00055:             $this->buildRenderChildrenClosure(),
00056:             $this->renderingContext
00057:         );
00058:     }

69 TYPO3\CMS\Fluid\ViewHelpers\CaseViewHelper::render()
68 call_user_func_array()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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()) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

65 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

64 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/SwitchViewHelper.php:
00107:                 continue;
00108:             }
00109:             $content = $childNode->evaluate($this->renderingContext);
00110:             if ($this->viewHelperVariableContainer->get(SwitchViewHelper::class, 'break') === true) {
00111:                 $defaultCaseViewHelperNode = null;

63 TYPO3Fluid\Fluid\ViewHelpers\SwitchViewHelper::retrieveContentFromChildNodes()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/ViewHelpers/SwitchViewHelper.php:
00079:         $variableContainer->addOrUpdate(SwitchViewHelper::class, 'break', false);
00080: 
00081:         $content = $this->retrieveContentFromChildNodes($this->viewHelperNode->getChildNodes());
00082: 
00083:         if ($variableContainer->exists(SwitchViewHelper::class, 'switchExpression')) {

62 TYPO3Fluid\Fluid\ViewHelpers\SwitchViewHelper::render()
61 call_user_func()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00260:     {
00261:         if (method_exists($this, 'render')) {
00262:             return call_user_func([$this, 'render']);
00263:         }
00264:         if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

58 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php:
00151:     public function evaluate(RenderingContextInterface $renderingContext)
00152:     {
00153:         return $renderingContext->getViewHelperInvoker()->invoke($this->uninitializedViewHelper, $this->arguments, $renderingContext);
00154:     }
00155: 

57 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

56 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNode()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

55 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes()

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

54 TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode::evaluate()

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

53 TYPO3Fluid\Fluid\Core\Parser\ParsingState::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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:         }

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

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

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

50 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest()

/var/www/vhosts/hansenberg.de/httpdocs/typo3conf/ext/news/Classes/Controller/NewsBaseController.php:
00048:     {
00049:         try {
00050:             parent::processRequest($request, $response);
00051:         } catch (\Exception $exception) {
00052:             $this->handleKnownExceptionsElseThrowAgain($exception);

49 GeorgRinger\News\Controller\NewsBaseController::processRequest()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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:             }

48 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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:     }

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

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

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

45 TYPO3\CMS\Extbase\Core\Bootstrap::run()
44 call_user_func_array()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06339:                     ], [
06340:                         $content,
06341:                         $conf
06342:                     ]);
06343:                 } else {

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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;

42 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

41 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

40 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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();

39 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
38 call_user_func_array()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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()) {

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

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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);

35 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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: 

34 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic()

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

33 Standard_action_List_292668e120e3a61ca50f98af0ed0be115a9f0714::section_62bce9422ff2d14f69ab80a154510232fc8a9afd()

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

32 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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');

31 TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic()

/var/www/vhosts/hansenberg.de/httpdocs/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_f8594bac67079404a024d10a6ac9ba1223bc11b9.php:
01128:     );
01129: 
01130: $output6 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments48, $renderChildrenClosure49, $renderingContext);
01131: 
01132: $output6 .= '

30 layout_Default_html_f8594bac67079404a024d10a6ac9ba1223bc11b9::{closure}()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00076:             }
00077:             if (isset($arguments['__thenClosure'])) {
00078:                 return $arguments['__thenClosure']();
00079:             }
00080:         } elseif (!empty($arguments['__elseClosures'])) {

29 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic()

/var/www/vhosts/hansenberg.de/httpdocs/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_f8594bac67079404a024d10a6ac9ba1223bc11b9.php:
01637: };
01638: 
01639: $output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
01640: 
01641: $output3 .= '

28 layout_Default_html_f8594bac67079404a024d10a6ac9ba1223bc11b9::{closure}()

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

27 TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic()

/var/www/vhosts/hansenberg.de/httpdocs/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_f8594bac67079404a024d10a6ac9ba1223bc11b9.php:
01645: $arguments1 = array();
01646: 
01647: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
01648: 
01649: $output0 .= '

26 layout_Default_html_f8594bac67079404a024d10a6ac9ba1223bc11b9::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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:         }

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

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

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

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

23 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

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

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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.'])) {

19 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

18 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

17 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

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

16 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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:                     }

15 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

14 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00302:             }
00303:             if (!in_array($variableName, $reservedVariables)) {
00304:                 $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.']);
00305:             } else {
00306:                 throw new \InvalidArgumentException(

12 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::getContentObjectVariables()

/var/www/vhosts/hansenberg.de/httpdocs/typo3conf/ext/mask/Classes/Fluid/FluidTemplateContentObject.php:
00064:     {
00065:         // Call Parent Function to maintain core functions
00066:         $variables = parent::getContentObjectVariables($conf);
00067: 
00068:         $objectManager = GeneralUtility::makeInstance(ObjectManager::class);

11 MASK\Mask\Fluid\FluidTemplateContentObject::getContentObjectVariables()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00098:         $this->setExtbaseVariables($conf);
00099:         $this->assignSettings($conf);
00100:         $variables = $this->getContentObjectVariables($conf);
00101:         $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);
00102: 

10 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render()

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

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render()

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

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

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

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00193:         $timeTracker->incStackPointer();
00194:         $timeTracker->push($tsfe->sPre, 'PAGE');
00195:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00196:         if ($tsfe->pSetup['wrap']) {
00197:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

6 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/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()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

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

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/var/www/vhosts/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/var/www/vhosts/hansenberg.de/httpdocs/index.php:
00001: <?php
00002: if (file_exists('notfall/__LOCKED__')) die('Die Seite wird zur Zeit gewartet und ist in K&uuml;rze wieder erreichbar.');
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';