Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/2) #1407060572 TYPO3Fluid\Fluid\Core\Parser\Exception

Fluid parse error in template partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2, line 4 at character 6. Error: The ViewHelper "<jhcaptcha:reCaptcha>" could not be resolved. Based on your spelling, the system would load the class "Haffner\JhCaptcha\ViewHelpers\ReCaptchaViewHelper", however this class does not exist. (error code 1407060572). Template source chunk: <jhcaptcha:reCaptcha uid="{f:if(condition: '{field.uid}', then: 'f{field.uid}', else: '')}" type="powermail" />

in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 160
    public function createParsingRelatedExceptionWithContext(\Exception $error, $templateIdentifier)
    {
        list($line, $character, $templateCode) = $this->getCurrentParsingPointers();
        $exceptionClass = get_class($error);
        return new $exceptionClass(
            sprintf(
                'Fluid parse error in template %s, line %d at character %d. Error: %s (error code %d). Template source chunk: %s',
                $templateIdentifier,
                $line,
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->createParsingRelatedExceptionWithContext(object(TYPO3Fluid\Fluid\Core\Parser\Exception), 'partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2')
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 145

            $splitTemplate = $this->splitTemplateAtDynamicTags($templateString);
            $parsingState = $this->buildObjectTree($splitTemplate, self::CONTEXT_OUTSIDE_VIEWHELPER_ARGUMENTS);
        } catch (Exception $error) {
            throw $this->createParsingRelatedExceptionWithContext($error, $templateIdentifier);
        }
        $this->parsedTemplates[$templateIdentifier] = $parsingState;
        return $parsingState;
    }
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parse('<div id="powermail_fieldwrap_{field.uid}" class="powermail_fieldwrap powermail_fieldwrap_input powermail_fieldwrap_{field.uid} {field.css}"> <jhcaptcha:reCaptcha uid="{f:if(condition: \'{field.uid}\', then: \'f{field.uid}\', else: \'\')}" type="powermail" /></div>', 'partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2')
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 211
     */
    protected function parseTemplateSource($templateIdentifier, $templateSourceClosure)
    {
        $parsedTemplate = $this->parse(
            $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
            $templateIdentifier
        );
        $parsedTemplate->setIdentifier($templateIdentifier);
        $this->parsedTemplates[$templateIdentifier] = $parsedTemplate;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parseTemplateSource('partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2', object(Closure))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 191
            if ($parsedTemplate instanceof UncompilableTemplateInterface) {
                $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            }
        } else {
            $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            try {
                $compiler->store($templateIdentifier, $parsedTemplate);
            } catch (StopCompilingException $stop) {
                $this->renderingContext->getErrorHandler()->handleCompilerError($stop);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->getOrParseAndStoreTemplate('partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2', object(Closure))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 305
            $parsedPartial = $renderingContext->getTemplateParser()->getOrParseAndStoreTemplate(
                $templatePaths->getPartialIdentifier($partialName),
                function ($parent, TemplatePaths $paths) use ($partialName) {
                    return $paths->getPartialSource($partialName);
                }
            );
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        } catch (InvalidTemplateResourceException $error) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Form/Field/JhCaptchaRecaptcha', null, array('field' => object(In2code\Powermail\Domain\Model\Field)), false)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Form/Field/JhCaptchaRecaptcha', 'delegate' => null, 'renderable' => null, 'arguments' => array('field' => object(In2code\Powermail\Domain\Model\Field)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1.php line 144
$array27 = array (
);$array26['field'] = $renderingContext->getVariableProvider()->getByPath('field', $array27);
$arguments20['arguments'] = $array26;

$output19 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);

$output19 .= '
  ';
return $output19;
at partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1->{closure}()
in /var/www/html/releases/223/public/typo3conf/ext/powermail/Classes/ViewHelpers/Misc/CreateRowTagsViewHelper.php line 60
            $content .= self::getBeginningTag($arguments);
            $content .= $renderChildrenClosure();
            $content .= self::getEndingTag($arguments);
        } else {
            $content .= $renderChildrenClosure();
        }
        return $content;
    }

at In2code\Powermail\ViewHelpers\Misc\CreateRowTagsViewHelper::renderStatic(array('columns' => '0', 'iteration' => array('index' => 9, 'cycle' => 10, 'total' => 11, 'isFirst' => false, 'isLast' => false, 'isEven' => true, 'isOdd' => false), 'tagName' => null, 'class' => 'row', 'additionalAttributes' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1.php line 163
);$arguments14['class'] = $renderingContext->getVariableProvider()->getByPath('settings.styles.framework.rowClasses', $array17);
$array18 = array (
);$arguments14['iteration'] = $renderingContext->getVariableProvider()->getByPath('iteration', $array18);

$output13 .= In2code\Powermail\ViewHelpers\Misc\CreateRowTagsViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);

$output13 .= '
 ';
return $output13;
at partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => object(TYPO3\CMS\Extbase\Persistence\ObjectStorage), 'as' => 'field', 'key' => null, 'reverse' => false, 'iteration' => 'iteration'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1.php line 180
);$arguments10['each'] = $renderingContext->getVariableProvider()->getByPath('page.fields', $array12);
$arguments10['as'] = 'field';
$arguments10['iteration'] = 'iteration';

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);

$output0 .= '
</fieldset>
';
at partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Form/Page', null, array('settings' => array('staticTemplate' => '1', 'main' => array('pid' => '', 'form' => '90', 'confirmation' => '', 'optin' => '', 'moresteps' => ''), 'validation' => array('native' => '1', 'client' => '1', 'server' => '1', 'unique' => array(), 'customValidation' => array()), 'receiver' => array('enable' => '1', 'email' => '', 'subject' => '', 'body' => '<p>{powermail_all}</p>', 'attachment' => '1', 'mailformat' => 'both', 'default' => array('senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'predefinedReceiver' => array(), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'sender' => array('enable' => '1', 'name' => 'VINUM - Europas Weinmagazin', 'email' => 'info@vinum.ch', 'subject' => 'Anmeldung zum ProWein-Promi-Talk', 'body' => '<p>{powermail_all}</p><h3>Herzlichen Glückwunsch!<br /> Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.</h3><h3>Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.</h3><h3>Ihr VINUM-Team</h3>', 'attachment' => '0', 'mailformat' => 'both', 'addDisclaimerLink' => '1', 'default' => array('senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'thx' => array('body' => '<p>{powermail_all}</p>', 'redirect' => '', 'overwrite' => array()), 'db' => array('enable' => '1', 'hidden' => '0'), 'optin' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:optin_subject', '_typoScriptNodeValue' => 'TEXT'), 'overwrite' => array()), 'disclaimer' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:disclaimed_subject', '_typoScriptNodeValue' => 'TEXT')), 'captcha' => array('use' => 'default', 'default' => array('image' => 'EXT:powermail/Resources/Private/Image/captcha_bg.png', 'font' => 'EXT:powermail/Resources/Private/Fonts/Segment16cBold.ttf', 'textColor' => '#111111', 'textSize' => '32', 'textAngle' => '-5,5', 'distanceHor' => '20,100', 'distanceVer' => '30,45')), 'spamshield' => array('_enable' => '1', 'factor' => '75', 'email' => '', 'senderEmail' => '', 'emailSubject' => 'Spam in powermail form recognized', 'emailTemplate' => 'EXT:powermail/Resources/Private/Templates/Mail/SpamNotification.html', 'logfileLocation' => '', 'logTemplate' => 'EXT:powermail/Resources/Private/Templates/Log/SpamNotification.html', 'methods' => array(array('_enable' => '1', 'name' => 'Honey Pot', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\HoneyPodMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Link check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\LinkMethod', 'indication' => '3', 'configuration' => array('linkLimit' => '2')), array('_enable' => '1', 'name' => 'Name check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\NameMethod', 'indication' => '3', 'configuration' => array()), array('_enable' => '0', 'name' => 'Session check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\SessionMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Unique check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\UniqueMethod', 'indication' => '2', 'configuration' => array()), array('_enable' => '1', 'name' => 'Value blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\ValueBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => 'viagra,sex,porn,p0rn', '_typoScriptNodeValue' => 'TEXT'))), array('_enable' => '1', 'name' => 'IP blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\IpBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => '123.132.125.123,123.132.125.124', '_typoScriptNodeValue' => 'TEXT'))))), 'misc' => array('htmlForHtmlFields' => '0', 'htmlForLabels' => '0', 'showOnlyFilledValues' => '1', 'ajaxSubmit' => '0', 'addQueryString' => '0', 'file' => array('folder' => 'uploads/tx_powermail/', 'size' => '10485760', 'extension' => 'jpg,jpeg,gif,png,tif,txt,doc,docx,xls,xlsx,ppt,pptx,pdf,mpg,mpeg,avi,mp3,zip,rar,ace,csv,svg', 'randomizeFileName' => '1', 'randomizePrependOriginalFileName' => '0'), 'datepicker' => array('forceJavaScriptDatePicker' => '0')), 'prefill' => array(), 'excludeFromPowermailAllMarker' => array('confirmationPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'submitPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'receiverMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'senderMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'optinMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => '')), 'manipulateVariablesInPowermailAllMarker' => array('confirmationPage' => array(), 'submitPage' => array(), 'receiverMail' => array(), 'senderMail' => array(), 'optinMail' => array()), 'saveSession' => array(), 'marketing' => array('googleAdwords' => array('_enable' => '0', 'google_conversion_id' => '1234567890', 'google_conversion_label' => 'abcdefghijklmnopqrs', 'google_conversion_language' => 'en', 'google_conversion_format' => '3'), 'sendPost' => array('_enable' => array('value' => '0', '_typoScriptNodeValue' => 'TEXT'), 'targetUrl' => 'http://eloqua.com/e/f.aspx', 'username' => '', 'password' => '', 'values' => array(array('field' => 'vorname', 'wrap' => '&firstname=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'e_mail', 'wrap' => '&email=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'comment', 'wrap' => '&text=|', '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'), 'debug' => '0')), 'dbEntry' => array(array(), array()), 'validators' => array(), 'dataProcessors' => array(array('class' => 'In2code\\Powermail\\DataProcessor\\UploadDataProcessor'), array('class' => 'In2code\\Powermail\\DataProcessor\\SessionDataProcessor')), 'finishers' => array(array('class' => 'In2code\\Powermail\\Finisher\\SaveToAnyTableFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\SendParametersFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\RedirectFinisher')), 'debug' => array('settings' => '0', 'variables' => '0', 'mail' => '0', 'saveToTable' => '0', 'spamshield' => '0'), 'styles' => array('numberOfColumns' => '0', 'framework' => array('rowClasses' => 'row', 'formClasses' => 'form-horizontal', 'fieldAndLabelWrappingClasses' => 'form-group', 'fieldWrappingClasses' => 'col-sm-8', 'labelClasses' => 'control-label col-sm-4', 'fieldClasses' => 'form-control', 'offsetClasses' => 'col-sm-offset-4', 'radioClasses' => 'radio', 'checkClasses' => 'checkbox', 'submitClasses' => 'btn btn-primary', 'createClasses' => 'powermail_create'))), 'form' => object(In2code\Powermail\Domain\Model\Form), 'ttContentData' => array('uid' => 28492, 'pid' => 6771, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1553003113, 'crdate' => 1548403526, 'cruser_id' => 9, 'editlock' => 0, 'hidden' => 0, 'sorting' => 168, 'CType' => 'list', 'header' => '', 'rowDescription' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 1, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'powermail_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="main"> <language index="lDEF"> <field index="settings.flexform.main.form"> <value index="vDEF">90</value> </field> <field index="settings.flexform.main.confirmation"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.optin"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.moresteps"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.pid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="receiver"> <language index="lDEF"> <field index="settings.flexform.receiver.type"> <value index="vDEF">0</value> </field> <field index="settings.flexform.receiver.name"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.email"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.subject"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> </language> </sheet> <sheet index="sender"> <language index="lDEF"> <field index="settings.flexform.sender.name"> <value index="vDEF">VINUM - Europas Weinmagazin</value> </field> <field index="settings.flexform.sender.email"> <value index="vDEF">info@vinum.ch</value> </field> <field index="settings.flexform.sender.subject"> <value index="vDEF">Anmeldung zum ProWein-Promi-Talk</value> </field> <field index="settings.flexform.sender.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;&lt;h3&gt;Herzlichen Glückwunsch!&lt;br /&gt; Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.&lt;/h3&gt;&lt;h3&gt;Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.&lt;/h3&gt;&lt;h3&gt;Ihr VINUM-Team&lt;/h3&gt;</value> </field> </language> </sheet> <sheet index="thx"> <language index="lDEF"> <field index="settings.flexform.thx.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> <field index="settings.flexform.thx.redirect"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:24:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'categories' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_state' => null, 'l10n_source' => 0, 'filelink_sorting_direction' => '', 'mautic_form_id' => 0, 'tx_marketingautomation_persona' => ''), 'messageClass' => 'error', 'action' => 'create', 'page' => object(In2code\Powermail\Domain\Model\Page)), false)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Form/Page', 'delegate' => null, 'renderable' => null, 'arguments' => array('settings' => array('staticTemplate' => '1', 'main' => array('pid' => '', 'form' => '90', 'confirmation' => '', 'optin' => '', 'moresteps' => ''), 'validation' => array('native' => '1', 'client' => '1', 'server' => '1', 'unique' => array(), 'customValidation' => array()), 'receiver' => array('enable' => '1', 'email' => '', 'subject' => '', 'body' => '<p>{powermail_all}</p>', 'attachment' => '1', 'mailformat' => 'both', 'default' => array('senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'predefinedReceiver' => array(), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'sender' => array('enable' => '1', 'name' => 'VINUM - Europas Weinmagazin', 'email' => 'info@vinum.ch', 'subject' => 'Anmeldung zum ProWein-Promi-Talk', 'body' => '<p>{powermail_all}</p><h3>Herzlichen Glückwunsch!<br /> Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.</h3><h3>Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.</h3><h3>Ihr VINUM-Team</h3>', 'attachment' => '0', 'mailformat' => 'both', 'addDisclaimerLink' => '1', 'default' => array('senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'thx' => array('body' => '<p>{powermail_all}</p>', 'redirect' => '', 'overwrite' => array()), 'db' => array('enable' => '1', 'hidden' => '0'), 'optin' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:optin_subject', '_typoScriptNodeValue' => 'TEXT'), 'overwrite' => array()), 'disclaimer' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:disclaimed_subject', '_typoScriptNodeValue' => 'TEXT')), 'captcha' => array('use' => 'default', 'default' => array('image' => 'EXT:powermail/Resources/Private/Image/captcha_bg.png', 'font' => 'EXT:powermail/Resources/Private/Fonts/Segment16cBold.ttf', 'textColor' => '#111111', 'textSize' => '32', 'textAngle' => '-5,5', 'distanceHor' => '20,100', 'distanceVer' => '30,45')), 'spamshield' => array('_enable' => '1', 'factor' => '75', 'email' => '', 'senderEmail' => '', 'emailSubject' => 'Spam in powermail form recognized', 'emailTemplate' => 'EXT:powermail/Resources/Private/Templates/Mail/SpamNotification.html', 'logfileLocation' => '', 'logTemplate' => 'EXT:powermail/Resources/Private/Templates/Log/SpamNotification.html', 'methods' => array(array('_enable' => '1', 'name' => 'Honey Pot', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\HoneyPodMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Link check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\LinkMethod', 'indication' => '3', 'configuration' => array('linkLimit' => '2')), array('_enable' => '1', 'name' => 'Name check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\NameMethod', 'indication' => '3', 'configuration' => array()), array('_enable' => '0', 'name' => 'Session check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\SessionMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Unique check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\UniqueMethod', 'indication' => '2', 'configuration' => array()), array('_enable' => '1', 'name' => 'Value blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\ValueBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => 'viagra,sex,porn,p0rn', '_typoScriptNodeValue' => 'TEXT'))), array('_enable' => '1', 'name' => 'IP blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\IpBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => '123.132.125.123,123.132.125.124', '_typoScriptNodeValue' => 'TEXT'))))), 'misc' => array('htmlForHtmlFields' => '0', 'htmlForLabels' => '0', 'showOnlyFilledValues' => '1', 'ajaxSubmit' => '0', 'addQueryString' => '0', 'file' => array('folder' => 'uploads/tx_powermail/', 'size' => '10485760', 'extension' => 'jpg,jpeg,gif,png,tif,txt,doc,docx,xls,xlsx,ppt,pptx,pdf,mpg,mpeg,avi,mp3,zip,rar,ace,csv,svg', 'randomizeFileName' => '1', 'randomizePrependOriginalFileName' => '0'), 'datepicker' => array('forceJavaScriptDatePicker' => '0')), 'prefill' => array(), 'excludeFromPowermailAllMarker' => array('confirmationPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'submitPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'receiverMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'senderMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'optinMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => '')), 'manipulateVariablesInPowermailAllMarker' => array('confirmationPage' => array(), 'submitPage' => array(), 'receiverMail' => array(), 'senderMail' => array(), 'optinMail' => array()), 'saveSession' => array(), 'marketing' => array('googleAdwords' => array('_enable' => '0', 'google_conversion_id' => '1234567890', 'google_conversion_label' => 'abcdefghijklmnopqrs', 'google_conversion_language' => 'en', 'google_conversion_format' => '3'), 'sendPost' => array('_enable' => array('value' => '0', '_typoScriptNodeValue' => 'TEXT'), 'targetUrl' => 'http://eloqua.com/e/f.aspx', 'username' => '', 'password' => '', 'values' => array(array('field' => 'vorname', 'wrap' => '&firstname=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'e_mail', 'wrap' => '&email=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'comment', 'wrap' => '&text=|', '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'), 'debug' => '0')), 'dbEntry' => array(array(), array()), 'validators' => array(), 'dataProcessors' => array(array('class' => 'In2code\\Powermail\\DataProcessor\\UploadDataProcessor'), array('class' => 'In2code\\Powermail\\DataProcessor\\SessionDataProcessor')), 'finishers' => array(array('class' => 'In2code\\Powermail\\Finisher\\SaveToAnyTableFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\SendParametersFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\RedirectFinisher')), 'debug' => array('settings' => '0', 'variables' => '0', 'mail' => '0', 'saveToTable' => '0', 'spamshield' => '0'), 'styles' => array('numberOfColumns' => '0', 'framework' => array('rowClasses' => 'row', 'formClasses' => 'form-horizontal', 'fieldAndLabelWrappingClasses' => 'form-group', 'fieldWrappingClasses' => 'col-sm-8', 'labelClasses' => 'control-label col-sm-4', 'fieldClasses' => 'form-control', 'offsetClasses' => 'col-sm-offset-4', 'radioClasses' => 'radio', 'checkClasses' => 'checkbox', 'submitClasses' => 'btn btn-primary', 'createClasses' => 'powermail_create'))), 'form' => object(In2code\Powermail\Domain\Model\Form), 'ttContentData' => array('uid' => 28492, 'pid' => 6771, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1553003113, 'crdate' => 1548403526, 'cruser_id' => 9, 'editlock' => 0, 'hidden' => 0, 'sorting' => 168, 'CType' => 'list', 'header' => '', 'rowDescription' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 1, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'powermail_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="main"> <language index="lDEF"> <field index="settings.flexform.main.form"> <value index="vDEF">90</value> </field> <field index="settings.flexform.main.confirmation"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.optin"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.moresteps"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.pid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="receiver"> <language index="lDEF"> <field index="settings.flexform.receiver.type"> <value index="vDEF">0</value> </field> <field index="settings.flexform.receiver.name"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.email"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.subject"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> </language> </sheet> <sheet index="sender"> <language index="lDEF"> <field index="settings.flexform.sender.name"> <value index="vDEF">VINUM - Europas Weinmagazin</value> </field> <field index="settings.flexform.sender.email"> <value index="vDEF">info@vinum.ch</value> </field> <field index="settings.flexform.sender.subject"> <value index="vDEF">Anmeldung zum ProWein-Promi-Talk</value> </field> <field index="settings.flexform.sender.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;&lt;h3&gt;Herzlichen Glückwunsch!&lt;br /&gt; Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.&lt;/h3&gt;&lt;h3&gt;Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.&lt;/h3&gt;&lt;h3&gt;Ihr VINUM-Team&lt;/h3&gt;</value> </field> </language> </sheet> <sheet index="thx"> <language index="lDEF"> <field index="settings.flexform.thx.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> <field index="settings.flexform.thx.redirect"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:24:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'categories' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_state' => null, 'l10n_source' => 0, 'filelink_sorting_direction' => '', 'mautic_form_id' => 0, 'tx_marketingautomation_persona' => ''), 'messageClass' => 'error', 'action' => 'create', 'page' => object(In2code\Powermail\Domain\Model\Page)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 557
$arguments46['debug'] = true;
$arguments46['partial'] = 'Form/Page';
$arguments46['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output45 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments46, $renderChildrenClosure47, $renderingContext);

$output45 .= '
     ';
return $output45;
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => object(TYPO3\CMS\Extbase\Persistence\ObjectStorage), 'as' => 'page', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 573
$array44 = array (
);$arguments42['each'] = $renderingContext->getVariableProvider()->getByPath('form.pages', $array44);
$arguments42['as'] = 'page';

$output31 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments42, $renderChildrenClosure43, $renderingContext);

$output31 .= '

     ';
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 297
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/html/releases/223/public/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php line 174
        $this->addFormObjectNameToViewHelperVariableContainer();
        $this->addFormObjectToViewHelperVariableContainer();
        $this->addFieldNamePrefixToViewHelperVariableContainer();
        $this->addFormFieldNamesToViewHelperVariableContainer();
        $formContent = $this->renderChildren();

        if (isset($this->arguments['hiddenFieldClassName']) && $this->arguments['hiddenFieldClassName'] !== null) {
            $content = LF . '<div class="' . htmlspecialchars($this->arguments['hiddenFieldClassName']) . '">';
        } else {
at TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper), 'render'))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 258
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 246
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\FormViewHelper', array('additionalAttributes' => array('data-parsley-validate' => 'data-parsley-validate', 'data-validate' => 'html5'), 'data' => null, 'aria' => null, 'action' => 'create', 'arguments' => array(), 'controller' => null, 'extensionName' => null, 'pluginName' => null, 'pageUid' => null, 'object' => null, 'pageType' => 0, 'noCache' => false, 'noCacheHash' => null, 'section' => 'c28492', 'format' => '', 'additionalParams' => array(), 'absolute' => false, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => array(), 'addQueryStringMethod' => 'GET', 'fieldNamePrefix' => null, 'actionUri' => null, 'objectName' => null, 'hiddenFieldClassName' => null, 'enctype' => 'multipart/form-data', 'method' => null, 'name' => 'field', 'onreset' => null, 'onsubmit' => null, 'target' => null, 'novalidate' => null, 'class' => 'powermail_form powermail_form_90 form-horizontal ', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 515
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => array('data-parsley-validate' => 'data-parsley-validate', 'data-validate' => 'html5'), 'data' => null, 'aria' => null, 'action' => 'create', 'arguments' => array(), 'controller' => null, 'extensionName' => null, 'pluginName' => null, 'pageUid' => null, 'object' => null, 'pageType' => 0, 'noCache' => false, 'noCacheHash' => null, 'section' => 'c28492', 'format' => '', 'additionalParams' => array(), 'absolute' => false, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => array(), 'addQueryStringMethod' => 'GET', 'fieldNamePrefix' => null, 'actionUri' => null, 'objectName' => null, 'hiddenFieldClassName' => null, 'enctype' => 'multipart/form-data', 'method' => null, 'name' => 'field', 'onreset' => null, 'onsubmit' => null, 'target' => null, 'novalidate' => null, 'class' => 'powermail_form powermail_form_90 form-horizontal ', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 756

$output22 .= In2code\Powermail\ViewHelpers\Misc\MorestepClassViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
$arguments11['class'] = $output22;

$output10 .= TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);

$output10 .= '
   </div>
  ';
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 789
  ';
return $output56;
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);

$output0 .= '

';
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->section_b28b7af69320201d1cf206ebf28373980add1451(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('main', array(), false)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321.php line 68
$arguments4['contentAs'] = NULL;
$arguments4['debug'] = true;
$arguments4['section'] = 'main';

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
 </div>
';
at layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321.php line 77
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

at layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 504
            $actionResult = $this->{$this->errorMethodName}();
        }

        if ($actionResult === null && $this->view instanceof ViewInterface) {
            $this->response->appendContent($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $this->response->appendContent($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $this->response->appendContent((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1')))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), '')
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3125
                        case 'COA':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('COA', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.3ff755bda67c06f9acc1f0d3f096db73' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vinum', 'pluginName' => 'MetaNavLogin'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:22:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";}s:4:"data";a:109:{s:3:"uid";i:6771;s:3:"pid";i:6768;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1548408880;s:7:"sorting";i:2304;s:7:"deleted";i:0;s:12:"perms_userid";i:44;s:13:"perms_groupid";i:1;s:10:"perms_user";i:31;s:11:"perms_group";i:31;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1548252301;s:9:"cruser_id";i:9;s:6:"hidden";i:0;s:5:"title";s:18:"ProWein Vinum Talk";s:7:"doktype";i:1;s:8:"TSconfig";s:0:"";s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:16:"VINUM-Promi-Talk";s:6:"layout";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:0;s:8:"keywords";s:0:"";s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:8:"newUntil";i:0;s:11:"description";s:45:"Rudi Knoll im Gespräch mit sechs Weinadligen";s:9:"no_search";i:0;s:15:"SYS_LASTCHANGED";i:1605073887;s:8:"abstract";s:0:"";s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:18:"Adel verpflichtet!";s:8:"nav_hide";i:0;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:1:"1";s:25:"backend_layout_next_level";s:0:"";s:17:"tsconfig_includes";s:0:"";s:10:"categories";i:0;s:11:"yoopress_id";i:0;s:17:"tx_vinum_seotitle";s:0:"";s:16:"tx_vinum_authors";i:0;s:22:"tx_vinum_photographers";i:0;s:24:"tx_vinum_grape_varieties";i:0;s:16:"tx_vinum_related";i:0;s:20:"tx_vinum_wineregions";i:0;s:25:"tx_vinum_degustationnotes";i:0;s:17:"tx_vinum_comments";i:0;s:20:"tx_vinum_bottomlinks";i:1;s:24:"tx_vinum_email_recipient";s:0:"";s:31:"tx_vinum_price_subscription_chf";s:0:"";s:18:"tx_vinum_price_chf";s:0:"";s:31:"tx_vinum_price_subscription_eur";s:0:"";s:18:"tx_vinum_price_eur";s:0:"";s:14:"rowDescription";N;s:16:"sys_language_uid";i:1;s:11:"l10n_source";i:6771;s:10:"l10n_state";N;s:15:"l10n_diffsource";N;s:4:"slug";s:33:"/events/prowein/adel-verpflichtet";s:18:"legacy_overlay_uid";i:12382;s:11:"l10n_parent";i:6771;s:9:"seo_title";s:0:"";s:8:"no_index";i:0;s:9:"no_follow";i:0;s:8:"og_title";s:0:"";s:14:"og_description";N;s:13:"twitter_title";s:0:"";s:19:"twitter_description";N;s:13:"twitter_image";i:0;s:12:"twitter_card";s:0:"";s:14:"canonical_link";s:0:"";s:16:"sitemap_priority";s:3:"0.5";s:18:"sitemap_changefreq";s:0:"";s:8:"og_image";i:0;s:20:"dont_show_as_related";i:0;s:21:"no_search_sub_entries";i:0;s:14:"tx_mautic_tags";i:0;s:30:"tx_marketingautomation_persona";s:0:"";s:25:"tx_vinum_searchcategories";i:0;s:40:"vinum_world_product_only_for_subscribers";i:0;s:15:"tx_popups_image";i:0;s:19:"tx_popups_targeturl";s:0:"";s:14:"_PAGES_OVERLAY";b:1;s:18:"_PAGES_OVERLAY_UID";i:22199;s:23:"_PAGES_OVERLAY_LANGUAGE";i:1;s:32:"_PAGES_OVERLAY_REQUESTEDLANGUAGE";i:1;}s:8:"' . "\0" . '*' . "\0" . 'table";s:5:"pages";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"pages:6771";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.b1c2b0b9788e2ba0b32b2d64fc8de808' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:22:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";}s:4:"data";a:78:{s:3:"uid";i:28492;s:3:"pid";i:6771;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1553003113;s:6:"crdate";i:1548403526;s:9:"cruser_id";i:9;s:8:"editlock";i:0;s:6:"hidden";i:0;s:7:"sorting";i:168;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:14:"rowDescription";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:9:"imagecols";i:2;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";N;s:5:"pages";N;s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:1;s:9:"subheader";s:0:"";s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:10:"image_zoom";i:0;s:13:"header_layout";s:1:"0";s:9:"list_type";s:13:"powermail_pi1";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"file_collections";N;s:13:"filelink_size";i:0;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:4:"date";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:16:"sys_language_uid";i:0;s:11:"pi_flexform";s:3197:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="main"> <language index="lDEF"> <field index="settings.flexform.main.form"> <value index="vDEF">90</value> </field> <field index="settings.flexform.main.confirmation"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.optin"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.moresteps"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.pid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="receiver"> <language index="lDEF"> <field index="settings.flexform.receiver.type"> <value index="vDEF">0</value> </field> <field index="settings.flexform.receiver.name"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.email"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.subject"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> </language> </sheet> <sheet index="sender"> <language index="lDEF"> <field index="settings.flexform.sender.name"> <value index="vDEF">VINUM - Europas Weinmagazin</value> </field> <field index="settings.flexform.sender.email"> <value index="vDEF">info@vinum.ch</value> </field> <field index="settings.flexform.sender.subject"> <value index="vDEF">Anmeldung zum ProWein-Promi-Talk</value> </field> <field index="settings.flexform.sender.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;&lt;h3&gt;Herzlichen Glückwunsch!&lt;br /&gt; Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.&lt;/h3&gt;&lt;h3&gt;Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.&lt;/h3&gt;&lt;h3&gt;Ihr VINUM-Team&lt;/h3&gt;</value> </field> </language> </sheet> <sheet index="thx"> <language index="lDEF"> <field index="settings.flexform.thx.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> <field index="settings.flexform.thx.redirect"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:474:"a:24:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:13:"table_caption";N;s:15:"table_delimiter";i:124;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:15:"header_position";s:0:"";s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:10:"categories";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:11:"l10n_source";i:0;s:26:"filelink_sorting_direction";s:0:"";s:14:"mautic_form_id";i:0;s:30:"tx_marketingautomation_persona";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:16:"tt_content:28492";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.1ab93223d64bdc730befef2fe32df2eb' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Felogin\\Controller\\FrontendLoginController->main', 'storagePid' => '2', 'templateFile' => 'EXT:vinum/Resources/Private/Templates/FrontendLogin/FooterLogin.html', '_LOCAL_LANG.' => array('de.' => array('ll_forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'll_forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'username' => 'E-Mail', 'password' => 'Passwort', 'login' => 'Anmelden', 'forgot_header' => 'Passwort vergessen?', 'error_header' => 'Anmeldefehler', 'error_message' => 'Während der Anmeldung ist ein Fehler aufgetreten. Wahrscheinlich haben Sie Ihren Benutzernamen oder das Passwort falsch eingegeben. Vergewissern Sie sich, dass Sie beide Angaben korrekt eingegeben haben - Groß-/Kleinschreibung wird unterschieden. Eine andere Möglichkeit ist, dass Sie eventuell die Cookies in Ihrem Web-Browser deaktiviert haben.', 'forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'reset_password' => 'Passwort zurücksetzen', 'forgot_header_backToLogin' => 'Zurück zum Anmeldeformular', 'forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'change_password_header' => 'Passwort ändern', 'change_password_message' => 'Bitte geben Sie das neue Passwort zweimal ein. Es ist eine Mindestlänge von 6 Zeichen erforderlich.', 'change_password' => 'Passwort ändern', 'newpassword_label1' => 'Neues Passwort eingeben', 'newpassword_label2' => 'Neues Passwort wiederholen', 'logout_header' => 'Sie haben sich abgemeldet.', 'logout_message' => 'Sie haben sich von dieser Website abgemeldet. Sie können sich erneut, auch als ein anderer Benutzer, mit dem unten angezeigten Formular anmelden.'), 'ch.' => array('ll_forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'll_forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'username' => 'E-Mail', 'password' => 'Passwort', 'login' => 'Anmelden', 'forgot_header' => 'Passwort vergessen?', 'error_header' => 'Anmeldefehler', 'error_message' => 'Während der Anmeldung ist ein Fehler aufgetreten. Wahrscheinlich haben Sie Ihren Benutzernamen oder das Passwort falsch eingegeben. Vergewissern Sie sich, dass Sie beide Angaben korrekt eingegeben haben - Groß-/Kleinschreibung wird unterschieden. Eine andere Möglichkeit ist, dass Sie eventuell die Cookies in Ihrem Web-Browser deaktiviert haben.', 'forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'reset_password' => 'Passwort zurücksetzen', 'forgot_header_backToLogin' => 'Zurück zum Anmeldeformular', 'forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'change_password_header' => 'Passwort ändern', 'change_password_message' => 'Bitte geben Sie das neue Passwort zweimal ein. Es ist eine Mindestlänge von 6 Zeichen erforderlich.', 'change_password' => 'Passwort ändern', 'newpassword_label1' => 'Neues Passwort eingeben', 'newpassword_label2' => 'Neues Passwort wiederholen', 'logout_header' => 'Sie haben sich abgemeldet.', 'logout_message' => 'Sie haben sich von dieser Website abgemeldet. Sie können sich erneut, auch als ein anderer Benutzer, mit dem unten angezeigten Formular anmelden.'), 'fr.' => array('username' => 'Adresse électronique', 'password' => 'Mot de passe', 'login' => 'Identification', 'forgot_header' => 'Mot de passe oublié ?', 'error_header' => 'Identification incorrecte', 'error_message' => 'Une erreur est survenue durant la connexion. Vraisemblablement le nom d\'utilisateur ou le mot de passe était faux. Faites attention à être précis, en particulier en ce qui concerne l\'usage des minuscules et des majuscules. Il est aussi possible que les cookies soient désactivés.', 'forgot_reset_message' => 'Veuillez saisir votre nom d\'utilisateur ou votre email. Les instructions nécessaires à la réinitialisation de votre mot de passe vous seront immédiatement envoyées par mail.', 'reset_password' => 'Réinitialiser le mot de passe', 'forgot_header_backToLogin' => 'Retourner au formulaire d\'identification', 'forgot_reset_message_emailSent' => 'Un email a été envoyé à l\'adresse correspondant à votre compte. Ce mail contient un lien vous permettant de réinitialiser votre mot de passe. Si vous ne recevez pas de mail, c\'est que votre compte ou votre adresse mail n\'a pas été trouvé.', 'change_password_header' => 'Modifier votre mot de passe', 'change_password_message' => 'Veuillez saisir votre nouveau mot de passe deux fois. Les mots de passe doivent avoir une longueur minimum de %s caractères.', 'change_password' => 'Changez votre mot de passe', 'newpassword_label1' => 'Saisissez le nouveau mot de passe', 'newpassword_label2' => 'Saisissez le nouveau mot de passe', 'logout_header' => 'Vous êtes déconnecté', 'logout_message' => 'Vous vous êtes déconnecté avec succès. Vous pouvez vous identifier à nouveau en utilisant le formulaire ci-dessous.'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:22:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC')))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3084
    protected function recursivelyReplaceIntPlaceholdersInContent()
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent()
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3053
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent();
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 151
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 20
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/PageIndexerFinisher.php line 54
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/PageIndexerInitialization.php line 78
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/FrontendUserAuthenticator.php line 80
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            return $handler->handle($request);
        }

        // disable TSFE cache for TYPO3 v10
        $request = $request->withAttribute('noCache', true);
at ApacheSolrForTypo3\Solr\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

        return $handler->handle($request);
    }

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/packages/mautic/Classes/Middleware/AuthorizeMiddleware.php line 51
    {
        $path = $request->getUri()->getPath();

        if (strpos($path, self::PATH) !== 0) {
            return $handler->handle($request);
        }

        /** @var UserAspect $context */
        $userAspect = GeneralUtility::makeInstance(Context::class)->getAspect('backend.user');
at Bitmotion\Mautic\Middleware\AuthorizeMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/SolrRoutingMiddleware.php line 103
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            return $handler->handle($request);
        }

        /* @var SiteRouteResult $routeResult */
        $routeResult = $this->getRoutingService()
at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/html/releases/223/public/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/html/releases/223/public/index.php line 26
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});

(2/2) #1407060572 TYPO3Fluid\Fluid\Core\Parser\Exception

The ViewHelper "<jhcaptcha:reCaptcha>" could not be resolved. Based on your spelling, the system would load the class "Haffner\JhCaptcha\ViewHelpers\ReCaptchaViewHelper", however this class does not exist.

in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperResolver.php line 249
        if (!isset($this->resolvedViewHelperClassNames[$namespaceIdentifier][$methodIdentifier])) {
            $resolvedViewHelperClassName = $this->resolveViewHelperName($namespaceIdentifier, $methodIdentifier);
            $actualViewHelperClassName = implode('\\', array_map('ucfirst', explode('.', $resolvedViewHelperClassName)));
            if (false === class_exists($actualViewHelperClassName) || $actualViewHelperClassName === false) {
                throw new ParserException(sprintf(
                    'The ViewHelper "<%s:%s>" could not be resolved.' . chr(10) .
                    'Based on your spelling, the system would load the class "%s", however this class does not exist.',
                    $namespaceIdentifier,
                    $methodIdentifier,
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperResolver->resolveViewHelperClassName('jhcaptcha', 'reCaptcha')
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperResolver.php line 273
     * @return ViewHelperInterface
     */
    public function createViewHelperInstance($namespace, $viewHelperShortName)
    {
        $className = $this->resolveViewHelperClassName($namespace, $viewHelperShortName);
        return $this->createViewHelperInstanceFromClassName($className);
    }

    /**
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperResolver->createViewHelperInstance('jhcaptcha', 'reCaptcha')
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 344
        if (!$viewHelperResolver->isNamespaceValid($namespaceIdentifier)) {
            throw new UnknownNamespaceException('Unknown Namespace: ' . $namespaceIdentifier);
        }

        $viewHelper = $viewHelperResolver->createViewHelperInstance($namespaceIdentifier, $methodIdentifier);
        $argumentDefinitions = $viewHelper->prepareArguments();
        $viewHelperNode = $this->initializeViewHelperAndAddItToStack(
            $state,
            $namespaceIdentifier,
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->openingViewHelperTagHandler(object(TYPO3Fluid\Fluid\Core\Parser\ParsingState), 'jhcaptcha', 'reCaptcha', ' uid="{f:if(condition: \'{field.uid}\', then: \'f{field.uid}\', else: \'\')}" type="powermail" ', true, '<jhcaptcha:reCaptcha uid="{f:if(condition: \'{field.uid}\', then: \'f{field.uid}\', else: \'\')}" type="powermail" />')
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 283

            if (preg_match(Patterns::$SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG, $templateElement, $matchedVariables) > 0) {
                try {
                    if ($this->openingViewHelperTagHandler(
                        $state,
                        $matchedVariables['NamespaceIdentifier'],
                        $matchedVariables['MethodIdentifier'],
                        $matchedVariables['Attributes'],
                        ($matchedVariables['Selfclosing'] === '' ? false : true),
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->buildObjectTree(array('<div id="powermail_fieldwrap_{field.uid}" class="powermail_fieldwrap powermail_fieldwrap_input powermail_fieldwrap_{field.uid} {field.css}"> ', '<jhcaptcha:reCaptcha uid="{f:if(condition: \'{field.uid}\', then: \'f{field.uid}\', else: \'\')}" type="powermail" />', '</div>'), 2)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 143

            $templateString = $this->preProcessTemplateSource($templateString);

            $splitTemplate = $this->splitTemplateAtDynamicTags($templateString);
            $parsingState = $this->buildObjectTree($splitTemplate, self::CONTEXT_OUTSIDE_VIEWHELPER_ARGUMENTS);
        } catch (Exception $error) {
            throw $this->createParsingRelatedExceptionWithContext($error, $templateIdentifier);
        }
        $this->parsedTemplates[$templateIdentifier] = $parsingState;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parse('<div id="powermail_fieldwrap_{field.uid}" class="powermail_fieldwrap powermail_fieldwrap_input powermail_fieldwrap_{field.uid} {field.css}"> <jhcaptcha:reCaptcha uid="{f:if(condition: \'{field.uid}\', then: \'f{field.uid}\', else: \'\')}" type="powermail" /></div>', 'partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2')
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 211
     */
    protected function parseTemplateSource($templateIdentifier, $templateSourceClosure)
    {
        $parsedTemplate = $this->parse(
            $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
            $templateIdentifier
        );
        $parsedTemplate->setIdentifier($templateIdentifier);
        $this->parsedTemplates[$templateIdentifier] = $parsedTemplate;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parseTemplateSource('partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2', object(Closure))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 191
            if ($parsedTemplate instanceof UncompilableTemplateInterface) {
                $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            }
        } else {
            $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            try {
                $compiler->store($templateIdentifier, $parsedTemplate);
            } catch (StopCompilingException $stop) {
                $this->renderingContext->getErrorHandler()->handleCompilerError($stop);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->getOrParseAndStoreTemplate('partial_Form/Field/JhCaptchaRecaptcha_c1c6ed529015d54551fee6120a386ec2085b0cb2', object(Closure))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 305
            $parsedPartial = $renderingContext->getTemplateParser()->getOrParseAndStoreTemplate(
                $templatePaths->getPartialIdentifier($partialName),
                function ($parent, TemplatePaths $paths) use ($partialName) {
                    return $paths->getPartialSource($partialName);
                }
            );
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        } catch (InvalidTemplateResourceException $error) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Form/Field/JhCaptchaRecaptcha', null, array('field' => object(In2code\Powermail\Domain\Model\Field)), false)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Form/Field/JhCaptchaRecaptcha', 'delegate' => null, 'renderable' => null, 'arguments' => array('field' => object(In2code\Powermail\Domain\Model\Field)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1.php line 144
$array27 = array (
);$array26['field'] = $renderingContext->getVariableProvider()->getByPath('field', $array27);
$arguments20['arguments'] = $array26;

$output19 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);

$output19 .= '
  ';
return $output19;
at partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1->{closure}()
in /var/www/html/releases/223/public/typo3conf/ext/powermail/Classes/ViewHelpers/Misc/CreateRowTagsViewHelper.php line 60
            $content .= self::getBeginningTag($arguments);
            $content .= $renderChildrenClosure();
            $content .= self::getEndingTag($arguments);
        } else {
            $content .= $renderChildrenClosure();
        }
        return $content;
    }

at In2code\Powermail\ViewHelpers\Misc\CreateRowTagsViewHelper::renderStatic(array('columns' => '0', 'iteration' => array('index' => 9, 'cycle' => 10, 'total' => 11, 'isFirst' => false, 'isLast' => false, 'isEven' => true, 'isOdd' => false), 'tagName' => null, 'class' => 'row', 'additionalAttributes' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1.php line 163
);$arguments14['class'] = $renderingContext->getVariableProvider()->getByPath('settings.styles.framework.rowClasses', $array17);
$array18 = array (
);$arguments14['iteration'] = $renderingContext->getVariableProvider()->getByPath('iteration', $array18);

$output13 .= In2code\Powermail\ViewHelpers\Misc\CreateRowTagsViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);

$output13 .= '
 ';
return $output13;
at partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => object(TYPO3\CMS\Extbase\Persistence\ObjectStorage), 'as' => 'field', 'key' => null, 'reverse' => false, 'iteration' => 'iteration'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1.php line 180
);$arguments10['each'] = $renderingContext->getVariableProvider()->getByPath('page.fields', $array12);
$arguments10['as'] = 'field';
$arguments10['iteration'] = 'iteration';

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);

$output0 .= '
</fieldset>
';
at partial_Form_Page_a261f84dc34f1e46d55a76e87b40e2fdb7dc4ca1->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Form/Page', null, array('settings' => array('staticTemplate' => '1', 'main' => array('pid' => '', 'form' => '90', 'confirmation' => '', 'optin' => '', 'moresteps' => ''), 'validation' => array('native' => '1', 'client' => '1', 'server' => '1', 'unique' => array(), 'customValidation' => array()), 'receiver' => array('enable' => '1', 'email' => '', 'subject' => '', 'body' => '<p>{powermail_all}</p>', 'attachment' => '1', 'mailformat' => 'both', 'default' => array('senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'predefinedReceiver' => array(), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'sender' => array('enable' => '1', 'name' => 'VINUM - Europas Weinmagazin', 'email' => 'info@vinum.ch', 'subject' => 'Anmeldung zum ProWein-Promi-Talk', 'body' => '<p>{powermail_all}</p><h3>Herzlichen Glückwunsch!<br /> Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.</h3><h3>Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.</h3><h3>Ihr VINUM-Team</h3>', 'attachment' => '0', 'mailformat' => 'both', 'addDisclaimerLink' => '1', 'default' => array('senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'thx' => array('body' => '<p>{powermail_all}</p>', 'redirect' => '', 'overwrite' => array()), 'db' => array('enable' => '1', 'hidden' => '0'), 'optin' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:optin_subject', '_typoScriptNodeValue' => 'TEXT'), 'overwrite' => array()), 'disclaimer' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:disclaimed_subject', '_typoScriptNodeValue' => 'TEXT')), 'captcha' => array('use' => 'default', 'default' => array('image' => 'EXT:powermail/Resources/Private/Image/captcha_bg.png', 'font' => 'EXT:powermail/Resources/Private/Fonts/Segment16cBold.ttf', 'textColor' => '#111111', 'textSize' => '32', 'textAngle' => '-5,5', 'distanceHor' => '20,100', 'distanceVer' => '30,45')), 'spamshield' => array('_enable' => '1', 'factor' => '75', 'email' => '', 'senderEmail' => '', 'emailSubject' => 'Spam in powermail form recognized', 'emailTemplate' => 'EXT:powermail/Resources/Private/Templates/Mail/SpamNotification.html', 'logfileLocation' => '', 'logTemplate' => 'EXT:powermail/Resources/Private/Templates/Log/SpamNotification.html', 'methods' => array(array('_enable' => '1', 'name' => 'Honey Pot', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\HoneyPodMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Link check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\LinkMethod', 'indication' => '3', 'configuration' => array('linkLimit' => '2')), array('_enable' => '1', 'name' => 'Name check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\NameMethod', 'indication' => '3', 'configuration' => array()), array('_enable' => '0', 'name' => 'Session check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\SessionMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Unique check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\UniqueMethod', 'indication' => '2', 'configuration' => array()), array('_enable' => '1', 'name' => 'Value blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\ValueBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => 'viagra,sex,porn,p0rn', '_typoScriptNodeValue' => 'TEXT'))), array('_enable' => '1', 'name' => 'IP blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\IpBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => '123.132.125.123,123.132.125.124', '_typoScriptNodeValue' => 'TEXT'))))), 'misc' => array('htmlForHtmlFields' => '0', 'htmlForLabels' => '0', 'showOnlyFilledValues' => '1', 'ajaxSubmit' => '0', 'addQueryString' => '0', 'file' => array('folder' => 'uploads/tx_powermail/', 'size' => '10485760', 'extension' => 'jpg,jpeg,gif,png,tif,txt,doc,docx,xls,xlsx,ppt,pptx,pdf,mpg,mpeg,avi,mp3,zip,rar,ace,csv,svg', 'randomizeFileName' => '1', 'randomizePrependOriginalFileName' => '0'), 'datepicker' => array('forceJavaScriptDatePicker' => '0')), 'prefill' => array(), 'excludeFromPowermailAllMarker' => array('confirmationPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'submitPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'receiverMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'senderMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'optinMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => '')), 'manipulateVariablesInPowermailAllMarker' => array('confirmationPage' => array(), 'submitPage' => array(), 'receiverMail' => array(), 'senderMail' => array(), 'optinMail' => array()), 'saveSession' => array(), 'marketing' => array('googleAdwords' => array('_enable' => '0', 'google_conversion_id' => '1234567890', 'google_conversion_label' => 'abcdefghijklmnopqrs', 'google_conversion_language' => 'en', 'google_conversion_format' => '3'), 'sendPost' => array('_enable' => array('value' => '0', '_typoScriptNodeValue' => 'TEXT'), 'targetUrl' => 'http://eloqua.com/e/f.aspx', 'username' => '', 'password' => '', 'values' => array(array('field' => 'vorname', 'wrap' => '&firstname=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'e_mail', 'wrap' => '&email=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'comment', 'wrap' => '&text=|', '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'), 'debug' => '0')), 'dbEntry' => array(array(), array()), 'validators' => array(), 'dataProcessors' => array(array('class' => 'In2code\\Powermail\\DataProcessor\\UploadDataProcessor'), array('class' => 'In2code\\Powermail\\DataProcessor\\SessionDataProcessor')), 'finishers' => array(array('class' => 'In2code\\Powermail\\Finisher\\SaveToAnyTableFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\SendParametersFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\RedirectFinisher')), 'debug' => array('settings' => '0', 'variables' => '0', 'mail' => '0', 'saveToTable' => '0', 'spamshield' => '0'), 'styles' => array('numberOfColumns' => '0', 'framework' => array('rowClasses' => 'row', 'formClasses' => 'form-horizontal', 'fieldAndLabelWrappingClasses' => 'form-group', 'fieldWrappingClasses' => 'col-sm-8', 'labelClasses' => 'control-label col-sm-4', 'fieldClasses' => 'form-control', 'offsetClasses' => 'col-sm-offset-4', 'radioClasses' => 'radio', 'checkClasses' => 'checkbox', 'submitClasses' => 'btn btn-primary', 'createClasses' => 'powermail_create'))), 'form' => object(In2code\Powermail\Domain\Model\Form), 'ttContentData' => array('uid' => 28492, 'pid' => 6771, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1553003113, 'crdate' => 1548403526, 'cruser_id' => 9, 'editlock' => 0, 'hidden' => 0, 'sorting' => 168, 'CType' => 'list', 'header' => '', 'rowDescription' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 1, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'powermail_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="main"> <language index="lDEF"> <field index="settings.flexform.main.form"> <value index="vDEF">90</value> </field> <field index="settings.flexform.main.confirmation"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.optin"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.moresteps"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.pid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="receiver"> <language index="lDEF"> <field index="settings.flexform.receiver.type"> <value index="vDEF">0</value> </field> <field index="settings.flexform.receiver.name"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.email"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.subject"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> </language> </sheet> <sheet index="sender"> <language index="lDEF"> <field index="settings.flexform.sender.name"> <value index="vDEF">VINUM - Europas Weinmagazin</value> </field> <field index="settings.flexform.sender.email"> <value index="vDEF">info@vinum.ch</value> </field> <field index="settings.flexform.sender.subject"> <value index="vDEF">Anmeldung zum ProWein-Promi-Talk</value> </field> <field index="settings.flexform.sender.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;&lt;h3&gt;Herzlichen Glückwunsch!&lt;br /&gt; Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.&lt;/h3&gt;&lt;h3&gt;Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.&lt;/h3&gt;&lt;h3&gt;Ihr VINUM-Team&lt;/h3&gt;</value> </field> </language> </sheet> <sheet index="thx"> <language index="lDEF"> <field index="settings.flexform.thx.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> <field index="settings.flexform.thx.redirect"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:24:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'categories' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_state' => null, 'l10n_source' => 0, 'filelink_sorting_direction' => '', 'mautic_form_id' => 0, 'tx_marketingautomation_persona' => ''), 'messageClass' => 'error', 'action' => 'create', 'page' => object(In2code\Powermail\Domain\Model\Page)), false)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Form/Page', 'delegate' => null, 'renderable' => null, 'arguments' => array('settings' => array('staticTemplate' => '1', 'main' => array('pid' => '', 'form' => '90', 'confirmation' => '', 'optin' => '', 'moresteps' => ''), 'validation' => array('native' => '1', 'client' => '1', 'server' => '1', 'unique' => array(), 'customValidation' => array()), 'receiver' => array('enable' => '1', 'email' => '', 'subject' => '', 'body' => '<p>{powermail_all}</p>', 'attachment' => '1', 'mailformat' => 'both', 'default' => array('senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'predefinedReceiver' => array(), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'sender' => array('enable' => '1', 'name' => 'VINUM - Europas Weinmagazin', 'email' => 'info@vinum.ch', 'subject' => 'Anmeldung zum ProWein-Promi-Talk', 'body' => '<p>{powermail_all}</p><h3>Herzlichen Glückwunsch!<br /> Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.</h3><h3>Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.</h3><h3>Ihr VINUM-Team</h3>', 'attachment' => '0', 'mailformat' => 'both', 'addDisclaimerLink' => '1', 'default' => array('senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT')), 'overwrite' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'senderEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'subject' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'cc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'bcc' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'returnPath' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToEmail' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'replyToName' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'priority' => '3'), 'senderHeader' => array('email' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'), 'name' => array('value' => '', '_typoScriptNodeValue' => 'TEXT'))), 'thx' => array('body' => '<p>{powermail_all}</p>', 'redirect' => '', 'overwrite' => array()), 'db' => array('enable' => '1', 'hidden' => '0'), 'optin' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:optin_subject', '_typoScriptNodeValue' => 'TEXT'), 'overwrite' => array()), 'disclaimer' => array('subject' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:disclaimed_subject', '_typoScriptNodeValue' => 'TEXT')), 'captcha' => array('use' => 'default', 'default' => array('image' => 'EXT:powermail/Resources/Private/Image/captcha_bg.png', 'font' => 'EXT:powermail/Resources/Private/Fonts/Segment16cBold.ttf', 'textColor' => '#111111', 'textSize' => '32', 'textAngle' => '-5,5', 'distanceHor' => '20,100', 'distanceVer' => '30,45')), 'spamshield' => array('_enable' => '1', 'factor' => '75', 'email' => '', 'senderEmail' => '', 'emailSubject' => 'Spam in powermail form recognized', 'emailTemplate' => 'EXT:powermail/Resources/Private/Templates/Mail/SpamNotification.html', 'logfileLocation' => '', 'logTemplate' => 'EXT:powermail/Resources/Private/Templates/Log/SpamNotification.html', 'methods' => array(array('_enable' => '1', 'name' => 'Honey Pot', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\HoneyPodMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Link check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\LinkMethod', 'indication' => '3', 'configuration' => array('linkLimit' => '2')), array('_enable' => '1', 'name' => 'Name check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\NameMethod', 'indication' => '3', 'configuration' => array()), array('_enable' => '0', 'name' => 'Session check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\SessionMethod', 'indication' => '5', 'configuration' => array()), array('_enable' => '1', 'name' => 'Unique check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\UniqueMethod', 'indication' => '2', 'configuration' => array()), array('_enable' => '1', 'name' => 'Value blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\ValueBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => 'viagra,sex,porn,p0rn', '_typoScriptNodeValue' => 'TEXT'))), array('_enable' => '1', 'name' => 'IP blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\IpBlacklistMethod', 'indication' => '7', 'configuration' => array('values' => array('value' => '123.132.125.123,123.132.125.124', '_typoScriptNodeValue' => 'TEXT'))))), 'misc' => array('htmlForHtmlFields' => '0', 'htmlForLabels' => '0', 'showOnlyFilledValues' => '1', 'ajaxSubmit' => '0', 'addQueryString' => '0', 'file' => array('folder' => 'uploads/tx_powermail/', 'size' => '10485760', 'extension' => 'jpg,jpeg,gif,png,tif,txt,doc,docx,xls,xlsx,ppt,pptx,pdf,mpg,mpeg,avi,mp3,zip,rar,ace,csv,svg', 'randomizeFileName' => '1', 'randomizePrependOriginalFileName' => '0'), 'datepicker' => array('forceJavaScriptDatePicker' => '0')), 'prefill' => array(), 'excludeFromPowermailAllMarker' => array('confirmationPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'submitPage' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'receiverMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'senderMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'optinMail' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => '')), 'manipulateVariablesInPowermailAllMarker' => array('confirmationPage' => array(), 'submitPage' => array(), 'receiverMail' => array(), 'senderMail' => array(), 'optinMail' => array()), 'saveSession' => array(), 'marketing' => array('googleAdwords' => array('_enable' => '0', 'google_conversion_id' => '1234567890', 'google_conversion_label' => 'abcdefghijklmnopqrs', 'google_conversion_language' => 'en', 'google_conversion_format' => '3'), 'sendPost' => array('_enable' => array('value' => '0', '_typoScriptNodeValue' => 'TEXT'), 'targetUrl' => 'http://eloqua.com/e/f.aspx', 'username' => '', 'password' => '', 'values' => array(array('field' => 'vorname', 'wrap' => '&firstname=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'e_mail', 'wrap' => '&email=|', '_typoScriptNodeValue' => 'TEXT'), array('field' => 'comment', 'wrap' => '&text=|', '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'), 'debug' => '0')), 'dbEntry' => array(array(), array()), 'validators' => array(), 'dataProcessors' => array(array('class' => 'In2code\\Powermail\\DataProcessor\\UploadDataProcessor'), array('class' => 'In2code\\Powermail\\DataProcessor\\SessionDataProcessor')), 'finishers' => array(array('class' => 'In2code\\Powermail\\Finisher\\SaveToAnyTableFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\SendParametersFinisher'), array('class' => 'In2code\\Powermail\\Finisher\\RedirectFinisher')), 'debug' => array('settings' => '0', 'variables' => '0', 'mail' => '0', 'saveToTable' => '0', 'spamshield' => '0'), 'styles' => array('numberOfColumns' => '0', 'framework' => array('rowClasses' => 'row', 'formClasses' => 'form-horizontal', 'fieldAndLabelWrappingClasses' => 'form-group', 'fieldWrappingClasses' => 'col-sm-8', 'labelClasses' => 'control-label col-sm-4', 'fieldClasses' => 'form-control', 'offsetClasses' => 'col-sm-offset-4', 'radioClasses' => 'radio', 'checkClasses' => 'checkbox', 'submitClasses' => 'btn btn-primary', 'createClasses' => 'powermail_create'))), 'form' => object(In2code\Powermail\Domain\Model\Form), 'ttContentData' => array('uid' => 28492, 'pid' => 6771, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1553003113, 'crdate' => 1548403526, 'cruser_id' => 9, 'editlock' => 0, 'hidden' => 0, 'sorting' => 168, 'CType' => 'list', 'header' => '', 'rowDescription' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 1, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'powermail_pi1', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="main"> <language index="lDEF"> <field index="settings.flexform.main.form"> <value index="vDEF">90</value> </field> <field index="settings.flexform.main.confirmation"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.optin"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.moresteps"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.pid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="receiver"> <language index="lDEF"> <field index="settings.flexform.receiver.type"> <value index="vDEF">0</value> </field> <field index="settings.flexform.receiver.name"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.email"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.subject"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> </language> </sheet> <sheet index="sender"> <language index="lDEF"> <field index="settings.flexform.sender.name"> <value index="vDEF">VINUM - Europas Weinmagazin</value> </field> <field index="settings.flexform.sender.email"> <value index="vDEF">info@vinum.ch</value> </field> <field index="settings.flexform.sender.subject"> <value index="vDEF">Anmeldung zum ProWein-Promi-Talk</value> </field> <field index="settings.flexform.sender.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;&lt;h3&gt;Herzlichen Glückwunsch!&lt;br /&gt; Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.&lt;/h3&gt;&lt;h3&gt;Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.&lt;/h3&gt;&lt;h3&gt;Ihr VINUM-Team&lt;/h3&gt;</value> </field> </language> </sheet> <sheet index="thx"> <language index="lDEF"> <field index="settings.flexform.thx.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> <field index="settings.flexform.thx.redirect"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:24:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'categories' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_state' => null, 'l10n_source' => 0, 'filelink_sorting_direction' => '', 'mautic_form_id' => 0, 'tx_marketingautomation_persona' => ''), 'messageClass' => 'error', 'action' => 'create', 'page' => object(In2code\Powermail\Domain\Model\Page)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 557
$arguments46['debug'] = true;
$arguments46['partial'] = 'Form/Page';
$arguments46['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output45 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments46, $renderChildrenClosure47, $renderingContext);

$output45 .= '
     ';
return $output45;
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => object(TYPO3\CMS\Extbase\Persistence\ObjectStorage), 'as' => 'page', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 573
$array44 = array (
);$arguments42['each'] = $renderingContext->getVariableProvider()->getByPath('form.pages', $array44);
$arguments42['as'] = 'page';

$output31 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments42, $renderChildrenClosure43, $renderingContext);

$output31 .= '

     ';
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 297
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/html/releases/223/public/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php line 174
        $this->addFormObjectNameToViewHelperVariableContainer();
        $this->addFormObjectToViewHelperVariableContainer();
        $this->addFieldNamePrefixToViewHelperVariableContainer();
        $this->addFormFieldNamesToViewHelperVariableContainer();
        $formContent = $this->renderChildren();

        if (isset($this->arguments['hiddenFieldClassName']) && $this->arguments['hiddenFieldClassName'] !== null) {
            $content = LF . '<div class="' . htmlspecialchars($this->arguments['hiddenFieldClassName']) . '">';
        } else {
at TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper), 'render'))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 258
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 246
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Fluid\\ViewHelpers\\FormViewHelper', array('additionalAttributes' => array('data-parsley-validate' => 'data-parsley-validate', 'data-validate' => 'html5'), 'data' => null, 'aria' => null, 'action' => 'create', 'arguments' => array(), 'controller' => null, 'extensionName' => null, 'pluginName' => null, 'pageUid' => null, 'object' => null, 'pageType' => 0, 'noCache' => false, 'noCacheHash' => null, 'section' => 'c28492', 'format' => '', 'additionalParams' => array(), 'absolute' => false, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => array(), 'addQueryStringMethod' => 'GET', 'fieldNamePrefix' => null, 'actionUri' => null, 'objectName' => null, 'hiddenFieldClassName' => null, 'enctype' => 'multipart/form-data', 'method' => null, 'name' => 'field', 'onreset' => null, 'onsubmit' => null, 'target' => null, 'novalidate' => null, 'class' => 'powermail_form powermail_form_90 form-horizontal ', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 515
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => array('data-parsley-validate' => 'data-parsley-validate', 'data-validate' => 'html5'), 'data' => null, 'aria' => null, 'action' => 'create', 'arguments' => array(), 'controller' => null, 'extensionName' => null, 'pluginName' => null, 'pageUid' => null, 'object' => null, 'pageType' => 0, 'noCache' => false, 'noCacheHash' => null, 'section' => 'c28492', 'format' => '', 'additionalParams' => array(), 'absolute' => false, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => array(), 'addQueryStringMethod' => 'GET', 'fieldNamePrefix' => null, 'actionUri' => null, 'objectName' => null, 'hiddenFieldClassName' => null, 'enctype' => 'multipart/form-data', 'method' => null, 'name' => 'field', 'onreset' => null, 'onsubmit' => null, 'target' => null, 'novalidate' => null, 'class' => 'powermail_form powermail_form_90 form-horizontal ', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 756

$output22 .= In2code\Powermail\ViewHelpers\Misc\MorestepClassViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
$arguments11['class'] = $output22;

$output10 .= TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);

$output10 .= '
   </div>
  ';
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833.php line 789
  ';
return $output56;
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);

$output0 .= '

';
at Form_action_form_ef9c4dd61d0f1534d4b6151146858bd14d95b833->section_b28b7af69320201d1cf206ebf28373980add1451(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('main', array(), false)
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321.php line 68
$arguments4['contentAs'] = NULL;
$arguments4['debug'] = true;
$arguments4['section'] = 'main';

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
 </div>
';
at layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321->{closure}()
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/shared/var/cache/code/fluid_template/layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321.php line 77
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

at layout_Default_html_35bb4368a375489a8de3d9d66dd5c795b1a4a321->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/releases/223/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 504
            $actionResult = $this->{$this->errorMethodName}();
        }

        if ($actionResult === null && $this->view instanceof ViewInterface) {
            $this->response->appendContent($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $this->response->appendContent($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $this->response->appendContent((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/html/releases/223/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1')))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), '')
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3125
                        case 'COA':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('COA', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.3ff755bda67c06f9acc1f0d3f096db73' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vinum', 'pluginName' => 'MetaNavLogin'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:22:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";}s:4:"data";a:109:{s:3:"uid";i:6771;s:3:"pid";i:6768;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1548408880;s:7:"sorting";i:2304;s:7:"deleted";i:0;s:12:"perms_userid";i:44;s:13:"perms_groupid";i:1;s:10:"perms_user";i:31;s:11:"perms_group";i:31;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1548252301;s:9:"cruser_id";i:9;s:6:"hidden";i:0;s:5:"title";s:18:"ProWein Vinum Talk";s:7:"doktype";i:1;s:8:"TSconfig";s:0:"";s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:16:"VINUM-Promi-Talk";s:6:"layout";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:0;s:8:"keywords";s:0:"";s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:8:"newUntil";i:0;s:11:"description";s:45:"Rudi Knoll im Gespräch mit sechs Weinadligen";s:9:"no_search";i:0;s:15:"SYS_LASTCHANGED";i:1605073887;s:8:"abstract";s:0:"";s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:18:"Adel verpflichtet!";s:8:"nav_hide";i:0;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:1:"1";s:25:"backend_layout_next_level";s:0:"";s:17:"tsconfig_includes";s:0:"";s:10:"categories";i:0;s:11:"yoopress_id";i:0;s:17:"tx_vinum_seotitle";s:0:"";s:16:"tx_vinum_authors";i:0;s:22:"tx_vinum_photographers";i:0;s:24:"tx_vinum_grape_varieties";i:0;s:16:"tx_vinum_related";i:0;s:20:"tx_vinum_wineregions";i:0;s:25:"tx_vinum_degustationnotes";i:0;s:17:"tx_vinum_comments";i:0;s:20:"tx_vinum_bottomlinks";i:1;s:24:"tx_vinum_email_recipient";s:0:"";s:31:"tx_vinum_price_subscription_chf";s:0:"";s:18:"tx_vinum_price_chf";s:0:"";s:31:"tx_vinum_price_subscription_eur";s:0:"";s:18:"tx_vinum_price_eur";s:0:"";s:14:"rowDescription";N;s:16:"sys_language_uid";i:1;s:11:"l10n_source";i:6771;s:10:"l10n_state";N;s:15:"l10n_diffsource";N;s:4:"slug";s:33:"/events/prowein/adel-verpflichtet";s:18:"legacy_overlay_uid";i:12382;s:11:"l10n_parent";i:6771;s:9:"seo_title";s:0:"";s:8:"no_index";i:0;s:9:"no_follow";i:0;s:8:"og_title";s:0:"";s:14:"og_description";N;s:13:"twitter_title";s:0:"";s:19:"twitter_description";N;s:13:"twitter_image";i:0;s:12:"twitter_card";s:0:"";s:14:"canonical_link";s:0:"";s:16:"sitemap_priority";s:3:"0.5";s:18:"sitemap_changefreq";s:0:"";s:8:"og_image";i:0;s:20:"dont_show_as_related";i:0;s:21:"no_search_sub_entries";i:0;s:14:"tx_mautic_tags";i:0;s:30:"tx_marketingautomation_persona";s:0:"";s:25:"tx_vinum_searchcategories";i:0;s:40:"vinum_world_product_only_for_subscribers";i:0;s:15:"tx_popups_image";i:0;s:19:"tx_popups_targeturl";s:0:"";s:14:"_PAGES_OVERLAY";b:1;s:18:"_PAGES_OVERLAY_UID";i:22199;s:23:"_PAGES_OVERLAY_LANGUAGE";i:1;s:32:"_PAGES_OVERLAY_REQUESTEDLANGUAGE";i:1;}s:8:"' . "\0" . '*' . "\0" . 'table";s:5:"pages";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"pages:6771";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.b1c2b0b9788e2ba0b32b2d64fc8de808' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:22:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";}s:4:"data";a:78:{s:3:"uid";i:28492;s:3:"pid";i:6771;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1553003113;s:6:"crdate";i:1548403526;s:9:"cruser_id";i:9;s:8:"editlock";i:0;s:6:"hidden";i:0;s:7:"sorting";i:168;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:14:"rowDescription";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:9:"imagecols";i:2;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";N;s:5:"pages";N;s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:1;s:9:"subheader";s:0:"";s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:10:"image_zoom";i:0;s:13:"header_layout";s:1:"0";s:9:"list_type";s:13:"powermail_pi1";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:16:"file_collections";N;s:13:"filelink_size";i:0;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:4:"date";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:16:"sys_language_uid";i:0;s:11:"pi_flexform";s:3197:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="main"> <language index="lDEF"> <field index="settings.flexform.main.form"> <value index="vDEF">90</value> </field> <field index="settings.flexform.main.confirmation"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.optin"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.moresteps"> <value index="vDEF">0</value> </field> <field index="settings.flexform.main.pid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="receiver"> <language index="lDEF"> <field index="settings.flexform.receiver.type"> <value index="vDEF">0</value> </field> <field index="settings.flexform.receiver.name"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.email"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.subject"> <value index="vDEF"></value> </field> <field index="settings.flexform.receiver.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> </language> </sheet> <sheet index="sender"> <language index="lDEF"> <field index="settings.flexform.sender.name"> <value index="vDEF">VINUM - Europas Weinmagazin</value> </field> <field index="settings.flexform.sender.email"> <value index="vDEF">info@vinum.ch</value> </field> <field index="settings.flexform.sender.subject"> <value index="vDEF">Anmeldung zum ProWein-Promi-Talk</value> </field> <field index="settings.flexform.sender.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;&lt;h3&gt;Herzlichen Glückwunsch!&lt;br /&gt; Sie haben sich erfolgreich zu dem VINUM-Promi-Talk bei der ProWein 2019 angemeldet.&lt;/h3&gt;&lt;h3&gt;Wir freuen uns Sie am 19. März um 14.30 Uhr im ProWein-Forum begrüssen zu dürfen.&lt;/h3&gt;&lt;h3&gt;Ihr VINUM-Team&lt;/h3&gt;</value> </field> </language> </sheet> <sheet index="thx"> <language index="lDEF"> <field index="settings.flexform.thx.body"> <value index="vDEF">&lt;p&gt;{powermail_all}&lt;/p&gt;</value> </field> <field index="settings.flexform.thx.redirect"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:474:"a:24:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;}";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:13:"table_caption";N;s:15:"table_delimiter";i:124;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:15:"header_position";s:0:"";s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:10:"categories";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:11:"l10n_source";i:0;s:26:"filelink_sorting_direction";s:0:"";s:14:"mautic_form_id";i:0;s:30:"tx_marketingautomation_persona";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:16:"tt_content:28492";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.1ab93223d64bdc730befef2fe32df2eb' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Felogin\\Controller\\FrontendLoginController->main', 'storagePid' => '2', 'templateFile' => 'EXT:vinum/Resources/Private/Templates/FrontendLogin/FooterLogin.html', '_LOCAL_LANG.' => array('de.' => array('ll_forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'll_forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'username' => 'E-Mail', 'password' => 'Passwort', 'login' => 'Anmelden', 'forgot_header' => 'Passwort vergessen?', 'error_header' => 'Anmeldefehler', 'error_message' => 'Während der Anmeldung ist ein Fehler aufgetreten. Wahrscheinlich haben Sie Ihren Benutzernamen oder das Passwort falsch eingegeben. Vergewissern Sie sich, dass Sie beide Angaben korrekt eingegeben haben - Groß-/Kleinschreibung wird unterschieden. Eine andere Möglichkeit ist, dass Sie eventuell die Cookies in Ihrem Web-Browser deaktiviert haben.', 'forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'reset_password' => 'Passwort zurücksetzen', 'forgot_header_backToLogin' => 'Zurück zum Anmeldeformular', 'forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'change_password_header' => 'Passwort ändern', 'change_password_message' => 'Bitte geben Sie das neue Passwort zweimal ein. Es ist eine Mindestlänge von 6 Zeichen erforderlich.', 'change_password' => 'Passwort ändern', 'newpassword_label1' => 'Neues Passwort eingeben', 'newpassword_label2' => 'Neues Passwort wiederholen', 'logout_header' => 'Sie haben sich abgemeldet.', 'logout_message' => 'Sie haben sich von dieser Website abgemeldet. Sie können sich erneut, auch als ein anderer Benutzer, mit dem unten angezeigten Formular anmelden.'), 'ch.' => array('ll_forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'll_forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'username' => 'E-Mail', 'password' => 'Passwort', 'login' => 'Anmelden', 'forgot_header' => 'Passwort vergessen?', 'error_header' => 'Anmeldefehler', 'error_message' => 'Während der Anmeldung ist ein Fehler aufgetreten. Wahrscheinlich haben Sie Ihren Benutzernamen oder das Passwort falsch eingegeben. Vergewissern Sie sich, dass Sie beide Angaben korrekt eingegeben haben - Groß-/Kleinschreibung wird unterschieden. Eine andere Möglichkeit ist, dass Sie eventuell die Cookies in Ihrem Web-Browser deaktiviert haben.', 'forgot_reset_message' => 'Bitte die E-Mail-Adresse eingeben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts zugesandt.', 'reset_password' => 'Passwort zurücksetzen', 'forgot_header_backToLogin' => 'Zurück zum Anmeldeformular', 'forgot_reset_message_emailSent' => 'Es wurde eine E-Mail mit einem Link zum Zurücksetzen des Passworts geschickt. Sollten Sie keine E-Mail erhalten, wurde Ihr Konto oder die E-Mail-Adresse nicht gefunden.', 'change_password_header' => 'Passwort ändern', 'change_password_message' => 'Bitte geben Sie das neue Passwort zweimal ein. Es ist eine Mindestlänge von 6 Zeichen erforderlich.', 'change_password' => 'Passwort ändern', 'newpassword_label1' => 'Neues Passwort eingeben', 'newpassword_label2' => 'Neues Passwort wiederholen', 'logout_header' => 'Sie haben sich abgemeldet.', 'logout_message' => 'Sie haben sich von dieser Website abgemeldet. Sie können sich erneut, auch als ein anderer Benutzer, mit dem unten angezeigten Formular anmelden.'), 'fr.' => array('username' => 'Adresse électronique', 'password' => 'Mot de passe', 'login' => 'Identification', 'forgot_header' => 'Mot de passe oublié ?', 'error_header' => 'Identification incorrecte', 'error_message' => 'Une erreur est survenue durant la connexion. Vraisemblablement le nom d\'utilisateur ou le mot de passe était faux. Faites attention à être précis, en particulier en ce qui concerne l\'usage des minuscules et des majuscules. Il est aussi possible que les cookies soient désactivés.', 'forgot_reset_message' => 'Veuillez saisir votre nom d\'utilisateur ou votre email. Les instructions nécessaires à la réinitialisation de votre mot de passe vous seront immédiatement envoyées par mail.', 'reset_password' => 'Réinitialiser le mot de passe', 'forgot_header_backToLogin' => 'Retourner au formulaire d\'identification', 'forgot_reset_message_emailSent' => 'Un email a été envoyé à l\'adresse correspondant à votre compte. Ce mail contient un lien vous permettant de réinitialiser votre mot de passe. Si vous ne recevez pas de mail, c\'est que votre compte ou votre adresse mail n\'a pas été trouvé.', 'change_password_header' => 'Modifier votre mot de passe', 'change_password_message' => 'Veuillez saisir votre nouveau mot de passe deux fois. Les mots de passe doivent avoir une longueur minimum de %s caractères.', 'change_password' => 'Changez votre mot de passe', 'newpassword_label1' => 'Saisissez le nouveau mot de passe', 'newpassword_label2' => 'Saisissez le nouveau mot de passe', 'logout_header' => 'Vous êtes déconnecté', 'logout_message' => 'Vous vous êtes déconnecté avec succès. Vous pouvez vous identifier à nouveau en utilisant le formulaire ci-dessous.'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:22:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC')))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3084
    protected function recursivelyReplaceIntPlaceholdersInContent()
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent()
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3053
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent();
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 151
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 20
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/PageIndexerFinisher.php line 54
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/PageIndexerInitialization.php line 78
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/FrontendUserAuthenticator.php line 80
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            return $handler->handle($request);
        }

        // disable TSFE cache for TYPO3 v10
        $request = $request->withAttribute('noCache', true);
at ApacheSolrForTypo3\Solr\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

        return $handler->handle($request);
    }

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/packages/mautic/Classes/Middleware/AuthorizeMiddleware.php line 51
    {
        $path = $request->getUri()->getPath();

        if (strpos($path, self::PATH) !== 0) {
            return $handler->handle($request);
        }

        /** @var UserAspect $context */
        $userAspect = GeneralUtility::makeInstance(Context::class)->getAspect('backend.user');
at Bitmotion\Mautic\Middleware\AuthorizeMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3conf/ext/solr/Classes/Middleware/SolrRoutingMiddleware.php line 103
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            return $handler->handle($request);
        }

        /* @var SiteRouteResult $routeResult */
        $routeResult = $this->getRoutingService()
at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$256->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/releases/223/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/html/releases/223/public/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/html/releases/223/public/index.php line 26
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});