Uncaught TYPO3 Exception
#1: PHP Warning: array_replace_recursive(): recursion detected in /var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 838 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/var/www/html/typo3_src-7.6.9/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

38 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "array_replace_recursive(): recursion detected", "/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php", 838, array)
37 array_replace_recursive(array, array)

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00836:                 $confOverride = is_array($conf) ? $conf : array();
00837:                 list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
00838:                 $conf = array_replace_recursive(is_array($conf) ? $conf : array(), $confOverride);
00839:                 // Getting the cObject
00840:                 $timeTracker->incStackPointer();

36 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "shortcut")

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

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00839:                 // Getting the cObject
00840:                 $timeTracker->incStackPointer();
00841:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00842:                 $timeTracker->decStackPointer();
00843:             } else {

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00095:                         $this->cObj->lastChanged($row['tstamp']);
00096:                         $cObj->start($row, $conf['table']);
00097:                         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00098:                         $cobjValue .= $tmpValue;
00099:                     }

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00803:             if ((int)$theKey && strpos($theKey, '.') === false) {
00804:                 $conf = $setup[$theKey . '.'];
00805:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00806:             }
00807:         }

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00039: 
00040:         $this->cObj->includeLibs($conf);
00041:         $content = $this->cObj->cObjGet($conf);
00042:         $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00043:         if ($wrap) {

27 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject, array)

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

25 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array)

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00117:             $setup = $setup[$segment . '.'];
00118:         }
00119:         $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00120:         if (TYPO3_MODE === 'BE') {
00121:             $this->resetFrontendEnvironment();

24 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("lib.content.1", NULL, NULL, "")
23 call_user_func_array(array, array)

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00266: 
00267:         try {
00268:             return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00269:         } catch (Exception $exception) {
00270:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

21 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_partial_BE_Layouts_Template_1_2de73e41cf7cca1aeffc664eee6d03e04e85876d.php:
00093: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
00094: 
00095: $output0 .= $viewHelper12->initializeArgumentsAndRender();
00096: 
00097: $output0 .= '

20 FluidCache_Standalone_partial_BE_Layouts_Template_1_2de73e41cf7cca1aeffc664eee6d03e04e85876d::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00286:             $output = $this->renderSection($sectionName, $variables);
00287:         } else {
00288:             $output = $parsedPartial->render($renderingContext);
00289:         }
00290:         $this->stopRendering();

19 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderPartial("BE-Layouts/Template-1", NULL, array)

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00117:         $viewHelperVariableContainer = $renderingContext->getViewHelperVariableContainer();
00118:         if ($partial !== null) {
00119:             return $viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00120:         } elseif ($section !== null) {
00121:             return $viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);

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

/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0.php:
01010: $renderChildrenClosure164 = function() {return NULL;};
01011: 
01012: $output162 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments163, $renderChildrenClosure164, $renderingContext);
01013: 
01014: $output162 .= '

17 FluidCache_Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0::{closure}()

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00235:             }
00236: 
00237:             return $renderChildrenClosure();
00238:         } else {
00239:             $result = static::renderStaticElseChild($arguments, $hasEvaluated);

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

/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0.php:
01017: };
01018: 
01019: $output109 .= TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments160, $renderChildrenClosure161, $renderingContext);
01020: 
01021: $output109 .= '

15 FluidCache_Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0::{closure}()

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00130:         if (isset($arguments['__thenClosure'])) {
00131:             $thenClosure = $arguments['__thenClosure'];
00132:             return $thenClosure();
00133:         } elseif (isset($arguments['__elseClosure'])) {
00134:             return '';

14 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStaticThenChild(array, boolean)

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00230:         $hasEvaluated = true;
00231:         if (static::evaluateCondition($arguments)) {
00232:             $result = static::renderStaticThenChild($arguments, $hasEvaluated);
00233:             if ($hasEvaluated) {
00234:                 return $result;

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

/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0.php:
01201: };
01202: 
01203: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
01204: 
01205: $output0 .= '

12 FluidCache_Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00191:         } else {
00192:             $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
00193:             $output = $parsedTemplate->render($this->baseRenderingContext);
00194:             $this->stopRendering();
00195:         }

11 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00298:     protected function renderFluidView()
00299:     {
00300:         return $this->view->render();
00301:     }
00302: 

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00100:         $this->view->assignMultiple($variables);
00101: 
00102:         $content = $this->renderFluidView();
00103:         $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00104: 

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00803:             if ((int)$theKey && strpos($theKey, '.') === false) {
00804:                 $conf = $setup[$theKey . '.'];
00805:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00806:             }
00807:         }

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00208:         $timeTracker->incStackPointer();
00209:         $timeTracker->push($tsfe->sPre, 'PAGE');
00210:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00211:         if ($tsfe->pSetup['wrap']) {
00212:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00214:                 // Content generation
00215:                 if (!$this->controller->isINTincScript()) {
00216:                     PageGenerator::renderContent();
00217:                     $this->controller->setAbsRefPrefix();
00218:                 }

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

/var/www/html/typo3_src-7.6.9/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

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

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

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

/var/www/html/typo3_src-7.6.9/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 {closure}()

/var/www/html/typo3_src-7.6.9/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });