Uncaught TYPO3 Exception
#1297933823: Object of type Igroup\IgTestimonials\Domain\Model\Testimonial with identity "3" not found. (More information)

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

245 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::fetchObjectFromPersistence("3", "Igroup\IgTestimonials\Domain\Model\Testimonial")

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

244 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::convertFrom("3", "Igroup\IgTestimonials\Domain\Model\Testimonial", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

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

243 TYPO3\CMS\Extbase\Property\PropertyMapper::doMapping("3", "Igroup\IgTestimonials\Domain\Model\Testimonial", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration, array)

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

242 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("3", "Igroup\IgTestimonials\Domain\Model\Testimonial", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

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

241 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("3")

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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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:             }

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

/usr/local/typo3/typo3_src-8.7.11/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:     }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

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

235 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
234 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06335:                     ], [
06336:                         $content,
06337:                         $conf
06338:                     ]);
06339:                 } else {

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

/usr/local/typo3/typo3_src-8.7.11/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;

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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();

229 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
228 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/usr/local/typo3/typo3_src-8.7.11/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);

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

/usr/local/typo3/typo3_src-8.7.11/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: 

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

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

223 Standard_action_List_81f2d53bfdc18085a67c71fcac5b32ca80f6e0e5::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

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

220 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

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

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

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

218 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

/usr/local/typo3/typo3_src-8.7.11/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: }

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

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

216 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

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

/usr/local/typo3/typo3_src-8.7.11/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.'])) {

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

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

/usr/local/typo3/typo3_src-8.7.11/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:                         }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php:
00215:                 'dontCheckPid' => 1,
00216:             ];
00217:             array_push($elements, static::$configurationManager->getContentObject()->cObjGetSingle('RECORDS', $conf));
00218:         }
00219:         return $elements;

202 FluidTYPO3\Flux\ViewHelpers\Content\GetViewHelper::getRenderedRecords(array)

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php:
00169:         $rows = static::$recordService->get('tt_content', '*', $conditions, '', $order, $offset . ',' . $limit);
00170: 
00171:         $elements = false === (boolean) $arguments['render'] ? $rows : static::getRenderedRecords($rows);
00172:         if (true === empty($arguments['as'])) {
00173:             $content = $elements;

201 FluidTYPO3\Flux\ViewHelpers\Content\GetViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/RenderViewHelper.php:
00036:         RenderingContextInterface $renderingContext
00037:     ) {
00038:         $content = parent::renderStatic($arguments, $renderChildrenClosure, $renderingContext);
00039:         if (true === is_array($content)) {
00040:             return implode(LF, $content);

200 FluidTYPO3\Flux\ViewHelpers\Content\RenderViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/home/www/typo3temp/var/Cache/Code/fluid_template/Content_action_box_1aab1d0939e8b3a83fcd8f535ca5e6a03c8a1869.php:
00750: $arguments87['area'] = 'content';
00751: 
00752: $output86 .= FluidTYPO3\Flux\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments87, $renderChildrenClosure88, $renderingContext);
00753: 
00754: $output86 .= '

199 Content_action_box_1aab1d0939e8b3a83fcd8f535ca5e6a03c8a1869::{closure}()

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00104:         foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
00105:             if (!isset($conditionClosures[$elseNodeIndex])) {
00106:                 return $elseNodeClosure();
00107:             } else {
00108:                 if ($conditionClosures[$elseNodeIndex]()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00087:         } elseif (!empty($arguments['__elseClosures'])) {
00088:             $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
00089:             return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
00090:         } elseif (array_key_exists('else', $arguments)) {
00091:             return $arguments['else'];

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Content_action_box_1aab1d0939e8b3a83fcd8f535ca5e6a03c8a1869.php:
00757: };
00758: 
00759: $output56 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments81, $renderChildrenClosure82, $renderingContext);
00760: 
00761: $output56 .= '

196 Content_action_box_1aab1d0939e8b3a83fcd8f535ca5e6a03c8a1869::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

/home/www/typo3temp/var/Cache/Code/fluid_template/layout_Content_html_9b2c6fa176786d821046545726a5c8e4d0e08573.php:
00071: $arguments3['section'] = 'Main';
00072: 
00073: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
00074: 
00075: $output0 .= '

193 layout_Content_html_9b2c6fa176786d821046545726a5c8e4d0e08573::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00294:             );
00295:         }
00296:         return $this->view->render();
00297:     }
00298: 

191 FluidTYPO3\Flux\Controller\AbstractFluxController::performSubRendering("Igroup.IgTemplate", "Content", "box", "tx_igtemplate_content")

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00255:             $controllerName,
00256:             $actualActionName,
00257:             $pluginSignature
00258:         );
00259:     }

190 FluidTYPO3\Flux\Controller\AbstractFluxController::renderAction()
189 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/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);

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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:             }

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

/usr/local/typo3/typo3_src-8.7.11/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:     }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

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

183 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
182 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06335:                     ], [
06336:                         $content,
06337:                         $conf
06338:                     ]);
06339:                 } else {

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

/usr/local/typo3/typo3_src-8.7.11/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;

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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();

177 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
176 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/usr/local/typo3/typo3_src-8.7.11/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);

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

/usr/local/typo3/typo3_src-8.7.11/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: 

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b.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: 

171 Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b::{closure}()

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00104:         foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
00105:             if (!isset($conditionClosures[$elseNodeIndex])) {
00106:                 return $elseNodeClosure();
00107:             } else {
00108:                 if ($conditionClosures[$elseNodeIndex]()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00087:         } elseif (!empty($arguments['__elseClosures'])) {
00088:             $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
00089:             return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
00090:         } elseif (array_key_exists('else', $arguments)) {
00091:             return $arguments['else'];

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

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

168 Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

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

165 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

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

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

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

163 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

/usr/local/typo3/typo3_src-8.7.11/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: }

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

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

161 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

155 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "fluidcontent_content")

/usr/local/typo3/typo3_src-8.7.11/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.'])) {

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

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

/usr/local/typo3/typo3_src-8.7.11/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:                         }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php:
00215:                 'dontCheckPid' => 1,
00216:             ];
00217:             array_push($elements, static::$configurationManager->getContentObject()->cObjGetSingle('RECORDS', $conf));
00218:         }
00219:         return $elements;

147 FluidTYPO3\Flux\ViewHelpers\Content\GetViewHelper::getRenderedRecords(array)

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php:
00169:         $rows = static::$recordService->get('tt_content', '*', $conditions, '', $order, $offset . ',' . $limit);
00170: 
00171:         $elements = false === (boolean) $arguments['render'] ? $rows : static::getRenderedRecords($rows);
00172:         if (true === empty($arguments['as'])) {
00173:             $content = $elements;

146 FluidTYPO3\Flux\ViewHelpers\Content\GetViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/RenderViewHelper.php:
00036:         RenderingContextInterface $renderingContext
00037:     ) {
00038:         $content = parent::renderStatic($arguments, $renderChildrenClosure, $renderingContext);
00039:         if (true === is_array($content)) {
00040:             return implode(LF, $content);

145 FluidTYPO3\Flux\ViewHelpers\Content\RenderViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/home/www/typo3temp/var/Cache/Code/fluid_template/Content_action_row_fd52dfdefa888bccfacfee1d6e5898af726f32af.php:
04375: $arguments664['area'] = $output666;
04376: 
04377: $output663 .= FluidTYPO3\Flux\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments664, $renderChildrenClosure665, $renderingContext);
04378: 
04379: $output663 .= '

144 Content_action_row_fd52dfdefa888bccfacfee1d6e5898af726f32af::{closure}()

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00104:         foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
00105:             if (!isset($conditionClosures[$elseNodeIndex])) {
00106:                 return $elseNodeClosure();
00107:             } else {
00108:                 if ($conditionClosures[$elseNodeIndex]()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00087:         } elseif (!empty($arguments['__elseClosures'])) {
00088:             $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
00089:             return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
00090:         } elseif (array_key_exists('else', $arguments)) {
00091:             return $arguments['else'];

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Content_action_row_fd52dfdefa888bccfacfee1d6e5898af726f32af.php:
04382: };
04383: 
04384: $output387 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments656, $renderChildrenClosure657, $renderingContext);
04385: 
04386: $output387 .= '

141 Content_action_row_fd52dfdefa888bccfacfee1d6e5898af726f32af::{closure}()

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

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Content_action_row_fd52dfdefa888bccfacfee1d6e5898af726f32af.php:
04400: $arguments384['iteration'] = 'iteration';
04401: 
04402: $output315 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments384, $renderChildrenClosure385, $renderingContext);
04403: 
04404: $output315 .= '

139 Content_action_row_fd52dfdefa888bccfacfee1d6e5898af726f32af::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

/home/www/typo3temp/var/Cache/Code/fluid_template/layout_Content_html_9b2c6fa176786d821046545726a5c8e4d0e08573.php:
00071: $arguments3['section'] = 'Main';
00072: 
00073: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
00074: 
00075: $output0 .= '

136 layout_Content_html_9b2c6fa176786d821046545726a5c8e4d0e08573::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00294:             );
00295:         }
00296:         return $this->view->render();
00297:     }
00298: 

134 FluidTYPO3\Flux\Controller\AbstractFluxController::performSubRendering("Igroup.IgTemplate", "Content", "row", "tx_igtemplate_content")

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00255:             $controllerName,
00256:             $actualActionName,
00257:             $pluginSignature
00258:         );
00259:     }

133 FluidTYPO3\Flux\Controller\AbstractFluxController::renderAction()
132 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/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);

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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:             }

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

/usr/local/typo3/typo3_src-8.7.11/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:     }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

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

126 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
125 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06335:                     ], [
06336:                         $content,
06337:                         $conf
06338:                     ]);
06339:                 } else {

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

/usr/local/typo3/typo3_src-8.7.11/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;

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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();

120 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
119 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/usr/local/typo3/typo3_src-8.7.11/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);

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

/usr/local/typo3/typo3_src-8.7.11/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: 

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b.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: 

114 Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b::{closure}()

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00104:         foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
00105:             if (!isset($conditionClosures[$elseNodeIndex])) {
00106:                 return $elseNodeClosure();
00107:             } else {
00108:                 if ($conditionClosures[$elseNodeIndex]()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00087:         } elseif (!empty($arguments['__elseClosures'])) {
00088:             $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
00089:             return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
00090:         } elseif (array_key_exists('else', $arguments)) {
00091:             return $arguments['else'];

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

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

111 Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

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

108 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

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

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

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

106 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

/usr/local/typo3/typo3_src-8.7.11/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: }

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

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

104 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

98 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "fluidcontent_content")

/usr/local/typo3/typo3_src-8.7.11/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.'])) {

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

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

/usr/local/typo3/typo3_src-8.7.11/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:                         }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php:
00215:                 'dontCheckPid' => 1,
00216:             ];
00217:             array_push($elements, static::$configurationManager->getContentObject()->cObjGetSingle('RECORDS', $conf));
00218:         }
00219:         return $elements;

90 FluidTYPO3\Flux\ViewHelpers\Content\GetViewHelper::getRenderedRecords(array)

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php:
00169:         $rows = static::$recordService->get('tt_content', '*', $conditions, '', $order, $offset . ',' . $limit);
00170: 
00171:         $elements = false === (boolean) $arguments['render'] ? $rows : static::getRenderedRecords($rows);
00172:         if (true === empty($arguments['as'])) {
00173:             $content = $elements;

89 FluidTYPO3\Flux\ViewHelpers\Content\GetViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/home/www/typo3conf/ext/flux/Classes/ViewHelpers/Content/RenderViewHelper.php:
00036:         RenderingContextInterface $renderingContext
00037:     ) {
00038:         $content = parent::renderStatic($arguments, $renderChildrenClosure, $renderingContext);
00039:         if (true === is_array($content)) {
00040:             return implode(LF, $content);

88 FluidTYPO3\Flux\ViewHelpers\Content\RenderViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/home/www/typo3temp/var/Cache/Code/fluid_template/Content_action_main_7e0dd2457303ffed35a4be0733d82d0856ff55e8.php:
01095: $arguments163['area'] = 'content';
01096: 
01097: $output70 .= FluidTYPO3\Flux\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments163, $renderChildrenClosure164, $renderingContext);
01098: 
01099: $output70 .= '

87 Content_action_main_7e0dd2457303ffed35a4be0733d82d0856ff55e8::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

/home/www/typo3temp/var/Cache/Code/fluid_template/layout_Content_html_9b2c6fa176786d821046545726a5c8e4d0e08573.php:
00071: $arguments3['section'] = 'Main';
00072: 
00073: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
00074: 
00075: $output0 .= '

84 layout_Content_html_9b2c6fa176786d821046545726a5c8e4d0e08573::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00294:             );
00295:         }
00296:         return $this->view->render();
00297:     }
00298: 

82 FluidTYPO3\Flux\Controller\AbstractFluxController::performSubRendering("Igroup.IgTemplate", "Content", "main", "tx_igtemplate_content")

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00255:             $controllerName,
00256:             $actualActionName,
00257:             $pluginSignature
00258:         );
00259:     }

81 FluidTYPO3\Flux\Controller\AbstractFluxController::renderAction()
80 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/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);

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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:             }

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

/usr/local/typo3/typo3_src-8.7.11/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:     }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

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

74 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
73 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06335:                     ], [
06336:                         $content,
06337:                         $conf
06338:                     ]);
06339:                 } else {

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

/usr/local/typo3/typo3_src-8.7.11/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;

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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();

68 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
67 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/usr/local/typo3/typo3_src-8.7.11/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);

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

/usr/local/typo3/typo3_src-8.7.11/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: 

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b.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: 

62 Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b::{closure}()

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00104:         foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
00105:             if (!isset($conditionClosures[$elseNodeIndex])) {
00106:                 return $elseNodeClosure();
00107:             } else {
00108:                 if ($conditionClosures[$elseNodeIndex]()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00087:         } elseif (!empty($arguments['__elseClosures'])) {
00088:             $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
00089:             return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
00090:         } elseif (array_key_exists('else', $arguments)) {
00091:             return $arguments['else'];

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

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

59 Standard_action_Generic_7a575aea3419087162ce1e193622635deec1b50b::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

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

56 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

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

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

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

54 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::{closure}()

/usr/local/typo3/typo3_src-8.7.11/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: }

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

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

52 layout_Default_html_c28c2b110696c290b85f3238c0e506be34f870e0::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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:         }

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

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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

46 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "fluidcontent_content")

/usr/local/typo3/typo3_src-8.7.11/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.'])) {

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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 {

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

/usr/local/typo3/typo3_src-8.7.11/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:                         }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/usr/local/typo3/typo3_src-8.7.11/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

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

/home/www/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;

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

/home/www/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'])) {

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

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

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

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

35 FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::render()
34 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/usr/local/typo3/typo3_src-8.7.11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

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

/usr/local/typo3/typo3_src-8.7.11/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);

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

/usr/local/typo3/typo3_src-8.7.11/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: 

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

/home/www/typo3temp/var/Cache/Code/fluid_template/Page_action_standard_cfaebf9a51fad43d3103c03e46e807a8f7e6ddd4.php:
00458: $arguments60['column'] = 0;
00459: 
00460: $output18 .= FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments60, $renderChildrenClosure61, $renderingContext);
00461: 
00462: $output18 .= '

29 Page_action_standard_cfaebf9a51fad43d3103c03e46e807a8f7e6ddd4::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

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

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

/usr/local/typo3/typo3_src-8.7.11/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');

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

/home/www/typo3temp/var/Cache/Code/fluid_template/layout_Page_html_afc6a773d20ff88b395553565843cdebc1e91e91.php:
00093: $arguments6['section'] = 'Main';
00094: 
00095: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);
00096: 
00097: $output0 .= '

26 layout_Page_html_afc6a773d20ff88b395553565843cdebc1e91e91::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/local/typo3/typo3_src-8.7.11/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()

/usr/local/typo3/typo3_src-8.7.11/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);

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

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

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

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00344:         $subRequest->setPluginName($this->request->getPluginName());
00345:         try {
00346:             $potentialControllerInstance->processRequest($subRequest, $response);
00347:         } catch (StopActionException $error) {
00348:             // intentionally left blank

22 FluidTYPO3\Flux\Controller\AbstractFluxController::callSubControllerAction("Igroup.IgTemplate", "Igroup\IgTemplate\Controller\PageController", "standard", "tx_igtemplate_page")

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00291:                 $foreignControllerClass,
00292:                 $actionName,
00293:                 $pluginSignature
00294:             );
00295:         }

21 FluidTYPO3\Flux\Controller\AbstractFluxController::performSubRendering("Igroup.IgTemplate", "Page", "standard", "tx_igtemplate_page")

/home/www/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
00255:             $controllerName,
00256:             $actualActionName,
00257:             $pluginSignature
00258:         );
00259:     }

20 FluidTYPO3\Flux\Controller\AbstractFluxController::renderAction()
19 call_user_func_array(array, array)

/usr/local/typo3/typo3_src-8.7.11/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);

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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:             }

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

/usr/local/typo3/typo3_src-8.7.11/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:     }

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

/usr/local/typo3/typo3_src-8.7.11/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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06335:                     ], [
06336:                         $content,
06337:                         $conf
06338:                     ]);
06339:                 } else {

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

/usr/local/typo3/typo3_src-8.7.11/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;

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

/usr/local/typo3/typo3_src-8.7.11/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(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/usr/local/typo3/typo3_src-8.7.11/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("USER", array, "5")

/usr/local/typo3/typo3_src-8.7.11/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(array)

/usr/local/typo3/typo3_src-8.7.11/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()

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

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

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

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

/usr/local/typo3/typo3_src-8.7.11/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()

/usr/local/typo3/typo3_src-8.7.11/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}()

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

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