Closed ritterg closed 1 year ago
@ritterg Can you provide a full stack trace and may be more details on the image, this happens with?
This is one page where the error happens: https://test.kunstverein.ch/sektion-des-monats/kunst-museum-winterthur But there are many others
Whoops, looks like something went wrong. (1/1) TypeError TYPO3\CMS\Core\Imaging\ImageManipulation\Area::__construct(): Argument #1 ($x) must be of type float, null given, called in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Imaging/ImageDimension.php on line 148 in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php line 50
@param float $height */ public function construct(float $x, float $y, float $width, float $height) { $this->x = $x; $this->y = $y; $this->width = $width; at TYPO3\CMS\Core\Imaging\ImageManipulation\Area->construct(null, null, null, null) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Imaging/ImageDimension.php line 148 if (is_string($configuration['crop'])) { // check if it is a json object $cropData = json_decode($configuration['crop']); if ($cropData) { $options['crop'] = new Area($cropData->x, $cropData->y, $cropData->width, $cropData->height); } else { [$offsetLeft, $offsetTop, $newWidth, $newHeight] = explode(',', $configuration['crop'], 4); $options['crop'] = new Area((float)$offsetLeft, (float)$offsetTop, (float)$newWidth, (float)$newHeight); } at TYPO3\CMS\Core\Imaging\ImageDimension::getConfigurationForImageCropScaleMask(object(TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Imaging/ImageDimension.php line 60 }
public static function fromProcessingTask(TaskInterface $task): self { $config = self::getConfigurationForImageCropScaleMask($task); $processedFile = $task->getTargetFile(); $isCropped = false; if (($config['crop'] ?? null) instanceof Area) { $isCropped = true; at TYPO3\CMS\Core\Imaging\ImageDimension::fromProcessingTask(object(TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3conf/ext/deferred_image_processing/Classes/Resource/Processing/DeferredImageProcessor.php line 45 if ($this->checkForExistingTargetFile($task)) { return; }
$imageDimensions = ImageDimension::fromProcessingTask($task);
if ($imageDimensions->getWidth() === $task->getTargetFile()->getOriginalFile()->getProperty('width') && $imageDimensions->getHeight() === $task->getTargetFile()->getOriginalFile()->getProperty('height')) {
// If the target image dimensions are identical to the original file, do not process, but use the original file
$task->setExecuted(true);
$task->getTargetFile()->setUsesOriginalFile();
at WEBcoast\DeferredImageProcessing\Resource\Processing\DeferredImageProcessor->processTask(object(TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php line 137 if ($processedFile->isNew() || (!$processedFile->usesOriginalFile() && !$processedFile->exists()) || $processedFile->isOutdated()) { $task = $processedFile->getTask(); $processor = $this->getProcessorByTask($task); $processor->processTask($task);
if ($task->isExecuted() && $task->isSuccessful() && $processedFile->isProcessed()) {
$processedFileRepository = GeneralUtility::makeInstance(ProcessedFileRepository::class);
$processedFileRepository->add($processedFile);
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->process(object(TYPO3\CMS\Core\Resource\ProcessedFile), object(TYPO3\CMS\Core\Resource\ResourceStorage)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php line 110 // Only handle the file if it is not processed yet // (maybe modified or already processed by a signal) // or (in case of preview images) already in the DB/in the processing folder if (!$processedFile->isProcessed()) { $this->process($processedFile, $targetStorage); }
// Post-process (enrich) the file
/** @var Resource\Event\AfterFileProcessingEvent $event */
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->processFile(object(TYPO3\CMS\Core\Resource\File), object(TYPO3\CMS\Core\Resource\ResourceStorage), 'Image.CropScaleMask', array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => 1, 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => 0, 'crop.' => array('data' => 'file:current:crop'), 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"')), 'enable' => 1, 'crop' => '{"default":{"cropArea":{"x":0,"y":0,"width":1,"height":1},"selectedRatio":"NaN","focusArea":null}}')) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Resource/ResourceStorage.php line 1433 { if ($fileObject->getStorage() !== $this) { throw new \InvalidArgumentException('Cannot process files of foreign storage', 1353401835); } $processedFile = $this->getFileProcessingService()->processFile($fileObject, $this, $context, $configuration);return $processedFile;
}
at TYPO3\CMS\Core\Resource\ResourceStorage->processFile(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'crop.' => array('data' => 'file:current:crop'), 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"')), 'enable' => true, 'crop' => '{"default":{"cropArea":{"x":0,"y":0,"width":1,"height":1},"selectedRatio":"NaN","focusArea":null}}')) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Resource/File.php line 254@return ProcessedFile The processed file */ public function process($taskType, array $configuration) { return $this->getStorage()->processFile($this, $taskType, $configuration); }
/**
Returns an array representation of the file. at TYPO3\CMS\Core\Resource\File->process('Image.CropScaleMask', array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'crop.' => array('data' => 'file:current:crop'), 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"')), 'enable' => true, 'crop' => '{"default":{"cropArea":{"x":0,"y":0,"width":1,"height":1},"selectedRatio":"NaN","focusArea":null}}')) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 1115 if ($altUrl) { $url = $altUrl . (($conf['JSwindow.']['altUrl_noDefaultParams'] ?? false) ? '' : '?file=' . rawurlencode((string)$imageFile) . $params); } $processedFile = $file->process(ProcessedFile::CONTEXT_IMAGECROPSCALEMASK, $conf);
$JSwindowExpand = $this->stdWrapValue('expand', $conf['JSwindow.'] ?? []);
$offset = GeneralUtility::intExplode(',', $JSwindowExpand . ',');
$newWindow = $this->stdWrapValue('newWindow', $conf['JSwindow.'] ?? []);
$params = [
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->imageLinkWrap(' ', object(TYPO3\CMS\Core\Resource\FileReference), array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'crop.' => array('data' => 'file:current:crop'), 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"')), 'enable' => true, 'crop' => '{"default":{"cropArea":{"x":0,"y":0,"width":1,"height":1},"selectedRatio":"NaN","focusArea":null}}')) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/fluid_styled_content/Classes/ViewHelpers/Link/ClickEnlargeViewHelper.php line 86 $configuration = self::getTypoScriptService()->convertPlainArrayToTypoScriptArray($arguments['configuration']); $content = $renderChildrenClosure(); $configuration['enable'] = true;$result = self::getContentObjectRenderer()->imageLinkWrap($content, $image, $configuration);
if ($objDataBackup) {
self::getContentObjectRenderer()->data = $objDataBackup;
}
return $result;
at TYPO3\CMS\FluidStyledContent\ViewHelpers\Link\ClickEnlargeViewHelper::renderStatic(array('image' => object(TYPO3\CMS\Core\Resource\FileReference), 'configuration' => array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"')))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Type_Image_7bdc509210000b9e49b70cfcca6e93a801de2b5b.php line 652 );$arguments19['image'] = $renderingContext->getVariableProvider()->getByPath('file', $array21); $array22 = array ( );$arguments19['configuration'] = $renderingContext->getVariableProvider()->getByPath('settings.media.popup', $array22);$output18 .= TYPO3\CMS\FluidStyledContent\ViewHelpers\Link\ClickEnlargeViewHelper::renderStatic($arguments19, $renderChildrenClosure20, $renderingContext);
$output18 .= ' '; return $output18; at partial_Media_Type_Image_7bdc509210000b9e49b70cfcca6e93a801de2b5b->{closure}() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Type_Image_7bdc509210000b9e49b70cfcca6e93a801de2b5b.php line 696 '; return $output30; };
$output15 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext);
$output15 .= ' '; return $output15; at partial_Media_Type_Image_7bdc509210000b9e49b70cfcca6e93a801de2b5b->{closure}() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137 private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext) { foreach ($closures as $elseNodeIndex => $elseNodeClosure) { if (!isset($conditionClosures[$elseNodeIndex])) { return $elseNodeClosure(); } if ($conditionClosures[$elseNodeIndex]()) { return $elseNodeClosure(); } at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83 return $arguments['thenClosure'](); } } elseif (!empty($arguments['elseClosures'])) { $elseIfClosures = isset($arguments['elseifClosures']) ? $arguments['elseifClosures'] : []; return static::evaluateElseClosures($arguments['elseClosures'], $elseIfClosures, $renderingContext); } elseif (array_key_exists('else', $arguments)) { return $arguments['else']; } return ''; at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, 'thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Type_Image_7bdc509210000b9e49b70cfcca6e93a801de2b5b.php line 703 '; return $output15; };
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
$output0 .= ' '; // Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper at partial_Media_Type_Image_7bdc509210000b9e49b70cfcca6e93a801de2b5b->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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('Media/Type/Image', null, array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0), 'data' => array('uid' => 3789, 'pid' => 408, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 3156, 'tstamp' => 1582650129, 'hidden' => 0, 'sorting' => 32, 'CType' => 'textpic', 'header' => 'Walead Beshty. Standard Deviations', 'bodytext' => '
Die Werke von Walead Beshty (1976) sind meistens maschinell gefertigt und geometrisch-abstrakt geformt. Die Art und Weise ihrer Herstellung lässt sich bei der Betrachtung nachvollziehen. Manchmal sind die Werke gar einfach aus den Bestandteilen von Computern oder Fernsehern gefertigt. Nicht das klassische Verständnis einer genialen Idee und deren virtuoser Umsetzung durch einen begnadeten Meister liegt seiner Kunst zu Grunde, sondern das Bewusstsein für die Bedingungen des Kunstbetriebs.
Beshtys Werke sind von der Minimal Art geprägt. Handelsübliche Materialien und den kompletten Verzicht auf den Illusionismus teilt der Künstler mit den Prinzipien beispielsweise von Frank Stella und Donald Judd. Doch im Gegensatz dazu sind seine Werke nicht einfach als autonome Objekte angelegt, die ihre Präsenz im Dreieck von Ausstellungsraum, Publikum und Werk aufspannen. Seine Objekte, Maschinen und Fotogramme, versteht er vielmehr als einen dynamischen Bestandteil des Kunstsystems, das von der Gleichzeitigkeit von Konzeption, Produktion, Zirkulation, Kritik, Handel und vielem mehr bestimmt und permanent verändert wird.
Beim Gang durch seine Ausstellung begegnet man all diesen Bezügen. Als Gesamtbild eröffnen sie Einblicke in die grösstenteils verborgenen Strukturen der Kunstwelt.
', 'image' => 1, 'imagewidth' => 250, 'imageorient' => 17, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => 'bis 19.4.2020, Beim Stadthaus', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 1, 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"bodytext":null,"image":null,"imagewidth":null,"imageheight":null,"imageborder":null,"imageorient":null,"imagecols":null,"image_zoom":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 'crdate' => 1582648807, 'cruser_id' => 19, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_source' => 0, 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'settings' => array('defaultHeaderType' => '2', 'media' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')))), false) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 169 $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' => 'Media/Type/Image', 'delegate' => null, 'renderable' => null, 'arguments' => array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0), 'data' => array('uid' => 3789, 'pid' => 408, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 3156, 'tstamp' => 1582650129, 'hidden' => 0, 'sorting' => 32, 'CType' => 'textpic', 'header' => 'Walead Beshty. Standard Deviations', 'bodytext' => 'Die Werke von Walead Beshty (1976) sind meistens maschinell gefertigt und geometrisch-abstrakt geformt. Die Art und Weise ihrer Herstellung lässt sich bei der Betrachtung nachvollziehen. Manchmal sind die Werke gar einfach aus den Bestandteilen von Computern oder Fernsehern gefertigt. Nicht das klassische Verständnis einer genialen Idee und deren virtuoser Umsetzung durch einen begnadeten Meister liegt seiner Kunst zu Grunde, sondern das Bewusstsein für die Bedingungen des Kunstbetriebs.
Beshtys Werke sind von der Minimal Art geprägt. Handelsübliche Materialien und den kompletten Verzicht auf den Illusionismus teilt der Künstler mit den Prinzipien beispielsweise von Frank Stella und Donald Judd. Doch im Gegensatz dazu sind seine Werke nicht einfach als autonome Objekte angelegt, die ihre Präsenz im Dreieck von Ausstellungsraum, Publikum und Werk aufspannen. Seine Objekte, Maschinen und Fotogramme, versteht er vielmehr als einen dynamischen Bestandteil des Kunstsystems, das von der Gleichzeitigkeit von Konzeption, Produktion, Zirkulation, Kritik, Handel und vielem mehr bestimmt und permanent verändert wird.
Beim Gang durch seine Ausstellung begegnet man all diesen Bezügen. Als Gesamtbild eröffnen sie Einblicke in die grösstenteils verborgenen Strukturen der Kunstwelt.
', 'image' => 1, 'imagewidth' => 250, 'imageorient' => 17, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => 'bis 19.4.2020, Beim Stadthaus', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 1, 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"bodytext":null,"image":null,"imagewidth":null,"imageheight":null,"imageborder":null,"imageorient":null,"imagecols":null,"image_zoom":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 'crdate' => 1582648807, 'cruser_id' => 19, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_source' => 0, 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'settings' => array('defaultHeaderType' => '2', 'media' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Type_16e0da1c93bb87453e5816d07f6d9572fb09198c.php line 317 $array46 = array ( );$array42['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array46); $arguments40['arguments'] = $array42;$output39 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments40, $renderChildrenClosure41, $renderingContext);
$output39 .= ' '; return $output39; at partial_Media_Type_16e0da1c93bb87453e5816d07f6d9572fb09198c->{closure}() in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Type_16e0da1c93bb87453e5816d07f6d9572fb09198c.php line 322
$output39 .= ' '; return $output39; }); } }, array($arguments1));
$output0 .= ' at partial_Media_Type_16e0da1c93bb87453e5816d07f6d9572fb09198c->{closure}(array('expression' => 2)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Type_16e0da1c93bb87453e5816d07f6d9572fb09198c.php line 324 '; return $output39; }); } }, array($arguments1));
$output0 .= '
'; at partial_Media_Type_16e0da1c93bb87453e5816d07f6d9572fb09198c->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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('Media/Type', null, array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0), 'data' => array('uid' => 3789, 'pid' => 408, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 3156, 'tstamp' => 1582650129, 'hidden' => 0, 'sorting' => 32, 'CType' => 'textpic', 'header' => 'Walead Beshty. Standard Deviations', 'bodytext' => '
Die Werke von Walead Beshty (1976) sind meistens maschinell gefertigt und geometrisch-abstrakt geformt. Die Art und Weise ihrer Herstellung lässt sich bei der Betrachtung nachvollziehen. Manchmal sind die Werke gar einfach aus den Bestandteilen von Computern oder Fernsehern gefertigt. Nicht das klassische Verständnis einer genialen Idee und deren virtuoser Umsetzung durch einen begnadeten Meister liegt seiner Kunst zu Grunde, sondern das Bewusstsein für die Bedingungen des Kunstbetriebs.
Beshtys Werke sind von der Minimal Art geprägt. Handelsübliche Materialien und den kompletten Verzicht auf den Illusionismus teilt der Künstler mit den Prinzipien beispielsweise von Frank Stella und Donald Judd. Doch im Gegensatz dazu sind seine Werke nicht einfach als autonome Objekte angelegt, die ihre Präsenz im Dreieck von Ausstellungsraum, Publikum und Werk aufspannen. Seine Objekte, Maschinen und Fotogramme, versteht er vielmehr als einen dynamischen Bestandteil des Kunstsystems, das von der Gleichzeitigkeit von Konzeption, Produktion, Zirkulation, Kritik, Handel und vielem mehr bestimmt und permanent verändert wird.
Beim Gang durch seine Ausstellung begegnet man all diesen Bezügen. Als Gesamtbild eröffnen sie Einblicke in die grösstenteils verborgenen Strukturen der Kunstwelt.
', 'image' => 1, 'imagewidth' => 250, 'imageorient' => 17, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => 'bis 19.4.2020, Beim Stadthaus', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 1, 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"bodytext":null,"image":null,"imagewidth":null,"imageheight":null,"imageborder":null,"imageorient":null,"imagecols":null,"image_zoom":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 'crdate' => 1582648807, 'cruser_id' => 19, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_source' => 0, 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'settings' => array('defaultHeaderType' => '2', 'media' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')))), false) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 169 $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' => 'Media/Type', 'delegate' => null, 'renderable' => null, 'arguments' => array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0), 'data' => array('uid' => 3789, 'pid' => 408, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 3156, 'tstamp' => 1582650129, 'hidden' => 0, 'sorting' => 32, 'CType' => 'textpic', 'header' => 'Walead Beshty. Standard Deviations', 'bodytext' => 'Die Werke von Walead Beshty (1976) sind meistens maschinell gefertigt und geometrisch-abstrakt geformt. Die Art und Weise ihrer Herstellung lässt sich bei der Betrachtung nachvollziehen. Manchmal sind die Werke gar einfach aus den Bestandteilen von Computern oder Fernsehern gefertigt. Nicht das klassische Verständnis einer genialen Idee und deren virtuoser Umsetzung durch einen begnadeten Meister liegt seiner Kunst zu Grunde, sondern das Bewusstsein für die Bedingungen des Kunstbetriebs.
Beshtys Werke sind von der Minimal Art geprägt. Handelsübliche Materialien und den kompletten Verzicht auf den Illusionismus teilt der Künstler mit den Prinzipien beispielsweise von Frank Stella und Donald Judd. Doch im Gegensatz dazu sind seine Werke nicht einfach als autonome Objekte angelegt, die ihre Präsenz im Dreieck von Ausstellungsraum, Publikum und Werk aufspannen. Seine Objekte, Maschinen und Fotogramme, versteht er vielmehr als einen dynamischen Bestandteil des Kunstsystems, das von der Gleichzeitigkeit von Konzeption, Produktion, Zirkulation, Kritik, Handel und vielem mehr bestimmt und permanent verändert wird.
Beim Gang durch seine Ausstellung begegnet man all diesen Bezügen. Als Gesamtbild eröffnen sie Einblicke in die grösstenteils verborgenen Strukturen der Kunstwelt.
', 'image' => 1, 'imagewidth' => 250, 'imageorient' => 17, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => 'bis 19.4.2020, Beim Stadthaus', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 1, 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"bodytext":null,"image":null,"imagewidth":null,"imageheight":null,"imageborder":null,"imageorient":null,"imagecols":null,"image_zoom":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 'crdate' => 1582648807, 'cruser_id' => 19, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_source' => 0, 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'settings' => array('defaultHeaderType' => '2', 'media' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_f009f405e6cdfb205cd10bbc1595f04a2e3e7392.php line 165 $array39 = array ( );$array35['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array39); $arguments33['arguments'] = $array35;$output32 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext);
$output32 .= '
$output26 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments27, $renderChildrenClosure28, $renderingContext);
$output26 .= ' '; return $output26; at partial_Media_Gallery_f009f405e6cdfb205cd10bbc1595f04a2e3e7392->{closure}() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 145 $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' => array(array('media' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0))), 'as' => 'column', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_f009f405e6cdfb205cd10bbc1595f04a2e3e7392.php line 207 $array25 = array ( );$arguments23['each'] = $renderingContext->getVariableProvider()->getByPath('row.columns', $array25); $arguments23['as'] = 'column';
$output22 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments23, $renderChildrenClosure24, $renderingContext);
$output22 .= '
$output6 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments19, $renderChildrenClosure20, $renderingContext);
$output6 .= ' '; // Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper at partial_Media_Gallery_f009f405e6cdfb205cd10bbc1595f04a2e3e7392->{closure}() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_f009f405e6cdfb205cd10bbc1595f04a2e3e7392.php line 281 $renderingContext ); $arguments1['thenClosure'] = $renderChildrenClosure2;
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
$output0 .= '
'; at partial_Media_Gallery_f009f405e6cdfb205cd10bbc1595f04a2e3e7392->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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('Media/Gallery', null, array('settings' => array('defaultHeaderType' => '2', 'media' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup' => array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0'))), 'data' => array('uid' => 3789, 'pid' => 408, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 3156, 'tstamp' => 1582650129, 'hidden' => 0, 'sorting' => 32, 'CType' => 'textpic', 'header' => 'Walead Beshty. Standard Deviations', 'bodytext' => 'Die Werke von Walead Beshty (1976) sind meistens maschinell gefertigt und geometrisch-abstrakt geformt. Die Art und Weise ihrer Herstellung lässt sich bei der Betrachtung nachvollziehen. Manchmal sind die Werke gar einfach aus den Bestandteilen von Computern oder Fernsehern gefertigt. Nicht das klassische Verständnis einer genialen Idee und deren virtuoser Umsetzung durch einen begnadeten Meister liegt seiner Kunst zu Grunde, sondern das Bewusstsein für die Bedingungen des Kunstbetriebs.
Beshtys Werke sind von der Minimal Art geprägt. Handelsübliche Materialien und den kompletten Verzicht auf den Illusionismus teilt der Künstler mit den Prinzipien beispielsweise von Frank Stella und Donald Judd. Doch im Gegensatz dazu sind seine Werke nicht einfach als autonome Objekte angelegt, die ihre Präsenz im Dreieck von Ausstellungsraum, Publikum und Werk aufspannen. Seine Objekte, Maschinen und Fotogramme, versteht er vielmehr als einen dynamischen Bestandteil des Kunstsystems, das von der Gleichzeitigkeit von Konzeption, Produktion, Zirkulation, Kritik, Handel und vielem mehr bestimmt und permanent verändert wird.
Beim Gang durch seine Ausstellung begegnet man all diesen Bezügen. Als Gesamtbild eröffnen sie Einblicke in die grösstenteils verborgenen Strukturen der Kunstwelt.
', 'image' => 1, 'imagewidth' => 250, 'imageorient' => 17, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => 'bis 19.4.2020, Beim Stadthaus', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 1, 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"bodytext":null,"image":null,"imagewidth":null,"imageheight":null,"imageborder":null,"imageorient":null,"imagecols":null,"image_zoom":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 'crdate' => 1582648807, 'cruser_id' => 19, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_source' => 0, 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'current' => null, 'files' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'gallery' => array('position' => array('horizontal' => 'right', 'vertical' => 'intext', 'noWrap' => false), 'width' => 250.0, 'count' => array('files' => 1, 'columns' => 1, 'rows' => 1), 'columnSpacing' => 10, 'border' => array('enabled' => false, 'width' => 2, 'padding' => 0), 'rows' => array(array('columns' => array(array('media' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0))))))), false) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 169 $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' => 'Media/Gallery', 'delegate' => null, 'renderable' => null, 'arguments' => array('settings' => array('defaultHeaderType' => '2', 'media' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '1'), 'directImageLink' => '0', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0'))), 'data' => array('uid' => 3789, 'pid' => 408, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 3156, 'tstamp' => 1582650129, 'hidden' => 0, 'sorting' => 32, 'CType' => 'textpic', 'header' => 'Walead Beshty. Standard Deviations', 'bodytext' => 'Die Werke von Walead Beshty (1976) sind meistens maschinell gefertigt und geometrisch-abstrakt geformt. Die Art und Weise ihrer Herstellung lässt sich bei der Betrachtung nachvollziehen. Manchmal sind die Werke gar einfach aus den Bestandteilen von Computern oder Fernsehern gefertigt. Nicht das klassische Verständnis einer genialen Idee und deren virtuoser Umsetzung durch einen begnadeten Meister liegt seiner Kunst zu Grunde, sondern das Bewusstsein für die Bedingungen des Kunstbetriebs.
Beshtys Werke sind von der Minimal Art geprägt. Handelsübliche Materialien und den kompletten Verzicht auf den Illusionismus teilt der Künstler mit den Prinzipien beispielsweise von Frank Stella und Donald Judd. Doch im Gegensatz dazu sind seine Werke nicht einfach als autonome Objekte angelegt, die ihre Präsenz im Dreieck von Ausstellungsraum, Publikum und Werk aufspannen. Seine Objekte, Maschinen und Fotogramme, versteht er vielmehr als einen dynamischen Bestandteil des Kunstsystems, das von der Gleichzeitigkeit von Konzeption, Produktion, Zirkulation, Kritik, Handel und vielem mehr bestimmt und permanent verändert wird.
Beim Gang durch seine Ausstellung begegnet man all diesen Bezügen. Als Gesamtbild eröffnen sie Einblicke in die grösstenteils verborgenen Strukturen der Kunstwelt.
', 'image' => 1, 'imagewidth' => 250, 'imageorient' => 17, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => 'bis 19.4.2020, Beim Stadthaus', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 1, 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"bodytext":null,"image":null,"imagewidth":null,"imageheight":null,"imageborder":null,"imageorient":null,"imagecols":null,"image_zoom":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 'crdate' => 1582648807, 'cruser_id' => 19, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => '', 'filelink_sorting' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'header_position' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_source' => 0, 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'current' => null, 'files' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'gallery' => array('position' => array('horizontal' => 'right', 'vertical' => 'intext', 'noWrap' => false), 'width' => 250.0, 'count' => array('files' => 1, 'columns' => 1, 'rows' => 1), 'columnSpacing' => 10, 'border' => array('enabled' => false, 'width' => 2, 'padding' => 0), 'rows' => array(array('columns' => array(array('media' => object(TYPO3\CMS\Core\Resource\FileReference), 'dimensions' => array('width' => 250.0, 'height' => 166.0))))))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/Standard_action_textpic_993d770794a809d7eba51f9c4a3887498b1adbfb.php line 167 $arguments24['debug'] = true; $arguments24['partial'] = 'Media/Gallery'; $arguments24['arguments'] = $renderingContext->getVariableProvider()->getAll();$output23 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments24, $renderChildrenClosure25, $renderingContext);
$output23 .= ' '; return $output23; at Standard_action_textpic_993d770794a809d7eba51f9c4a3887498b1adbfb->{closure}() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/Standard_action_textpic_993d770794a809d7eba51f9c4a3887498b1adbfb.php line 193 $renderingContext ); $arguments18['thenClosure'] = $renderChildrenClosure19;
$output10 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
$output10 .= '
';
at Standard_action_textpic_993d770794a809d7eba51f9c4a3887498b1adbfb->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(), true) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171 $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' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/layout_Default_html_3fef5b30bfc98d418e16e0ed0f0c1149a6eaf9cc.php line 1143 ), $renderingContext );
$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments45, $renderChildrenClosure46, $renderingContext);
$output3 .= ' '; // Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper at layout_Default_html_3fef5b30bfc98d418e16e0ed0f0c1149a6eaf9cc->{closure}() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 /home/kunstbul/www/test.kunstverein.ch/web/typo3temp/var/cache/code/fluid_template/layout_Default_html_3fef5b30bfc98d418e16e0ed0f0c1149a6eaf9cc.php line 1665 '; return $output65; };
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
$output0 .= '
'; at layout_Default_html_3fef5b30bfc98d418e16e0ed0f0c1149a6eaf9cc->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
@return string */ protected function renderFluidView() { return $this->view->render(); }
/**
Apply standard wrap to content at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView() in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106
$this->view->assignMultiple($variables);
$this->renderFluidTemplateAssetsIntoPageRenderer();
$content = $this->renderFluidView();
$content = $this->applyStandardWrapToRenderedContent($content, $conf);
$this->view = $parentView;
return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Textpic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801 }// 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\FluidTemplateContentObject), array('templateName' => 'Textpic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '
', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737 $timeTracker->decStackPointer(); } else { $contentObject = $this->getContentObject($name); if ($contentObject) { $content .= $this->render($contentObject, $conf); } } if ($timeTracker->LR) { $timeTracker->pull($content); at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Textpic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'lib.contentElement') in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732 [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup); $conf = array_replace_recursive($conf, $confOverride); // Getting the cObject $timeTracker->incStackPointer(); $content .= $this->cObjGetSingle($name, $conf, $key); $timeTracker->decStackPointer(); } else { $contentObject = $this->getContentObject($name); if ($contentObject) { at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Textpic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'fileadmin/templates/fluid_styled_content/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '', 'wrap' => ' | ', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'textpic') in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45 // If no "default" property is available, then an empty string is returned if ($key === 'default' && !isset($conf['default'])) { $theValue = ''; } else { $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key); } if (isset($conf['stdWrap.'])) { $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']); } at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => 'ERROR: Content Element with uid "{field:uid}" and type "|" has no rendering definition!
', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('parseFunc.' => array('allowTags' => 'br, span, i, em, b, strong', 'denyTags' => ''), 'htmlSpecialChars' => '0'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'skvvideos_skvvideolist' => 'USER', 'skvvideos_skvvideolist.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolist'), 'skvvideos_skvvideolatest' => 'USER', 'skvvideos_skvvideolatest.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolatest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600247', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801 }// 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\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '
ERROR: Content Element with uid "{field:uid}" and type "|" has no rendering definition!
', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('parseFunc.' => array('allowTags' => 'br, span, i, em, b, strong', 'denyTags' => ''), 'htmlSpecialChars' => '0'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'skvvideos_skvvideolist' => 'USER', 'skvvideos_skvvideolist.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolist'), 'skvvideos_skvvideolatest' => 'USER', 'skvvideos_skvvideolatest.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolatest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600247', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737 $timeTracker->decStackPointer(); } else { $contentObject = $this->getContentObject($name); if ($contentObject) { $content .= $this->render($contentObject, $conf); } } if ($timeTracker->LR) { $timeTracker->pull($content); at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => 'ERROR: Content Element with uid "{field:uid}" and type "|" has no rendering definition!
', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('parseFunc.' => array('allowTags' => 'br, span, i, em, b, strong', 'denyTags' => ''), 'htmlSpecialChars' => '0'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'skvvideos_skvvideolist' => 'USER', 'skvvideos_skvvideolist.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolist'), 'skvvideos_skvvideolatest' => 'USER', 'skvvideos_skvvideolatest.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolatest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600247', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'))), 'tt_content') in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732 [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup); $conf = array_replace_recursive($conf, $confOverride); // Getting the cObject $timeTracker->incStackPointer(); $content .= $this->cObjGetSingle($name, $conf, $key); $timeTracker->decStackPointer(); } else { $contentObject = $this->getContentObject($name); if ($contentObject) { at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => 'ERROR: Content Element with uid "{field:uid}" and type "|" has no rendering definition!
', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('parseFunc.' => array('allowTags' => 'br, span, i, em, b, strong', 'denyTags' => ''), 'htmlSpecialChars' => '0'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'skvvideos_skvvideolist' => 'USER', 'skvvideos_skvvideolist.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolist'), 'skvvideos_skvvideolatest' => 'USER', 'skvvideos_skvvideolatest.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'SkvVideos', 'pluginName' => 'Skvvideolatest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor', '20.' => array('maxGalleryWidth' => '800', 'maxGalleryWidthInText' => '800', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600247', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\CMS\Frontend\DataProcessing\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\CMS\Extbase\Core\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'))), '') in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96 $cObj->parentRecordNumber = $this->cObj->currentRecordNumber; $frontendController->currentRecord = $registerField; $this->cObj->lastChanged($row['tstamp'] ?? 0); $cObj->start($row, $conf['table'], $this->request); $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey); $cobjValue .= $tmpValue; } } } at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0'))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801 }// 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\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0'))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737 $timeTracker->decStackPointer(); } else { $contentObject = $this->getContentObject($name); if ($contentObject) { $content .= $this->render($contentObject, $conf); } } if ($timeTracker->LR) { $timeTracker->pull($content); at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'variables.content_column_1') in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305 continue; } if (!in_array($variableName, $reservedVariables)) { $cObjConf = $variablesToProcess[$variableName . '.'] ?? []; $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName); } else { throw new \InvalidArgumentException( 'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.', 1288095720 at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('format' => 'html', 'partialRootPath' => 'fileadmin/templates/partials/', 'layoutRootPath' => 'fileadmin/templates/layouts/', 'variables.' => array('content_column_1' => 'CONTENT', 'content_column_1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content_column_2' => 'CONTENT', 'content_column_2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content_column_3' => 'CONTENT', 'content_column_3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content_column_4' => 'CONTENT', 'content_column_4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content_column_5' => 'CONTENT', 'content_column_5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'content_column_6' => 'CONTENT', 'content_column_6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '1.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '2.' => array('value' => 'fileadmin/templates/main_home_page.html'), 'TEXT', '3.' => array('value' => 'fileadmin/templates/main_wide_page.html'), 'TEXT', '4.' => array('value' => 'fileadmin/templates/sektion_des_monats_archiv_page.html')))))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100 $this->setLayoutRootPath($conf); $this->setPartialRootPath($conf); $this->setExtbaseVariables($conf); $this->assignSettings($conf); $variables = $this->getContentObjectVariables($conf); $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);
$this->view->assignMultiple($variables);
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('format' => 'html', 'partialRootPath' => 'fileadmin/templates/partials/', 'layoutRootPath' => 'fileadmin/templates/layouts/', 'variables.' => array('content_column_1' => 'CONTENT', 'content_column_1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content_column_2' => 'CONTENT', 'content_column_2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content_column_3' => 'CONTENT', 'content_column_3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content_column_4' => 'CONTENT', 'content_column_4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content_column_5' => 'CONTENT', 'content_column_5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'content_column_6' => 'CONTENT', 'content_column_6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '1.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '2.' => array('value' => 'fileadmin/templates/main_home_page.html'), 'TEXT', '3.' => array('value' => 'fileadmin/templates/main_wide_page.html'), 'TEXT', '4.' => array('value' => 'fileadmin/templates/sektion_des_monats_archiv_page.html')))))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801 }
// 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\FluidTemplateContentObject), array('format' => 'html', 'partialRootPath' => 'fileadmin/templates/partials/', 'layoutRootPath' => 'fileadmin/templates/layouts/', 'variables.' => array('content_column_1' => 'CONTENT', 'content_column_1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content_column_2' => 'CONTENT', 'content_column_2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content_column_3' => 'CONTENT', 'content_column_3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content_column_4' => 'CONTENT', 'content_column_4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content_column_5' => 'CONTENT', 'content_column_5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'content_column_6' => 'CONTENT', 'content_column_6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '1.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '2.' => array('value' => 'fileadmin/templates/main_home_page.html'), 'TEXT', '3.' => array('value' => 'fileadmin/templates/main_wide_page.html'), 'TEXT', '4.' => array('value' => 'fileadmin/templates/sektion_des_monats_archiv_page.html')))))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737 $timeTracker->decStackPointer(); } else { $contentObject = $this->getContentObject($name); if ($contentObject) { $content .= $this->render($contentObject, $conf); } } if ($timeTracker->LR) { $timeTracker->pull($content); at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('format' => 'html', 'partialRootPath' => 'fileadmin/templates/partials/', 'layoutRootPath' => 'fileadmin/templates/layouts/', 'variables.' => array('content_column_1' => 'CONTENT', 'content_column_1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content_column_2' => 'CONTENT', 'content_column_2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content_column_3' => 'CONTENT', 'content_column_3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content_column_4' => 'CONTENT', 'content_column_4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content_column_5' => 'CONTENT', 'content_column_5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'content_column_6' => 'CONTENT', 'content_column_6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '1.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '2.' => array('value' => 'fileadmin/templates/main_home_page.html'), 'TEXT', '3.' => array('value' => 'fileadmin/templates/main_wide_page.html'), 'TEXT', '4.' => array('value' => 'fileadmin/templates/sektion_des_monats_archiv_page.html'))))), '10') in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699 foreach ($sKeyArray as $theKey) { $theValue = $setup[$theKey]; if ((int)$theKey && !str_contains($theKey, '.')) { $conf = $setup[$theKey . '.'] ?? []; $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey); } } return $content; } at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('config.' => array('contentObjectExceptionHandler' => '0'), 'typeNum' => '0', 'meta.' => array('viewport' => 'width=device-width, initial-scale=1'), 'FLUIDTEMPLATE', '10.' => array('format' => 'html', 'partialRootPath' => 'fileadmin/templates/partials/', 'layoutRootPath' => 'fileadmin/templates/layouts/', 'variables.' => array('content_column_1' => 'CONTENT', 'content_column_1.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0')), 'content_column_2' => 'CONTENT', 'content_column_2.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'content_column_3' => 'CONTENT', 'content_column_3.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'content_column_4' => 'CONTENT', 'content_column_4.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'content_column_5' => 'CONTENT', 'content_column_5.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'content_column_6' => 'CONTENT', 'content_column_6.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5'))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '1.' => array('value' => 'fileadmin/templates/main_standard_page.html'), 'TEXT', '2.' => array('value' => 'fileadmin/templates/main_home_page.html'), 'TEXT', '3.' => array('value' => 'fileadmin/templates/main_wide_page.html'), 'TEXT', '4.' => array('value' => 'fileadmin/templates/sektion_des_monats_archiv_page.html'))))), 'includeCSS.' => array('file1' => '/fileadmin/templates/css/bootstrap.min.css', 'file2' => '/fileadmin/templates/css/style.css'), 'includeJS.' => array('file1' => '/fileadmin/templates/js/jquery.min.js', 'file2' => '/fileadmin/templates/js/bootstrap.min.js'), 'shortcutIcon' => 'favicon.ico', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'levelfield:1, uid', 'dataWrap' => 'id="pid{TSFE:id}" class="be-{TSFE:beUserLogin} rpid|'), 'TEXT', '20.' => array('data' => 'level:1', 'noTrimWrap' => '| level| |'), 'TEXT', '30.' => array('value' => 'has-subs', 'if.' => array('isTrue.' => array('numRows.' => array('table' => 'pages', 'where' => 'pid=this')))), 'TEXT', '40.' => array('value' => 'no-subs', 'if.' => array('negate' => '1', 'isTrue.' => array('numRows.' => array('table' => 'pages', 'where' => 'pid=this')))), 'TEXT', '50.' => array('value' => '"'), 'stdWrap.' => array('noTrimWrap' => '|<body |>|')))) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
@return string */ protected function generatePageBodyContent(TypoScriptFrontendController $controller): string { $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: ''; if ($controller->pSetup['wrap'] ?? false) { $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']); } if ($controller->pSetup['stdWrap.'] ?? false) { at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189 protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string { // Generate the main content between the
tags // This has to be done first, as some additional TSFE-related code could have been written $pageContent = $this->generatePageBodyContent($controller); // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated if ($controller->config['config']['disableAllHeaderCode'] ?? false) { return $pageContent; } at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141 // Content generation $this->timeTracker->incStackPointer(); $this->timeTracker->push($controller->sPre, 'PAGE'); $controller->content = $this->generatePageContent($controller, $request);
$this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
$this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34 { public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface { try { $response = $handler->handle($request); } catch (PropagateResponseException $e) { $response = $e->getResponse(); }
at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
@return ResponseInterface */ public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface { $response = $handler->handle($request); if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) { if ( (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false) at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79 ); } }
return $handler->handle($request);
}
protected function getRedirectUri(ServerRequestInterface $request): ?string { at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78 $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset); $request = $request->withParsedBody($parsedBody); } } $response = $handler->handle($request);
/**
* Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
* TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104 // Make TSFE globally available // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the // PSR-7 request attribute frontend.controller throughout TYPO3 core $GLOBALS['TSFE'] = $controller; return $handler->handle($request); } } at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47 $pageArguments = $request->getAttribute('routing', null); if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) { $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]); } return $handler->handle($request); } } at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132 } }
$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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/web/typo3conf/ext/deferred_image_processing/Classes/Middleware/ImageProcessor.php line 42 return $response; } }
return $handler->handle($request);
} } at WEBcoast\DeferredImageProcessing\Middleware\ImageProcessor->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128 $addInformationAboutDisabledCache = true; $setCookieOnCurrentRequest = false; }
$response = $handler->handle($request);
$tsfe = $this->getTypoScriptFrontendController();
if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
$tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97 if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) { $rateLimiter->reset(); }
$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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78 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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55 1396795884 ); }
return $handler->handle($request);
}
/**
Checks if the provided host header value matches the trusted hosts pattern. at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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(Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 Psr\Http\Server\RequestHandlerInterface@anonymous/home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$112e->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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 /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86 */ public function handle(ServerRequestInterface $request): ResponseInterface { try { $response = $this->requestHandler->handle($request); } catch (ImmediateResponseException $exception) { $response = $exception->getResponse(); } return $response; at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest)) in /home/kunstbul/www/test.kunstverein.ch/typo3_src-11.5.25/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);
}
/**
BTW: it's PHP 8.1.16
@ritterg Which version of deferred_image_processing are you using?
Version 1.1.0 downloaded directly from within Typo3 (v11) Extension Manager
Alright, thanks. I'll take a look at it.
@ritterg That took me a while. It seems, the exception is thrown when TYPO3 tries to render the imageLinkWrap (JS pop window). Didn't expect, that's still used.
Could try this version? https://github.com/webcoast-dk/deferred-image-processing/archive/refs/heads/bugfix/invalid-crop-data-causes-exception.zip
I can confirm that a) when I remove the click-to-enlarge setting on all images on a page, this page works with deferred-image-processing 1.1.0 b) the new version from above works even with click-to-enlarge settings on Thanks for your help!
@ritterg Thanks for you feedback. I merged this into the release/1.1
branch. I'm waiting for feedback on another fix and will release a new version soon.
When I activate this extension in Typo3 11.5.25, I get an error 503 Oops, an error occurred! TYPO3\CMS\Core\Imaging\ImageManipulation\Area::__construct(): Argument #1 ($x) must be of type float, null given, called in {...}/typo3_src-11.5.25/typo3/sysext/core/Classes/Imaging/ImageDimension.php on line 148