FluidTYPO3 / flux

TYPO3 extension Flux: Dynamic Fluid FlexForms
https://fluidtypo3.org
148 stars 214 forks source link

Error in TYPO3 v12 after upgrade from TYPO3 v11 #2118

Closed farconada closed 11 months ago

farconada commented 11 months ago

after upgrade to TYPO3 12 .4.5 from 11 and using flux at this commit b9b95b73322f2e7c622322719c8b297ab6158000 I have that exception

Too few arguments to function FluidTYPO3\Flux\Controller\AbstractFluxController::__construct(),

Fri, 11 Aug 2023 11:12:05 +0200 [CRITICAL] request="68294854b60e8" component="TYPO3.CMS.Core.Error.DebugExceptionHandler": Core: Exception handler (WEB: FE): ArgumentCountError, code #0, file /var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php, line 63: Too few arguments to function FluidTYPO3\Flux\Controller\AbstractFluxController::__construct(), 0 passed in /var/www/theweb/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php on line 2969 and exactly 4 expected- ArgumentCountError: Too few arguments to function FluidTYPO3\Flux\Controller\AbstractFluxController::__construct(), 0 passed in /var/www/theweb/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php on line 2969 and exactly 4 expected, in file /var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php:63 - {"mode":"WEB","application_mode":"FE","exception_class":"ArgumentCountError","exception_code":0,"file":"/var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php","line":63,"message":"Too few arguments to function FluidTYPO3\\Flux\\Controller\\AbstractFluxController::__construct(), 0 passed in /var/www/theweb/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php on line 2969 and exactly 4 expected","request_url":"http://www.theweb.org/el-colegio/fileadmin/app.js?1689960170","exception":"ArgumentCountError: Too few arguments to function FluidTYPO3\\Flux\\Controller\\AbstractFluxController::__construct(), 0 passed in /var/www/theweb/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php on line 2969 and exactly 4 expected in /var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php:63
Stack trace:
#0 /var/www/theweb/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php(2969): FluidTYPO3\\Flux\\Controller\\AbstractFluxController->__construct()
#1 /var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php(465): TYPO3\\CMS\\Core\\Utility\\GeneralUtility::makeInstance('T3a\\\\T3acontent\\\\...')
#2 /var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php(400): FluidTYPO3\\Flux\\Controller\\AbstractFluxController->callSubControllerAction('T3a.T3acontent', 'T3a\\\\T3acontent\\\\...', 'twoColumns', 'Twocolumns', 'tx_t3acontent_t...')
#3 /var/www/theweb/vendor/fluidtypo3/flux/Classes/Controller/AbstractFluxController.php(322): FluidTYPO3\\Flux\\Controller\\AbstractFluxController->performSubRendering('T3a.T3acontent', 'Content', 'twoColumns', 'Twocolumns', 'tx_t3acontent_t...')
#4 /var/www/theweb/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php(481): FluidTYPO3\\Flux\\Controller\\AbstractFluxController->renderAction()
#5 /var/www/theweb/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php(398): TYPO3\\CMS\\Extbase\\Mvc\\Controller\\ActionController->callActionMethod(Object(TYPO3\\CMS\\Extbase\\Mvc\\Request))
#6 /var/www/theweb/vendor/typo3/cms-extbase/Classes/Mvc/Dispatcher.php(68): TYPO3\\CMS\\Extbase\\Mvc\\Controller\\ActionController->processRequest(Object(TYPO3\\CMS\\Extbase\\Mvc\\Request))
#7 /var/www/theweb/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php(168): TYPO3\\CMS\\Extbase\\Mvc\\Dispatcher->dispatch(Object(TYPO3\\CMS\\Extbase\\Mvc\\Request))
#8 /var/www/theweb/vendor/typo3/cms-extbase/Classes/ContentObject/ExtbasePluginContentObject.php(45): TYPO3\\CMS\\Extbase\\Core\\Bootstrap->handleFrontendRequest(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#9 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(695): TYPO3\\CMS\\Extbase\\ContentObject\\ExtbasePluginContentObject->render(Array)
#10 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(642): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->render(Object(TYPO3\\CMS\\Extbase\\ContentObject\\ExtbasePluginContentObject), Array)
#11 /var/www/theweb/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php(184): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGetSingle('EXTBASEPLUGIN', Array, 'tt_content.t3ac...')
#12 /var/www/theweb/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php(167): TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper::renderContentObject(Object(TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer), Array, 'tt_content.t3ac...', '20')
#13 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithContentArgumentAndRenderStatic.php(72): TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper::renderStatic(Array, Object(Closure), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#14 [internal function]: TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper->render()
#15 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#16 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#17 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#18 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#19 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(57): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#20 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(37): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNode(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext), false)
#21 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(297): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNodes(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#22 /var/www/theweb/vendor/typo3fluid/fluid/src/ViewHelpers/ElseViewHelper.php(58): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->renderChildren()
#23 [internal function]: TYPO3Fluid\\Fluid\\ViewHelpers\\ElseViewHelper->render()
#24 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#25 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#26 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#27 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3Fluid\\Fluid\\ViewHelpers\\ElseViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#28 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php(208): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#29 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php(63): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractConditionViewHelper->renderElseChild()
#30 [internal function]: TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractConditionViewHelper->render()
#31 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#32 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#33 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#34 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3Fluid\\Fluid\\ViewHelpers\\IfViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#35 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(57): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#36 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(37): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNode(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext), false)
#37 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(297): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNodes(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#38 /var/www/theweb/vendor/typo3fluid/fluid/src/ViewHelpers/SectionViewHelper.php(95): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->renderChildren()
#39 [internal function]: TYPO3Fluid\\Fluid\\ViewHelpers\\SectionViewHelper->render()
#40 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#41 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#42 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#43 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3Fluid\\Fluid\\ViewHelpers\\SectionViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#44 /var/www/theweb/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php(279): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#45 /var/www/theweb/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php(166): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->renderSection('Main', Array, true)
#46 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithRenderStatic.php(31): TYPO3Fluid\\Fluid\\ViewHelpers\\RenderViewHelper::renderStatic(Array, Object(Closure), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#47 [internal function]: TYPO3Fluid\\Fluid\\ViewHelpers\\RenderViewHelper->render()
#48 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#49 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#50 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#51 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3\\CMS\\Fluid\\ViewHelpers\\RenderViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#52 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(57): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#53 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(37): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNode(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext), false)
#54 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(297): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNodes(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#55 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(312): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->renderChildren()
#56 /var/www/theweb/vendor/bk2k/bootstrap-package/Classes/ViewHelpers/FrameViewHelper.php(177): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->TYPO3Fluid\\Fluid\\Core\\ViewHelper\\{closure}()
#57 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithRenderStatic.php(31): BK2K\\BootstrapPackage\\ViewHelpers\\FrameViewHelper::renderStatic(Array, Object(Closure), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#58 [internal function]: BK2K\\BootstrapPackage\\ViewHelpers\\FrameViewHelper->render()
#59 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#60 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#61 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#62 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(BK2K\\BootstrapPackage\\ViewHelpers\\FrameViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#63 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(57): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#64 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(37): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNode(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext), false)
#65 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/RootNode.php(29): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNodes(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#66 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/ParsingState.php(117): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\RootNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#67 /var/www/theweb/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php(199): TYPO3Fluid\\Fluid\\Core\\Parser\\ParsingState->render(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#68 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php(332): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->render()
#69 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php(89): TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject->renderFluidView()
#70 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(695): TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject->render(Array)
#71 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(642): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->render(Object(TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject), Array)
#72 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/CaseContentObject.php(45): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGetSingle('< lib.contentEl...', Array, 't3acontent_twoc...')
#73 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(695): TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject->render(Array)
#74 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(642): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->render(Object(TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject), Array)
#75 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentContentObject.php(95): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGetSingle('<tt_content', Array, '')
#76 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(695): TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject->render(Array)
#77 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(642): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->render(Object(TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject), Array)
#78 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(611): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGetSingle('CONTENT', Array, '20')
#79 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectArrayContentObject.php(43): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGet(Array)
#80 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(695): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject->render(Array)
#81 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(642): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->render(Object(TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject), Array)
#82 /var/www/theweb/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php(184): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGetSingle('COA', Array, 'lib.dynamicCont...')
#83 /var/www/theweb/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php(167): TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper::renderContentObject(Object(TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer), Array, 'lib.dynamicCont...', 'dynamicContent')
#84 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithContentArgumentAndRenderStatic.php(72): TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper::renderStatic(Array, Object(Closure), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#85 [internal function]: TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper->render()
#86 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#87 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#88 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#89 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3\\CMS\\Fluid\\ViewHelpers\\CObjectViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#90 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(57): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#91 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(37): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNode(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext), false)
#92 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(297): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNodes(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#93 /var/www/theweb/vendor/typo3fluid/fluid/src/ViewHelpers/SectionViewHelper.php(95): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->renderChildren()
#94 [internal function]: TYPO3Fluid\\Fluid\\ViewHelpers\\SectionViewHelper->render()
#95 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#96 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#97 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#98 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3Fluid\\Fluid\\ViewHelpers\\SectionViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#99 /var/www/theweb/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php(279): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#100 /var/www/theweb/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php(166): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->renderSection('Main', Array, false)
#101 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/Traits/CompileWithRenderStatic.php(31): TYPO3Fluid\\Fluid\\ViewHelpers\\RenderViewHelper::renderStatic(Array, Object(Closure), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#102 [internal function]: TYPO3Fluid\\Fluid\\ViewHelpers\\RenderViewHelper->render()
#103 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(256): call_user_func(Array)
#104 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php(244): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->callRenderMethod()
#105 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php(79): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\AbstractViewHelper->initializeArgumentsAndRender()
#106 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/ViewHelperNode.php(135): TYPO3Fluid\\Fluid\\Core\\ViewHelper\\ViewHelperInvoker->invoke(Object(TYPO3\\CMS\\Fluid\\ViewHelpers\\RenderViewHelper), Array, Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#107 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(57): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#108 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/AbstractNode.php(37): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNode(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\ViewHelperNode), Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext), false)
#109 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/RootNode.php(29): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\AbstractNode->evaluateChildNodes(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#110 /var/www/theweb/vendor/typo3fluid/fluid/src/Core/Parser/ParsingState.php(117): TYPO3Fluid\\Fluid\\Core\\Parser\\SyntaxTree\\RootNode->evaluate(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#111 /var/www/theweb/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php(199): TYPO3Fluid\\Fluid\\Core\\Parser\\ParsingState->render(Object(TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext))
#112 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php(332): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->render()
#113 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php(89): TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject->renderFluidView()
#114 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(695): TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject->render(Array)
#115 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(642): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->render(Object(TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject), Array)
#116 /var/www/theweb/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php(611): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', Array, '10')
#117 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php(225): TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer->cObjGet(Array)
#118 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php(196): TYPO3\\CMS\\Frontend\\Http\\RequestHandler->generatePageBodyContent(Object(TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController))
#119 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php(136): TYPO3\\CMS\\Frontend\\Http\\RequestHandler->generatePageContent(Object(TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController), Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#120 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php(34): TYPO3\\CMS\\Frontend\\Http\\RequestHandler->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#121 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\\ResponsePropagation->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(TYPO3\\CMS\\Frontend\\Http\\RequestHandler))
#122 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php(53): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#123 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\ContentSecurityPolicyHeaders->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#124 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php(44): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#125 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\OutputCompression->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#126 /var/www/theweb/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php(41): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#127 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Adminpanel\\Middleware\\AdminPanelDataPersister->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#128 /var/www/theweb/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php(42): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#129 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Adminpanel\\Middleware\\AdminPanelRenderer->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#130 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php(42): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#131 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\ContentLengthResponseHeader->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#132 /var/www/theweb/vendor/fluidtypo3/vhs/Classes/Middleware/AssetInclusion.php(19): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#133 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): FluidTYPO3\\Vhs\\Middleware\\AssetInclusion->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#134 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php(93): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#135 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\ShortcutAndMountPointRedirect->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#136 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php(59): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#137 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\PrepareTypoScriptFrontendRendering->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#138 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php(113): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#139 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\TypoScriptFrontendInitialization->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#140 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php(114): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#141 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\PageArgumentValidator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#142 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php(90): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#143 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\PreviewSimulator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#144 /var/www/theweb/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php(54): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#145 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Adminpanel\\Middleware\\SqlLogging->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#146 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php(102): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#147 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\PageResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#148 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php(64): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#149 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\StaticRouteResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#150 /var/www/theweb/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php(51): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#151 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Adminpanel\\Middleware\\AdminPanelInitiator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#152 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php(42): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#153 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\ContentSecurityPolicyReporter->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#154 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php(90): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#155 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\SiteBaseRedirectResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#156 /var/www/theweb/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php(88): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#157 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Redirects\\Http\\Middleware\\RedirectHandler->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#158 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php(73): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#159 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\FrontendUserAuthenticator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#160 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php(79): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#161 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\BackendUserAuthenticator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#162 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php(71): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#163 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\\RequestTokenMiddleware->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#164 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php(51): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#165 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\MaintenanceMode->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#166 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php(55): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#167 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\SiteResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#168 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php(49): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#169 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\EidHandler->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#170 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php(41): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#171 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\
ormalizedParamsAttribute->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#172 /var/www/theweb/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php(14): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#173 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): FluidTYPO3\\Vhs\\Middleware\\RequestAvailability->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#174 /var/www/theweb/vendor/fluidtypo3/flux/Classes/Integration/MiddleWare/RequestAvailability.php(17): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#175 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): FluidTYPO3\\Flux\\Integration\\MiddleWare\\RequestAvailability->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#176 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php(55): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#177 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\\VerifyHostHeader->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#178 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php(48): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#179 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\TimeTrackerInitialization->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#180 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(70): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#181 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php(80): TYPO3\\CMS\\Core\\Http\\MiddlewareDispatcher->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#182 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Http/Application.php(59): TYPO3\\CMS\\Core\\Http\\AbstractApplication->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#183 /var/www/theweb/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php(128): TYPO3\\CMS\\Frontend\\Http\\Application->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#184 /var/www/theweb/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php(84): TYPO3\\CMS\\Core\\Error\\PageErrorHandler\\PageContentErrorHandler->sendSubRequest(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), 2, Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#185 /var/www/theweb/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php(106): TYPO3\\CMS\\Core\\Error\\PageErrorHandler\\PageContentErrorHandler->TYPO3\\CMS\\Core\\Error\\PageErrorHandler\\{closure}()
#186 /var/www/theweb/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php(84): TYPO3\\CMS\\Core\\Error\\PageErrorHandler\\PageContentErrorHandler->stashEnvironment(Object(Closure))
#187 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Controller/ErrorController.php(85): TYPO3\\CMS\\Core\\Error\\PageErrorHandler\\PageContentErrorHandler->handlePageError(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), 'The requested p...', Array)
#188 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php(74): TYPO3\\CMS\\Frontend\\Controller\\ErrorController->pageNotFoundAction(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), 'The requested p...', Array)
#189 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\PageResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#190 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php(64): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#191 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\StaticRouteResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#192 /var/www/theweb/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php(51): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#193 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Adminpanel\\Middleware\\AdminPanelInitiator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#194 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php(42): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#195 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\ContentSecurityPolicyReporter->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#196 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php(90): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#197 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\SiteBaseRedirectResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#198 /var/www/theweb/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php(88): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#199 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Redirects\\Http\\Middleware\\RedirectHandler->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#200 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php(73): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#201 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\FrontendUserAuthenticator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#202 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php(79): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#203 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\BackendUserAuthenticator->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#204 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php(71): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#205 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\\RequestTokenMiddleware->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#206 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php(51): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#207 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\MaintenanceMode->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#208 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php(55): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#209 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\SiteResolver->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#210 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php(49): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#211 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\EidHandler->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#212 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php(41): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#213 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\
ormalizedParamsAttribute->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#214 /var/www/theweb/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php(14): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#215 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): FluidTYPO3\\Vhs\\Middleware\\RequestAvailability->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#216 /var/www/theweb/vendor/fluidtypo3/flux/Classes/Integration/MiddleWare/RequestAvailability.php(17): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#217 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): FluidTYPO3\\Flux\\Integration\\MiddleWare\\RequestAvailability->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#218 /var/www/theweb/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php(55): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#219 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Core\\Middleware\\VerifyHostHeader->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#220 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php(48): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#221 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(162): TYPO3\\CMS\\Frontend\\Middleware\\TimeTrackerInitialization->process(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest), Object(Psr\\Http\\Server\\RequestHandlerInterface@anonymous))
#222 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php(70): Psr\\Http\\Server\\RequestHandlerInterface@anonymous->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#223 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php(80): TYPO3\\CMS\\Core\\Http\\MiddlewareDispatcher->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#224 /var/www/theweb/vendor/typo3/cms-frontend/Classes/Http/Application.php(59): TYPO3\\CMS\\Core\\Http\\AbstractApplication->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#225 /var/www/theweb/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php(92): TYPO3\\CMS\\Frontend\\Http\\Application->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))
#226 /var/www/theweb/public/index.php(20): TYPO3\\CMS\\Core\\Http\\AbstractApplication->run()
#227 /var/www/theweb/public/index.php(21): {closure}()
#228 {main}"}
NamelessCoder commented 11 months ago

Make sure you destroy the DI cache. This has to be done either through the Install tool, Maintenance module, or manually by rm -rf var/cache/code/di.

farconada commented 11 months ago

deleted but same error

NamelessCoder commented 11 months ago

Do you have a custom controller class that defines a constructor method? If so, you must adjust this controller class to take the same arguments as AbstractFluxController + whichever additional arguments you require. The controller must then also be registered in Services.yaml as public: true.

See also https://github.com/FluidTYPO3/flux#caveats (I'll extend ths caveats section to mention the constructor arguments).

farconada commented 11 months ago

Thanks I forgot Services.yaml