Uncaught TYPO3 Exception
#1: PHP Warning: unlink(/var/www/alpha-innotec.ch/releases/current/typo3temp/Cache/Code/fluid_template/Powermail_Form_partial_Misc_FormError_498c4b68177fa27b97ae059ae2618240ac3cb817.php): No such file or directory in /var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php line 237 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 101.

72 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "unlink(/var/www/alpha-innotec.ch/releases/current/9ae2618240ac3cb817.php): No such file or directory", "/var/www/alpha-innotec.ch/releases/20220531155152//sysext/core/Classes/Cache/Backend/FileBackend.php", 237, array)
71 unlink("/var/www/alpha-innotec.ch/releases/current/typo3teError_498c4b68177fa27b97ae059ae2618240ac3cb817.php")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php:
00235:    return FALSE;
00236:   }
00237:   if (unlink($pathAndFilename) === FALSE) {
00238:    return FALSE;
00239:   }

70 TYPO3\CMS\Core\Cache\Backend\FileBackend::remove("Powermail_Form_partial_Misc_FormError_498c4b68177fa27b97ae059ae2618240ac3cb817")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php:
00147:    throw new \RuntimeException(sprintf('Cannot add or modify cache entry because the backend of cache "%s" is frozen.', $this->cacheIdentifier), 1323344192);
00148:   }
00149:   $this->remove($entryIdentifier);
00150:   $temporaryCacheEntryPathAndFilename = $this->cacheDirectory . uniqid('', TRUE) . '.temp';
00151:   $lifetime = $lifetime === NULL ? $this->defaultLifetime : $lifetime;

69 TYPO3\CMS\Core\Cache\Backend\FileBackend::set("Powermail_Form_partial_Misc_FormError_498c4b68177fa27b97ae059ae2618240ac3cb817", "<?phpclass FluidCache_Powermail_Form_partial_MiscizeArgumentsAndRender();return $output0;}}#", array, NULL)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php:
00059:   }
00060:   $sourceCode = '<?php' . chr(10) . $sourceCode . chr(10) . '#';
00061:   $this->backend->set($entryIdentifier, $sourceCode, $tags, $lifetime);
00062:  }
00063: 

68 TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::set("Powermail_Form_partial_Misc_FormError_498c4b68177fa27b97ae059ae2618240ac3cb817", "class FluidCache_Powermail_Form_partial_Misc_FormEalizeArgumentsAndRender();return $output0;}}")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Compiler/TemplateCompiler.php:
00109:     ($parsingState->hasLayout() ? 'TRUE' : 'FALSE'),
00110:     $generatedRenderFunctions);
00111:   $this->templateCache->set($identifier, $templateCode);
00112:  }
00113: 

67 TYPO3\CMS\Fluid\Core\Compiler\TemplateCompiler::store("Powermail_Form_partial_Misc/FormError_498c4b68177fa27b97ae059ae2618240ac3cb817", TYPO3\CMS\Fluid\Core\Parser\ParsingState)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00265:    $parsedPartial = $this->templateParser->parse($this->getPartialSource($partialName));
00266:    if ($parsedPartial->isCompilable()) {
00267:     $this->templateCompiler->store($partialIdentifier, $parsedPartial);
00268:    }
00269:   }

66 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderPartial("Misc/FormError", NULL, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00086: 
00087:   if ($partial !== NULL) {
00088:    return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089:   } elseif ($section !== NULL) {
00090:    return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);

65 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render(NULL, "Misc/FormError", array, boolean)
64 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00045:      $output = (string) $output;
00046:     }
00047:     $subNodeOutput = $subNode->evaluate($renderingContext);
00048: 
00049:     if (is_object($subNodeOutput)) {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00276:    return $closure();
00277:   }
00278:   return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00279:  }
00280: 

59 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php:
00143:   $this->addFieldNamePrefixToViewHelperVariableContainer();
00144:   $this->addFormFieldNamesToViewHelperVariableContainer();
00145:   $formContent = $this->renderChildren();
00146: 
00147:   if ($this->arguments['hiddenFieldClassName'] !== NULL) {

58 TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper::render("create", array, NULL, NULL, NULL, NULL, NULL, 0, boolean, boolean, "", "", array, boolean, boolean, array, NULL, NULL, NULL, NULL)
57 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00045:      $output = (string) $output;
00046:     }
00047:     $subNodeOutput = $subNode->evaluate($renderingContext);
00048: 
00049:     if (is_object($subNodeOutput)) {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00276:    return $closure();
00277:   }
00278:   return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00279:  }
00280: 

52 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00290:   $self = $this;
00291:   return function () use ($self) {
00292:    return $self->renderChildren();
00293:   };
00294:  }

51 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::TYPO3\CMS\Fluid\Core\ViewHelper\{closure}()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php:
00122:     $iterationData['cycle']++;
00123:    }
00124:    $output .= $renderChildrenClosure();
00125:    $templateVariableContainer->remove($arguments['as']);
00126:    if ($arguments['key'] !== '') {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php:
00073:   */
00074:  public function render($each, $as, $key = '', $reverse = FALSE, $iteration = NULL) {
00075:   return self::renderStatic($this->arguments, $this->buildRenderChildrenClosure(), $this->renderingContext);
00076:  }
00077: 

49 TYPO3\CMS\Fluid\ViewHelpers\ForViewHelper::render(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult, "form", "", boolean, NULL)
48 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00045:      $output = (string) $output;
00046:     }
00047:     $subNodeOutput = $subNode->evaluate($renderingContext);
00048: 
00049:     if (is_object($subNodeOutput)) {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00276:    return $closure();
00277:   }
00278:   return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00279:  }
00280: 

43 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/ThenViewHelper.php:
00027:   */
00028:  public function render() {
00029:   return $this->renderChildren();
00030:  }
00031: }

42 TYPO3\CMS\Fluid\ViewHelpers\ThenViewHelper::render()
41 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00082:    if ($childNode instanceof \TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode
00083:     && $childNode->getViewHelperClassName() === 'TYPO3\\CMS\\Fluid\\ViewHelpers\\ThenViewHelper') {
00084:     $data = $childNode->evaluate($this->renderingContext);
00085:     return $data;
00086:    }

37 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderThenChild()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php:
00093:  public function render($condition) {
00094:   if ($condition) {
00095:    return $this->renderThenChild();
00096:   } else {
00097:    return $this->renderElseChild();

36 TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::render(boolean)
35 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00045:      $output = (string) $output;
00046:     }
00047:     $subNodeOutput = $subNode->evaluate($renderingContext);
00048: 
00049:     if (is_object($subNodeOutput)) {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00276:    return $closure();
00277:   }
00278:   return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00279:  }
00280: 

30 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php:
00095:   if ($this->viewHelperVariableContainer->exists('TYPO3\\CMS\\Fluid\\ViewHelpers\\SectionViewHelper', 'isCurrentlyRenderingSection')) {
00096:    $this->viewHelperVariableContainer->remove('TYPO3\\CMS\\Fluid\\ViewHelpers\\SectionViewHelper', 'isCurrentlyRenderingSection');
00097:    return $this->renderChildren();
00098:   }
00099:   return '';

29 TYPO3\CMS\Fluid\ViewHelpers\SectionViewHelper::render()
28 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00237: 
00238:    $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00239:    $output = $section->evaluate($renderingContext);
00240:    $this->stopRendering();
00241:   }

24 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("main", array, boolean)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00088:    return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089:   } elseif ($section !== NULL) {
00090:    return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00091:   }
00092:   return '';

23 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render("main", NULL, array, boolean)
22 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00045:      $output = (string) $output;
00046:     }
00047:     $subNodeOutput = $subNode->evaluate($renderingContext);
00048: 
00049:     if (is_object($subNodeOutput)) {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php:
00024:   */
00025:  public function evaluate(\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
00026:   return $this->evaluateChildNodes($renderingContext);
00027:  }
00028: }

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/Core/Parser/ParsingState.php:
00080:   */
00081:  public function render(\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
00082:   return $this->rootNode->evaluate($renderingContext);
00083:  }
00084: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00180:    }
00181:    $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00182:    $output = $parsedLayout->render($this->baseRenderingContext);
00183:    $this->stopRendering();
00184:   } else {

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00326:   }
00327:   if ($actionResult === NULL && $this->view instanceof ViewInterface) {
00328:    $this->response->appendContent($this->view->render());
00329:   } elseif (is_string($actionResult) && strlen($actionResult) > 0) {
00330:    $this->response->appendContent($actionResult);

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00156:    $this->initializeView($this->view);
00157:   }
00158:   $this->callActionMethod();
00159:  }
00160: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00067:    $controller = $this->resolveController($request);
00068:    try {
00069:     $controller->processRequest($request, $response);
00070:    } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00071:    }

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00054:   /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00055:   $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00056:   $this->dispatcher->dispatch($request, $response);
00057:   return $response;
00058:  }

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00193:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00194: 
00195:   $response = $requestHandler->handleRequest();
00196:   // If response is NULL after handling the request we need to stop
00197:   // This happens for instance, when a USER object was converted to a USER_INT

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

9 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
8 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06694:       $content,
06695:       $conf
06696:      ));
06697:     } else {
06698:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:   }
00040:   $this->cObj->includeLibs($conf);
00041:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:   if ($this->cObj->doConvertToUserIntObject) {
00043:    $this->cObj->doConvertToUserIntObject = FALSE;

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00861:    return $this->getContentObject('USER_INT')->render($conf);
00862:   } else {
00863:    return $this->getContentObject('USER')->render($conf);
00864:   }
00865:  }

5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::USER(array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03729:        break;
03730:       case 'FUNC':
03731:        $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03732:        break;
03733:       case 'POSTUSERFUNC':

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03677:    $INTiS_config = $this->config['INTincScript'];
03678:    $this->INTincScript_includeLibs($INTiS_config);
03679:    $this->INTincScript_process($INTiS_config);
03680:    // Check if there were new items added to INTincScript during the previous execution:
03681:    $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03644:   }
03645: 
03646:   $this->recursivelyReplaceIntPlaceholdersInContent();
03647:   $GLOBALS['TT']->push('Substitute header section');
03648:   $this->INTincScript_loadJSCode();

2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/cms/tslib/index_ts.php:
00230: if ($TSFE->isINTincScript()) {
00231:  $TT->push('Non-cached objects', '');
00232:  $TSFE->INTincScript();
00233:  $TT->pull();
00234: }

1 require("/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/cms/tslib/index_ts.php")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');