sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Self reference return error 500 #650

Open EikiProg opened 9 months ago

EikiProg commented 9 months ago
Q A
Bug? yes
New Feature? no
SuluArticleBundle Version 2.5.1
Sulu Version 2.5.10
Elasticsearch 7.17.2

Actual Behavior

Return error 500 "Error: __debuginfo() must return an array" when an article type contain a selector for the same article type

Symfony\Component\ErrorHandler\Error\FatalError:
Error: __debuginfo() must return an array

  at W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Mapping\DocumentParser.php:107
  at ONGR\ElasticsearchBundle\Mapping\DocumentParser->parse('class' => 'class ReflectionClass { public string $name = \'Sulu\\\\Bundle\\\\ArticleBundle\\\\Document\\\\ArticleDocument\' }')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Mapping\MetadataCollector.php:334)
  at ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getDocumentReflectionMapping('reflectionClass' => 'class ReflectionClass { public string $name = \'Sulu\\\\Bundle\\\\ArticleBundle\\\\Document\\\\ArticleDocument\' }')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Mapping\MetadataCollector.php:149)
  at ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping('name' => '\'SuluArticleBundle\'', 'config' => '[]')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Mapping\MetadataCollector.php:80)
  at ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings('bundles' => '[0 => \'SuluArticleBundle\']')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Result\Converter.php:52)
  at Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter->convertToDocument('rawData' => '[\'_index\' => \'su_articles_live\', \'_type\' => \'article\', \'_id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f-fr\', \'_score\' => 1, \'_source\' => [\'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'locale\' => \'fr\', \'title\' => \'Sortir de la souffrance d\\\'une séparation\', \'route_path\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\', \'type\' => \'podcast\', \'type_translation\' => \'Podcast\', \'structure_type\' => \'default\', \'changer_full_name\' => \'Adam Ministrator\', \'creator_full_name\' => \'Adam Ministrator\', \'changed\' => \'2023-09-29T05:50:44+0000\', \'created\' => \'2023-09-29T05:45:00+0000\', \'excerpt\' => [...], \'seo\' => [...], \'authored\' => \'2023-09-29T05:45:00+0000\', \'author_full_name\' => \'Adam Ministrator\', \'teaser_description\' => \'\', \'published\' => \'2023-09-29T05:45:00+0000\', \'published_state\' => TRUE, \'localization_state\' => [...], \'author_id\' => 1, \'creator_contact_id\' => 1, \'changer_contact_id\' => 1, \'pages\' => [...], \'content_data\' => \'{"title":"Sortir de la souffrance d\\\'une s\\\\u00e9paration","routePath":"\\\\/podcasts\\\\/sortir-de-la-souffrance-d-une-separation","code":"41","duration":"18","ausha":"bYXOQuGpwJw3","description":"<p>Dans cet \\\\u00e9pisode, notre associ\\\\u00e9e Karine consid\\\\u00e8re que l\\\'\\\\u00e9tat de souffrance des personnes dans leur s\\\\u00e9paration ne leur permet plus de prendre les bonnes d\\\\u00e9cisions.<\\\\/p><p>Il convient donc, sans prendre la place des th\\\\u00e9rapeutes psychologiques, de les placer dans meilleures conditions p\'..., \'main_webspace\' => \'kdl\', \'additional_webspaces\' => [...], \'content_fields\' => [...]]]', 'manager' => 'class ONGR\\ElasticsearchBundle\\Service\\Manager { private $name = \'live\'; private $config = [\'index\' => [...], \'mappings\' => [...], \'bulk_size\' => 100, \'commit_mode\' => \'refresh\', \'logger\' => [...], \'force_commit\' => TRUE]; private $client = class Elasticsearch\\Client { public $transport = class Elasticsearch\\Transport { ... }; protected $params = NULL; protected $endpoints = class Closure { virtual $closure = "$this->Elasticsearch\\{closure}", ... }; protected $registeredNamespaces = [...]; protected $asyncSearch = class Elasticsearch\\Namespaces\\AsyncSearchNamespace { ... }; protected $autoscaling = class Elasticsearch\\Namespaces\\AutoscalingNamespace { ... }; protected $cat = class Elasticsearch\\Namespaces\\CatNamespace { ... }; protected $ccr = class Elasticsearch\\Namespaces\\CcrNamespace { ... }; protected $cluster = class Elasticsearch\\Namespaces\\ClusterNamespace { ... }; protected $danglingIndices = class Elasticsearch\\Namespaces\\DanglingIndicesNamespace { ... }; protected $dataFrameTransformDeprecated = class Elasticsearch\\Namespaces\\DataFrameTransformDeprecatedNamespace { ... }; protected $enrich = class Elasticsearch\\Namespaces\\EnrichNamespace { ... }; protected $eql = class Elasticsearch\\Namespaces\\EqlNamespace { ... }; protected $features = class Elasticsearch\\Namespaces\\FeaturesNamespace { ... }; protected $fleet = class Elasticsearch\\Namespaces\\FleetNamespace { ... }; protected $graph = class Elasticsearch\\Namespaces\\GraphNamespace { ... }; protected $ilm = class Elasticsearch\\Namespaces\\IlmNamespace { ... }; protected $indices = class Elasticsearch\\Namespaces\\IndicesNamespace { ... }; protected $ingest = class Elasticsearch\\Namespaces\\IngestNamespace { ... }; protected $license = class Elasticsearch\\Namespaces\\LicenseNamespace { ... }; protected $logstash = class Elasticsearch\\Namespaces\\LogstashNamespace { ... }; protected $migration = class Elasticsearch\\Namespaces\\MigrationNamespace { ... }; protected $ml = class Elasticsearch\\Namespaces\\MlNamespace { ... }; protected $monitoring = class Elasticsearch\\Namespaces\\MonitoringNamespace { ... }; protected $nodes = class Elasticsearch\\Namespaces\\NodesNamespace { ... }; protected $rollup = class Elasticsearch\\Namespaces\\RollupNamespace { ... }; protected $searchableSnapshots = class Elasticsearch\\Namespaces\\SearchableSnapshotsNamespace { ... }; protected $security = class Elasticsearch\\Namespaces\\SecurityNamespace { ... }; protected $shutdown = class Elasticsearch\\Namespaces\\ShutdownNamespace { ... }; protected $slm = class Elasticsearch\\Namespaces\\SlmNamespace { ... }; protected $snapshot = class Elasticsearch\\Namespaces\\SnapshotNamespace { ... }; protected $sql = class Elasticsearch\\Namespaces\\SqlNamespace { ... }; protected $ssl = class Elasticsearch\\Namespaces\\SslNamespace { ... }; protected $tasks = class Elasticsearch\\Namespaces\\TasksNamespace { ... }; protected $textStructure = class Elasticsearch\\Namespaces\\TextStructureNamespace { ... }; protected $transform = class Elasticsearch\\Namespaces\\TransformNamespace { ... }; protected $watcher = class Elasticsearch\\Namespaces\\WatcherNamespace { ... }; protected $xpack = class Elasticsearch\\Namespaces\\XpackNamespace { ... } }; private $converter = class Sulu\\Bundle\\ArticleBundle\\Elasticsearch\\EventAwareConverter { private ${ONGR\\ElasticsearchBundle\\Result\\Converter}metadataCollector = class ONGR\\ElasticsearchBundle\\Mapping\\MetadataCollector { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... } }; private $bulkQueries = []; private $bulkParams = []; private $indexSettings = [\'index\' => \'su_articles_live\', \'body\' => [...], \'include_type_name\' => TRUE]; private $metadataCollector = class ONGR\\ElasticsearchBundle\\Mapping\\MetadataCollector { private $finder = class ONGR\\ElasticsearchBundle\\Mapping\\DocumentFinder { ... }; private $parser = class ONGR\\ElasticsearchBundle\\Mapping\\DocumentParser { ... }; private $cache = class Doctrine\\Common\\Cache\\FilesystemCache { ... }; private $enableCache = FALSE }; private $commitMode = \'refresh\'; private $bulkCommitSize = 100; private $bulkCount = 0; private $repositories = [\'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument\' => class ONGR\\ElasticsearchBundle\\Service\\Repository { ... }]; private $eventDispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { protected $logger = class Symfony\\Bridge\\Monolog\\Logger { ... }; protected $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private ?SplObjectStorage ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}callStack = class SplObjectStorage { ... }; private Symfony\\Component\\EventDispatcher\\EventDispatcherInterface ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}dispatcher = class Symfony\\Component\\EventDispatcher\\EventDispatcher { ... }; private array ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}wrappedListeners = [...]; private array ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}orphanedEvents = [...]; private ?Symfony\\Component\\HttpFoundation\\RequestStack ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}currentRequestHash = \'00000000000012f20000000000000000\' }; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { private bool $morePrecision = TRUE; private array $sections = [...]; private array $activeSections = [...] } }')
     (W:\www\kdl\vendor\sulu\article-bundle\Elasticsearch\EventAwareConverter.php:38)
  at Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter->convertToDocument('rawData' => '[\'_index\' => \'su_articles_live\', \'_type\' => \'article\', \'_id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f-fr\', \'_score\' => 1, \'_source\' => [\'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'locale\' => \'fr\', \'title\' => \'Sortir de la souffrance d\\\'une séparation\', \'route_path\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\', \'type\' => \'podcast\', \'type_translation\' => \'Podcast\', \'structure_type\' => \'default\', \'changer_full_name\' => \'Adam Ministrator\', \'creator_full_name\' => \'Adam Ministrator\', \'changed\' => \'2023-09-29T05:50:44+0000\', \'created\' => \'2023-09-29T05:45:00+0000\', \'excerpt\' => [...], \'seo\' => [...], \'authored\' => \'2023-09-29T05:45:00+0000\', \'author_full_name\' => \'Adam Ministrator\', \'teaser_description\' => \'\', \'published\' => \'2023-09-29T05:45:00+0000\', \'published_state\' => TRUE, \'localization_state\' => [...], \'author_id\' => 1, \'creator_contact_id\' => 1, \'changer_contact_id\' => 1, \'pages\' => [...], \'content_data\' => \'{"title":"Sortir de la souffrance d\\\'une s\\\\u00e9paration","routePath":"\\\\/podcasts\\\\/sortir-de-la-souffrance-d-une-separation","code":"41","duration":"18","ausha":"bYXOQuGpwJw3","description":"<p>Dans cet \\\\u00e9pisode, notre associ\\\\u00e9e Karine consid\\\\u00e8re que l\\\'\\\\u00e9tat de souffrance des personnes dans leur s\\\\u00e9paration ne leur permet plus de prendre les bonnes d\\\\u00e9cisions.<\\\\/p><p>Il convient donc, sans prendre la place des th\\\\u00e9rapeutes psychologiques, de les placer dans meilleures conditions p\'..., \'main_webspace\' => \'kdl\', \'additional_webspaces\' => [...], \'content_fields\' => [...]]]', 'manager' => 'class ONGR\\ElasticsearchBundle\\Service\\Manager { private $name = \'live\'; private $config = [\'index\' => [...], \'mappings\' => [...], \'bulk_size\' => 100, \'commit_mode\' => \'refresh\', \'logger\' => [...], \'force_commit\' => TRUE]; private $client = class Elasticsearch\\Client { public $transport = class Elasticsearch\\Transport { ... }; protected $params = NULL; protected $endpoints = class Closure { virtual $closure = "$this->Elasticsearch\\{closure}", ... }; protected $registeredNamespaces = [...]; protected $asyncSearch = class Elasticsearch\\Namespaces\\AsyncSearchNamespace { ... }; protected $autoscaling = class Elasticsearch\\Namespaces\\AutoscalingNamespace { ... }; protected $cat = class Elasticsearch\\Namespaces\\CatNamespace { ... }; protected $ccr = class Elasticsearch\\Namespaces\\CcrNamespace { ... }; protected $cluster = class Elasticsearch\\Namespaces\\ClusterNamespace { ... }; protected $danglingIndices = class Elasticsearch\\Namespaces\\DanglingIndicesNamespace { ... }; protected $dataFrameTransformDeprecated = class Elasticsearch\\Namespaces\\DataFrameTransformDeprecatedNamespace { ... }; protected $enrich = class Elasticsearch\\Namespaces\\EnrichNamespace { ... }; protected $eql = class Elasticsearch\\Namespaces\\EqlNamespace { ... }; protected $features = class Elasticsearch\\Namespaces\\FeaturesNamespace { ... }; protected $fleet = class Elasticsearch\\Namespaces\\FleetNamespace { ... }; protected $graph = class Elasticsearch\\Namespaces\\GraphNamespace { ... }; protected $ilm = class Elasticsearch\\Namespaces\\IlmNamespace { ... }; protected $indices = class Elasticsearch\\Namespaces\\IndicesNamespace { ... }; protected $ingest = class Elasticsearch\\Namespaces\\IngestNamespace { ... }; protected $license = class Elasticsearch\\Namespaces\\LicenseNamespace { ... }; protected $logstash = class Elasticsearch\\Namespaces\\LogstashNamespace { ... }; protected $migration = class Elasticsearch\\Namespaces\\MigrationNamespace { ... }; protected $ml = class Elasticsearch\\Namespaces\\MlNamespace { ... }; protected $monitoring = class Elasticsearch\\Namespaces\\MonitoringNamespace { ... }; protected $nodes = class Elasticsearch\\Namespaces\\NodesNamespace { ... }; protected $rollup = class Elasticsearch\\Namespaces\\RollupNamespace { ... }; protected $searchableSnapshots = class Elasticsearch\\Namespaces\\SearchableSnapshotsNamespace { ... }; protected $security = class Elasticsearch\\Namespaces\\SecurityNamespace { ... }; protected $shutdown = class Elasticsearch\\Namespaces\\ShutdownNamespace { ... }; protected $slm = class Elasticsearch\\Namespaces\\SlmNamespace { ... }; protected $snapshot = class Elasticsearch\\Namespaces\\SnapshotNamespace { ... }; protected $sql = class Elasticsearch\\Namespaces\\SqlNamespace { ... }; protected $ssl = class Elasticsearch\\Namespaces\\SslNamespace { ... }; protected $tasks = class Elasticsearch\\Namespaces\\TasksNamespace { ... }; protected $textStructure = class Elasticsearch\\Namespaces\\TextStructureNamespace { ... }; protected $transform = class Elasticsearch\\Namespaces\\TransformNamespace { ... }; protected $watcher = class Elasticsearch\\Namespaces\\WatcherNamespace { ... }; protected $xpack = class Elasticsearch\\Namespaces\\XpackNamespace { ... } }; private $converter = class Sulu\\Bundle\\ArticleBundle\\Elasticsearch\\EventAwareConverter { private ${ONGR\\ElasticsearchBundle\\Result\\Converter}metadataCollector = class ONGR\\ElasticsearchBundle\\Mapping\\MetadataCollector { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... } }; private $bulkQueries = []; private $bulkParams = []; private $indexSettings = [\'index\' => \'su_articles_live\', \'body\' => [...], \'include_type_name\' => TRUE]; private $metadataCollector = class ONGR\\ElasticsearchBundle\\Mapping\\MetadataCollector { private $finder = class ONGR\\ElasticsearchBundle\\Mapping\\DocumentFinder { ... }; private $parser = class ONGR\\ElasticsearchBundle\\Mapping\\DocumentParser { ... }; private $cache = class Doctrine\\Common\\Cache\\FilesystemCache { ... }; private $enableCache = FALSE }; private $commitMode = \'refresh\'; private $bulkCommitSize = 100; private $bulkCount = 0; private $repositories = [\'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument\' => class ONGR\\ElasticsearchBundle\\Service\\Repository { ... }]; private $eventDispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { protected $logger = class Symfony\\Bridge\\Monolog\\Logger { ... }; protected $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private ?SplObjectStorage ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}callStack = class SplObjectStorage { ... }; private Symfony\\Component\\EventDispatcher\\EventDispatcherInterface ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}dispatcher = class Symfony\\Component\\EventDispatcher\\EventDispatcher { ... }; private array ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}wrappedListeners = [...]; private array ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}orphanedEvents = [...]; private ?Symfony\\Component\\HttpFoundation\\RequestStack ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}currentRequestHash = \'00000000000012f20000000000000000\' }; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { private bool $morePrecision = TRUE; private array $sections = [...]; private array $activeSections = [...] } }')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Result\DocumentIterator.php:59)
  at ONGR\ElasticsearchBundle\Result\DocumentIterator->convertDocument('document' => '[\'_index\' => \'su_articles_live\', \'_type\' => \'article\', \'_id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f-fr\', \'_score\' => 1, \'_source\' => [\'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'locale\' => \'fr\', \'title\' => \'Sortir de la souffrance d\\\'une séparation\', \'route_path\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\', \'type\' => \'podcast\', \'type_translation\' => \'Podcast\', \'structure_type\' => \'default\', \'changer_full_name\' => \'Adam Ministrator\', \'creator_full_name\' => \'Adam Ministrator\', \'changed\' => \'2023-09-29T05:50:44+0000\', \'created\' => \'2023-09-29T05:45:00+0000\', \'excerpt\' => [...], \'seo\' => [...], \'authored\' => \'2023-09-29T05:45:00+0000\', \'author_full_name\' => \'Adam Ministrator\', \'teaser_description\' => \'\', \'published\' => \'2023-09-29T05:45:00+0000\', \'published_state\' => TRUE, \'localization_state\' => [...], \'author_id\' => 1, \'creator_contact_id\' => 1, \'changer_contact_id\' => 1, \'pages\' => [...], \'content_data\' => \'{"title":"Sortir de la souffrance d\\\'une s\\\\u00e9paration","routePath":"\\\\/podcasts\\\\/sortir-de-la-souffrance-d-une-separation","code":"41","duration":"18","ausha":"bYXOQuGpwJw3","description":"<p>Dans cet \\\\u00e9pisode, notre associ\\\\u00e9e Karine consid\\\\u00e8re que l\\\'\\\\u00e9tat de souffrance des personnes dans leur s\\\\u00e9paration ne leur permet plus de prendre les bonnes d\\\\u00e9cisions.<\\\\/p><p>Il convient donc, sans prendre la place des th\\\\u00e9rapeutes psychologiques, de les placer dans meilleures conditions p\'..., \'main_webspace\' => \'kdl\', \'additional_webspaces\' => [...], \'content_fields\' => [...]]]')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Result\AbstractResultsIterator.php:273)
  at ONGR\ElasticsearchBundle\Result\DocumentIterator->getDocument('key' => '0')
     (W:\www\kdl\vendor\handcraftedinthealps\elasticsearch-bundle\Result\AbstractResultsIterator.php:182)
  at ONGR\ElasticsearchBundle\Result\DocumentIterator->current()
     (W:\www\kdl\vendor\sulu\article-bundle\Content\ArticleSelectionContentType.php:73)
  at Sulu\Bundle\ArticleBundle\Content\ArticleSelectionContentType->getContentData('property' => 'class Sulu\\Component\\Content\\Compat\\Property { private $name = \'articles\'; private $metadata = class Sulu\\Component\\Content\\Compat\\Metadata { private $data = [...] }; private $mandatory = FALSE; private $multilingual = TRUE; private $minOccurs = NULL; private $maxOccurs = NULL; private $contentTypeName = \'article_selection\'; private $params = []; private $tags = []; private $colSpan = 12; private $value = [0 => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\']; private $structure = class Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticleBridge { protected $structure = class Sulu\\Component\\Content\\Metadata\\StructureMetadata { ... }; protected $document = NULL; protected $inspector = class Sulu\\Bundle\\DocumentManagerBundle\\Bridge\\DocumentInspector { ... }; private ${Sulu\\Component\\Content\\Compat\\Structure\\StructureBridge}propertyFactory = class Sulu\\Component\\Content\\Compat\\Structure\\LegacyPropertyFactory { ... }; private ${Sulu\\Component\\Content\\Compat\\Structure\\StructureBridge}loadedProperties = [...]; protected $locale = \'fr\'; private $webspaceKey = \'kdl\'; private $uuid = \'cdb76539-c2a7-4871-8196-2bd8eda54885\' }; protected $propertyValue = NULL; protected $types = []; protected $properties = []; protected $defaultTypeName = NULL }')
     (W:\www\kdl\vendor\sulu\article-bundle\Document\Structure\ContentProxyFactory.php:90)
  at Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->resolveContent('structure' => 'class Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticleBridge { protected $structure = class Sulu\\Component\\Content\\Metadata\\StructureMetadata { protected $name = \'default\'; protected $titles = [...]; protected $descriptions = [...]; protected $tags = [...]; protected $parameters = [...]; protected $children = [...]; protected $disabledCondition = NULL; protected $visibleCondition = NULL; protected $resource = \'W:\\\\www\\\\kdl/config/templates/articles\\\\default.xml\'; protected $properties = [...]; protected $cacheLifetime = [...]; protected $controller = \'Sulu\\\\Bundle\\\\ArticleBundle\\\\Controller\\\\WebsiteArticleController::indexAction\'; protected $view = \'articles/default\'; protected $internal = FALSE; protected $areas = [...]; protected $schema = NULL }; protected $document = NULL; protected $inspector = class Sulu\\Bundle\\DocumentManagerBundle\\Bridge\\DocumentInspector { protected $documentRegistry = class Sulu\\Component\\DocumentManager\\DocumentRegistry { ... }; protected $pathSegmentRegistry = class Sulu\\Component\\DocumentManager\\PathSegmentRegistry { ... }; protected $proxyFactory = class Sulu\\Component\\DocumentManager\\ProxyFactory { ... }; private $metadataFactory = class Sulu\\Component\\DocumentManager\\Metadata\\MetadataFactory { ... }; private $structureFactory = class Sulu\\Component\\Content\\Metadata\\Factory\\StructureMetadataFactory { ... }; private $namespaceRegistry = class Sulu\\Component\\DocumentManager\\NamespaceRegistry { ... }; private $encoder = class Sulu\\Bundle\\DocumentManagerBundle\\Bridge\\PropertyEncoder { ... }; private $webspaceManager = class Sulu\\Component\\Webspace\\Manager\\WebspaceManager { ... } }; private ${Sulu\\Component\\Content\\Compat\\Structure\\StructureBridge}propertyFactory = class Sulu\\Component\\Content\\Compat\\Structure\\LegacyPropertyFactory { private $namespaceRegistry = class Sulu\\Component\\DocumentManager\\NamespaceRegistry { ... } }; private ${Sulu\\Component\\Content\\Compat\\Structure\\StructureBridge}loadedProperties = [\'title\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'routePath\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'code\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'duration\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'ausha\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'description\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'article\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'media\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'teasers\' => class Sulu\\Component\\Content\\Compat\\Property { ... }, \'articles\' => class Sulu\\Component\\Content\\Compat\\Property { ... }]; protected $locale = \'fr\'; private $webspaceKey = \'kdl\'; private $uuid = \'cdb76539-c2a7-4871-8196-2bd8eda54885\' }', 'data' => '[\'title\' => \'La souffrance de celui qui quitte\', \'routePath\' => \'/podcasts/la-souffrance-de-celui-qui-quitte\', \'code\' => \'49\', \'duration\' => \'11\', \'ausha\' => \'b5w8EcaMdLQM\', \'description\' => \'<p>Notre associée Karine éclaire dans cet épisode particulier le cas de "l\\\'abandonnant" d\\\'une séparation, le plus souvent occulté au profit de "l\\\'abandonné" dans la littérature courante. A-t-il vraiment des raisons de se plaindre ? Est-elle, elle aussi, une victime dans la séparation ? Comment surmonter le poids de la culpabilité de la décision prise ?...</p>\', \'article\' => \'<p>Bonjour, vous écoutez l\\\'épisode numéro 49 de «&nbsp;parlons divorce avec Karine&nbsp;».&nbsp;</p><p>Pour cet épisode 49, nous allons parler <strong>de la souffrance de celui qui quitte</strong>.&nbsp;</p><p>J\\\'ai essayé de lire beaucoup de choses sur les différents aspects de la rupture amoureuse et je trouve, qu\\\'elle est souvent traitée du côté de ce qu\\\'on va appeler, «&nbsp;l\\\'abandonné&nbsp;» (celui qui est quitté)</p><p>Et «&nbsp;l\\\'abandonnant&nbsp;», c’est-à dire celui qui va prend\'..., \'media\' => [\'displayOption\' => NULL, \'id\' => 1], \'teasers\' => NULL, \'articles\' => [0 => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\']]')
     (W:\www\kdl\vendor\sulu\article-bundle\Document\Structure\ContentProxyFactory.php:69)
  at Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->Sulu\Bundle\ArticleBundle\Document\Structure\{closure:W:\www\kdl\vendor\sulu\article-bundle\Document\Structure\ContentProxyFactory.php:61-72}('wrappedObject' => 'NULL', 'proxy' => 'class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }', 'method' => '\'__debugInfo\'', 'parameters' => '[]', 'initializer' => 'NULL')
     (W:\www\kdl\var\cache\preview\dev\sulu\proxies\ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated325da6e026f4dcf8a829ea835be10d7b.php:213)
  at Closure->__invoke('' => 'NULL')
     (W:\www\kdl\var\cache\preview\dev\sulu\proxies\ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated325da6e026f4dcf8a829ea835be10d7b.php:213)
  at ProxyManagerGeneratedProxy\__PM__\ArrayObject\Generated325da6e026f4dcf8a829ea835be10d7b->__debugInfo()
     (W:\www\kdl\vendor\symfony\var-dumper\Caster\Caster.php:49)
  at Symfony\Component\VarDumper\Caster\Caster::castObject('obj' => 'class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }', 'class' => '\'ProxyManagerGeneratedProxy\\\\__PM__\\\\ArrayObject\\\\Generated325da6e026f4dcf8a829ea835be10d7b\'', 'hasDebugInfo' => 'TRUE', 'debugClass' => '\'ProxyManagerGeneratedProxy\\\\__PM__\\\\ArrayObject\\\\Generated325da6e026f4dcf8a829ea835be10d7b\'')
     (W:\www\kdl\vendor\symfony\var-dumper\Cloner\AbstractCloner.php:345)
  at Symfony\Component\VarDumper\Cloner\VarCloner->castObject('stub' => 'class Symfony\\Component\\VarDumper\\Cloner\\Stub { public $type = 4; public $class = \'ProxyManagerGeneratedProxy\\\\__PM__\\\\ArrayObject\\\\Generated325da6e026f4dcf8a829ea835be10d7b\'; public $value = class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }; public $cut = 0; public $handle = 8987; public $refCount = 0; public $position = 0; public $attr = [\'file\' => \'W:\\\\www\\\\kdl\\\\var\\\\cache\\\\preview\\\\dev\\\\sulu\\\\proxies\\\\ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated325da6e026f4dcf8a829ea835be10d7b.php\', \'line\' => 5] }', 'isNested' => 'TRUE')
     (W:\www\kdl\vendor\symfony\var-dumper\Cloner\VarCloner.php:132)
  at Symfony\Component\VarDumper\Cloner\VarCloner->doClone('var' => '...')
     (W:\www\kdl\vendor\symfony\var-dumper\Cloner\AbstractCloner.php:290)
  at Symfony\Component\VarDumper\Cloner\VarCloner->cloneVar('var' => '...', 'filter' => '???')
     (W:\www\kdl\vendor\symfony\twig-bridge\Extension\DumpExtension.php:75)
  at Symfony\Bridge\Twig\Extension\DumpExtension->dump('env' => 'class Twig\\Environment { private $charset = \'UTF-8\'; private $loader = class Sylius\\Bundle\\ThemeBundle\\Twig\\Loader\\ThemedTemplateLoader { private Twig\\Loader\\LoaderInterface $decoratedLoader = class Twig\\Loader\\FilesystemLoader { ... }; private Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\TemplateLocatorInterface $templateLocator = class Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\HierarchicalTemplateLocator { ... }; private Sylius\\Bundle\\ThemeBundle\\Context\\ThemeContextInterface $themeContext = class Sylius\\Bundle\\ThemeBundle\\Context\\SettableThemeContext { ... } }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\\Cache\\FilesystemCache { private $directory = \'W:\\\\www\\\\kdl\\\\var\\\\cache\\\\preview\\\\dev/twig/\'; private $options = 1 }; private $lexer = NULL; private $parser = NULL; private $compiler = NULL; private $globals = [\'app\' => class Symfony\\Bridge\\Twig\\AppVariable { ... }]; private $resolvedGlobals = [\'app\' => class Symfony\\Bridge\\Twig\\AppVariable { ... }]; private $loadedTemplates = [\'__TwigTemplate_e09412039fbf79db5ff75b89f73878e8\' => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, \'__TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2\' => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, \'__TwigTemplate_1fd0a9d51566250afaee9639c6797ccb\' => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, \'__TwigTemplate_e3f49c9129604879d70c25d562d3769b\' => class __TwigTemplate_e3f49c9129604879d70c25d562d3769b { ... }]; private $strictVariables = TRUE; private $templateClassPrefix = \'__TwigTemplate_\'; private $originalCache = \'W:\\\\www\\\\kdl\\\\var\\\\cache\\\\preview\\\\dev/twig\'; private $extensionSet = class Twig\\ExtensionSet { private $extensions = [...]; private $initialized = TRUE; private $runtimeInitialized = TRUE; private $staging = class Twig\\Extension\\StagingExtension { ... }; private $parsers = [...]; private $visitors = [...]; private $filters = [...]; private $tests = [...]; private $functions = [...]; private $unaryOperators = [...]; private $binaryOperators = [...]; private $globals = NULL; private $functionCallbacks = [...]; private $filterCallbacks = [...]; private $parserCallbacks = [...]; private $lastModified = 1693220942 }; private $runtimeLoaders = [0 => class Twig\\RuntimeLoader\\ContainerRuntimeLoader { ... }]; private $runtimes = []; private $optionsHash = \'["Twig\\\\\\\\Extension\\\\\\\\CoreExtension","Twig\\\\\\\\Extension\\\\\\\\EscaperExtension","Twig\\\\\\\\Extension\\\\\\\\OptimizerExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\CsrfExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\ProfilerExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\TranslationExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\AssetExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\CodeExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\RoutingExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\YamlExtension","Symfony\\\\\\\\Bridge\\\\\\\\Twig\\\\\\\\Extension\\\\\\\\Stop\'... }', 'context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }, \'locale\' => \'fr\', \'navigation\' => []]', '...')
     (W:\www\kdl\var\cache\preview\dev\twig\f2\f2eba9fb0e2057c12019d55d95fb71c2.php:237)
  at __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2->block_content('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }, \'locale\' => \'fr\']', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:171)
  at __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2->displayBlock('name' => '\'content\'', 'context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }, \'locale\' => \'fr\']', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]', 'useBlocks' => 'FALSE', 'templateContext' => '???')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:134)
  at __TwigTemplate_e09412039fbf79db5ff75b89f73878e8->displayParentBlock('name' => '\'content\'', 'context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }, \'locale\' => \'fr\']', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\var\cache\preview\dev\twig\66\66e18b4cc7186d4c3972f9afc42ae03a.php:72)
  at __TwigTemplate_e09412039fbf79db5ff75b89f73878e8->block_content('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }, \'locale\' => \'fr\']', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:171)
  at __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb->displayBlock('name' => '\'content\'', 'context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }, \'locale\' => \'fr\']', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]', 'useBlocks' => '???', 'templateContext' => '???')
     (W:\www\kdl\var\cache\preview\dev\twig\11\116ba7ea7eccead001c4d8aaba76d2bb.php:94)
  at __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb->doDisplay('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:394)
  at __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb->displayWithErrorHandling('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'meta\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_meta\'], \'style\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_style\'], \'header\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_header\'], \'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'footer\' => [0 => class __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb { ... }, 1 => \'block_footer\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:367)
  at __TwigTemplate_1fd0a9d51566250afaee9639c6797ccb->display('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\var\cache\preview\dev\twig\f2\f2eba9fb0e2057c12019d55d95fb71c2.php:49)
  at __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2->doDisplay('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:394)
  at __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2->displayWithErrorHandling('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\'], \'javascripts\' => [0 => class __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2 { ... }, 1 => \'block_javascripts\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:367)
  at __TwigTemplate_574b2b6a68ffea3d16e8dfb8365b74d2->display('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\']]')
     (W:\www\kdl\var\cache\preview\dev\twig\66\66e18b4cc7186d4c3972f9afc42ae03a.php:47)
  at __TwigTemplate_e09412039fbf79db5ff75b89f73878e8->doDisplay('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:394)
  at __TwigTemplate_e09412039fbf79db5ff75b89f73878e8->displayWithErrorHandling('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\', \'app\' => class Symfony\\Bridge\\Twig\\AppVariable { private Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface $tokenStorage = class Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage { ... }; private Symfony\\Component\\HttpFoundation\\RequestStack $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private string $environment = \'dev\'; private bool $debug = TRUE }]', 'blocks' => '[\'content\' => [0 => class __TwigTemplate_e09412039fbf79db5ff75b89f73878e8 { ... }, 1 => \'block_content\']]')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:367)
  at __TwigTemplate_e09412039fbf79db5ff75b89f73878e8->display('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\']', 'blocks' => '???')
     (W:\www\kdl\vendor\twig\twig\src\Template.php:379)
  at __TwigTemplate_e09412039fbf79db5ff75b89f73878e8->render('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\']', '[]')
     (W:\www\kdl\vendor\twig\twig\src\TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render('context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\']')
     (W:\www\kdl\vendor\twig\twig\src\Environment.php:280)
  at Twig\Environment->render('name' => '\'@SuluWebsite/Preview/preview.html.twig\'', 'context' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\']')
     (W:\www\kdl\vendor\symfony\framework-bundle\Controller\AbstractController.php:242)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderView('view' => '\'@SuluWebsite/Preview/preview.html.twig\'', 'parameters' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\']')
     (W:\www\kdl\vendor\symfony\framework-bundle\Controller\AbstractController.php:253)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->render('view' => '\'@SuluWebsite/Preview/preview.html.twig\'', 'parameters' => '[\'localizations\' => [\'fr\' => [...]], \'segments\' => [], \'request\' => [\'webspaceKey\' => \'kdl\', \'webspaceName\' => \'KDL\', \'segmentKey\' => NULL, \'portalKey\' => \'kdl\', \'portalName\' => \'KDL\', \'defaultLocale\' => \'fr\', \'portalUrl\' => \'localhost\', \'resourceLocatorPrefix\' => NULL, \'resourceLocator\' => FALSE], \'creator\' => 1, \'changer\' => 1, \'created\' => \'2023-09-29T05:45:00\', \'changed\' => \'2023-09-29T05:50:44\', \'author\' => 1, \'authored\' => \'2023-09-29T05:45:00\', \'published\' => \'2023-09-29T05:45:00\', \'template\' => \'default\', \'originTemplate\' => \'default\', \'internal\' => FALSE, \'localizedTemplate\' => \'Podcast\', \'publishedState\' => FALSE, \'_hash\' => \'6eb6516006c6aa44240174bf7d8f206c\', \'articleType\' => \'podcast\', \'customizeWebspaceSettings\' => FALSE, \'mainWebspace\' => \'kdl\', \'additionalWebspaces\' => [], \'urls\' => [\'fr\' => \'/podcasts/sortir-de-la-souffrance-d-une-separation\'], \'page\' => 1, \'pages\' => [0 => [...]], \'id\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'uuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'pageUuid\' => \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\', \'content\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'view\' => class ProxyManagerGeneratedProxy\\__PM__\\ArrayObject\\Generated325da6e026f4dcf8a829ea835be10d7b {  }, \'extension\' => [\'seo\' => [...], \'excerpt\' => [...]], \'previewParentTemplate\' => \'articles/default.html.twig\', \'previewContentReplacer\' => \'<!-- CONTENT-REPLACER -->\']', 'response' => 'class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { protected $headers = [...]; protected $cacheControl = [...]; protected $computedCacheControl = [...]; protected $cookies = [...]; protected $headerNames = [...] }; protected $content = \'\'; protected $version = \'1.0\'; protected $statusCode = 200; protected $statusText = \'OK\'; protected $charset = NULL }')
     (W:\www\kdl\vendor\sulu\article-bundle\Controller\WebsiteArticleController.php:96)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/_sulu_preview\'; protected $requestUri = \'/_sulu_preview\'; protected $baseUrl = \'\'; protected $basePath = \'\'; protected $method = \'GET\'; protected $format = NULL; protected $session = class Closure { virtual $closure = "$this->Symfony\\Component\\HttpKernel\\EventListener\\{closure}" }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'object' => 'class Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument { protected $uuid = \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\'; protected $nodeName = NULL; protected $path = NULL; protected $parent = NULL; protected $title = \'Sortir de la souffrance d\\\'une séparation\'; protected $pageTitle = NULL; protected $pages = [0 => [...]]; protected $route = NULL; protected $routePath = \'/podcasts/sortir-de-la-souffrance-d-une-separation\'; protected $locale = \'fr\'; protected $originalLocale = \'fr\'; protected $structureType = \'default\'; protected $structure = class Sulu\\Component\\Content\\Document\\Structure\\Structure { protected $properties = [...]; protected $stagedData = [...] }; protected $creator = 1; protected $changer = 1; protected $created = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $changed = class DateTime { public $date = \'2023-09-29 05:50:44.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $author = 1; protected $authored = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $extensions = class Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer { protected $data = [...] }; protected $workflowStage = NULL; protected $published = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $versions = []; protected $children = class ArrayIterator {  }; protected $shadowLocaleEnabled = FALSE; protected $shadowLocale = NULL; protected $mainWebspace = NULL; protected $additionalWebspaces = NULL }', 'view' => '\'articles/default\'', 'pageNumber' => '1', 'preview' => 'TRUE', 'partial' => 'FALSE', 'attributes' => '???')
     (W:\www\kdl\vendor\sulu\article-bundle\Controller\WebsiteArticleController.php:45)
  at Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/_sulu_preview\'; protected $requestUri = \'/_sulu_preview\'; protected $baseUrl = \'\'; protected $basePath = \'\'; protected $method = \'GET\'; protected $format = NULL; protected $session = class Closure { virtual $closure = "$this->Symfony\\Component\\HttpKernel\\EventListener\\{closure}" }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'object' => 'class Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument { protected $uuid = \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\'; protected $nodeName = NULL; protected $path = NULL; protected $parent = NULL; protected $title = \'Sortir de la souffrance d\\\'une séparation\'; protected $pageTitle = NULL; protected $pages = [0 => [...]]; protected $route = NULL; protected $routePath = \'/podcasts/sortir-de-la-souffrance-d-une-separation\'; protected $locale = \'fr\'; protected $originalLocale = \'fr\'; protected $structureType = \'default\'; protected $structure = class Sulu\\Component\\Content\\Document\\Structure\\Structure { protected $properties = [...]; protected $stagedData = [...] }; protected $creator = 1; protected $changer = 1; protected $created = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $changed = class DateTime { public $date = \'2023-09-29 05:50:44.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $author = 1; protected $authored = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $extensions = class Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer { protected $data = [...] }; protected $workflowStage = NULL; protected $published = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $versions = []; protected $children = class ArrayIterator {  }; protected $shadowLocaleEnabled = FALSE; protected $shadowLocale = NULL; protected $mainWebspace = NULL; protected $additionalWebspaces = NULL }', 'view' => '\'articles/default\'', 'pageNumber' => '1', 'preview' => 'TRUE', 'partial' => 'FALSE')
     (W:\www\kdl\vendor\symfony\http-kernel\HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/_sulu_preview\'; protected $requestUri = \'/_sulu_preview\'; protected $baseUrl = \'\'; protected $basePath = \'\'; protected $method = \'GET\'; protected $format = NULL; protected $session = class Closure { virtual $closure = "$this->Symfony\\Component\\HttpKernel\\EventListener\\{closure}" }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'type' => '1')
     (W:\www\kdl\vendor\symfony\http-kernel\HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/_sulu_preview\'; protected $requestUri = \'/_sulu_preview\'; protected $baseUrl = \'\'; protected $basePath = \'\'; protected $method = \'GET\'; protected $format = NULL; protected $session = class Closure { virtual $closure = "$this->Symfony\\Component\\HttpKernel\\EventListener\\{closure}" }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'type' => '1', 'catch' => 'FALSE')
     (W:\www\kdl\vendor\symfony\http-kernel\Kernel.php:184)
  at Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewKernel->handle('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/_sulu_preview\'; protected $requestUri = \'/_sulu_preview\'; protected $baseUrl = \'\'; protected $basePath = \'\'; protected $method = \'GET\'; protected $format = NULL; protected $session = class Closure { virtual $closure = "$this->Symfony\\Component\\HttpKernel\\EventListener\\{closure}" }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'type' => '1', 'catch' => 'FALSE')
     (W:\www\kdl\vendor\sulu\sulu\src\Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewRenderer.php:221)
  at Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewRenderer->handle('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/_sulu_preview\'; protected $requestUri = \'/_sulu_preview\'; protected $baseUrl = \'\'; protected $basePath = \'\'; protected $method = \'GET\'; protected $format = NULL; protected $session = class Closure { virtual $closure = "$this->Symfony\\Component\\HttpKernel\\EventListener\\{closure}" }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }')
     (W:\www\kdl\vendor\sulu\sulu\src\Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewRenderer.php:191)
  at Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewRenderer->render('object' => 'class Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument { protected $uuid = \'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\'; protected $nodeName = NULL; protected $path = NULL; protected $parent = NULL; protected $title = \'Sortir de la souffrance d\\\'une séparation\'; protected $pageTitle = NULL; protected $pages = [0 => [...]]; protected $route = NULL; protected $routePath = \'/podcasts/sortir-de-la-souffrance-d-une-separation\'; protected $locale = \'fr\'; protected $originalLocale = \'fr\'; protected $structureType = \'default\'; protected $structure = class Sulu\\Component\\Content\\Document\\Structure\\Structure { protected $properties = [...]; protected $stagedData = [...] }; protected $creator = 1; protected $changer = 1; protected $created = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $changed = class DateTime { public $date = \'2023-09-29 05:50:44.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $author = 1; protected $authored = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $extensions = class Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer { protected $data = [...] }; protected $workflowStage = NULL; protected $published = class DateTime { public $date = \'2023-09-29 05:45:00.000000\'; public $timezone_type = 3; public $timezone = \'UTC\' }; protected $versions = []; protected $children = class ArrayIterator {  }; protected $shadowLocaleEnabled = FALSE; protected $shadowLocale = NULL; protected $mainWebspace = NULL; protected $additionalWebspaces = NULL }', 'id' => '\'6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f\'', 'partial' => 'FALSE', 'options' => '[\'webspaceKey\' => \'kdl\', \'locale\' => \'fr\', \'targetGroupId\' => \'-1\']')
     (W:\www\kdl\vendor\sulu\sulu\src\Sulu\Bundle\PreviewBundle\Preview\Preview.php:152)
  at Sulu\Bundle\PreviewBundle\Preview\Preview->render('token' => '\'2f4811e4ad0b6182494e2d9d8d9c6bc5\'', 'options' => '[\'webspaceKey\' => \'kdl\', \'locale\' => \'fr\', \'targetGroupId\' => \'-1\']')
     (W:\www\kdl\vendor\sulu\sulu\src\Sulu\Bundle\PreviewBundle\UserInterface\Controller\PreviewController.php:78)
  at Sulu\Bundle\PreviewBundle\UserInterface\Controller\PreviewController->renderAction('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/admin/preview/render\'; protected $requestUri = \'/admin/preview/render?webspaceKey=kdl&provider=articles&id=6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f&locale=fr&token=2f4811e4ad0b6182494e2d9d8d9c6bc5&targetGroupId=-1\'; protected $baseUrl = \'\'; protected $basePath = NULL; protected $method = \'GET\'; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private string $flashName = \'flashes\'; private string $attributeName = \'attributes\'; private array $data = [...]; private int $usageIndex = 3; private ?Closure $usageReporter = class Closure { virtual $closure = "$this->onSessionUsage", ... } }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }')
     (W:\www\kdl\vendor\symfony\http-kernel\HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/admin/preview/render\'; protected $requestUri = \'/admin/preview/render?webspaceKey=kdl&provider=articles&id=6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f&locale=fr&token=2f4811e4ad0b6182494e2d9d8d9c6bc5&targetGroupId=-1\'; protected $baseUrl = \'\'; protected $basePath = NULL; protected $method = \'GET\'; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private string $flashName = \'flashes\'; private string $attributeName = \'attributes\'; private array $data = [...]; private int $usageIndex = 3; private ?Closure $usageReporter = class Closure { virtual $closure = "$this->onSessionUsage", ... } }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'type' => '1')
     (W:\www\kdl\vendor\symfony\http-kernel\HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/admin/preview/render\'; protected $requestUri = \'/admin/preview/render?webspaceKey=kdl&provider=articles&id=6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f&locale=fr&token=2f4811e4ad0b6182494e2d9d8d9c6bc5&targetGroupId=-1\'; protected $baseUrl = \'\'; protected $basePath = NULL; protected $method = \'GET\'; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private string $flashName = \'flashes\'; private string $attributeName = \'attributes\'; private array $data = [...]; private int $usageIndex = 3; private ?Closure $usageReporter = class Closure { virtual $closure = "$this->onSessionUsage", ... } }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'type' => '1', 'catch' => 'TRUE')
     (W:\www\kdl\vendor\symfony\http-kernel\Kernel.php:184)
  at App\Kernel->handle('request' => 'class Symfony\\Component\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\InputBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = \'/admin/preview/render\'; protected $requestUri = \'/admin/preview/render?webspaceKey=kdl&provider=articles&id=6e80c16e-ebbc-4f3e-9596-21bab7e0ff9f&locale=fr&token=2f4811e4ad0b6182494e2d9d8d9c6bc5&targetGroupId=-1\'; protected $baseUrl = \'\'; protected $basePath = NULL; protected $method = \'GET\'; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private string $flashName = \'flashes\'; private string $attributeName = \'attributes\'; private array $data = [...]; private int $usageIndex = 3; private ?Closure $usageReporter = class Closure { virtual $closure = "$this->onSessionUsage", ... } }; protected $locale = \'fr\'; protected $defaultLocale = \'fr\'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized* }', 'type' => '???', 'catch' => '???')
     (W:\www\kdl\public\index.php:68)
  at {main}()          

Expected Behavior

What is the behavior you expect?

to have the list of selected articles working when it "self type reference"

Create an article type with this template

<?xml version="1.0" ?>
<template xmlns="http://schemas.sulu.io/template/template"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xsi:schemaLocation="http://schemas.sulu.io/template/template http://schemas.sulu.io/template/template-1.0.xsd">

    <key>default</key>

    <view>articles/default</view>
    <controller>Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController::indexAction</controller>
    <cacheLifetime>144000</cacheLifetime>

    <meta>
        <title lang="en">Podcast</title>
        <title lang="fr">Podcast</title>
    </meta>

    <tag name="sulu_article.type" type="podcast"/>

    <properties>
        <property name="title" type="text_line" mandatory="true">
            <meta>
                <title lang="en">Title</title>
                <title lang="fr">Titre</title>
            </meta>

            <params>
                <param name="headline" value="true"/>
            </params>

            <tag name="sulu.rlp.part"/>
            <tag name="sulu.search.field" role="title" />
        </property>

        <property name="routePath" type="route" mandatory="true">
            <meta>
                <title lang="en">Resourcelocator</title>
                <title lang="fr">Url</title>
            </meta>

            <params>
                <param name="route_schema" value="/podcasts/{implode('-', object)}"/>
            </params>

            <tag name="sulu_article.article_route"/>
        </property>

        <property name="code" type="text_line" mandatory="true">
            <meta>
                <title lang="en">Podcast number</title>
                <title lang="fr">Numéro du podcast</title>
            </meta>
        </property>

        <property name="duration" type="text_line" mandatory="true">
            <meta>
                <title lang="en">Podcast duration</title>
                <title lang="fr">Durée du podcast</title>
            </meta>
        </property>

        <property name="ausha" type="text_line" mandatory="true">
            <meta>
                <title lang="en">Ausha podcast ID</title>
                <title lang="fr">Ausha podcast ID</title>

                <info_text lang="fr">
                    Copier la valeur de podcastId du bloc de code de la page SmartPlayer de ausha. ex: podcastId=bYXOQuGpwJw3 => copier bYXOQuGpwJw3 dans ce champ
                </info_text>
            </meta>
        </property>

        <property name="description" type="text_editor">
            <meta>
                <title lang="en">Description</title>
                <title lang="fr">Description</title>
            </meta>
            <tag name="sulu.search.field" role="description" />
        </property>

        <property name="article" type="text_editor">
            <meta>
                <title lang="en">Content</title>
                <title lang="fr">Contenu</title>
            </meta>
            <tag name="sulu.search.field" />
        </property>

        <property name="media" type="single_media_selection">
            <meta>
                <title lang="en">Image</title>
                <title lang="fr">Image</title>
            </meta>
            <params>
                <param name="types" value="image"/>
            </params>
            <tag name="sulu.search.field" role="image" />
            <tag name="sulu.teaser.media"/>
        </property>

        <property name="teasers" type="teaser_selection">
            <meta>
                <title lang="en">Recommendations</title>
                <title lang="fr">Recommendations</title>
            </meta>
        </property>

        <property name="articles" type="article_selection">
            <meta>
                <title lang="en">Articles</title>
                <title lang="fr">Articles</title>
            </meta>
        </property>
    </properties>
</template>
 {% for teaser in content.teasers %}
    <a href="{{ sulu_content_path(teaser.url) }}">
        {{ teaser.moreText|default(teaser.title) }}
    </a>
{% endfor %}
{% for teaser in content.articles %}
        <a href="{{ teaser.routePath }}"> 
            {{ teaser.title }}
        </a> 
 {% endfor %}

Here in the view this work fine at this stage for both teasers & articles

Now you get a 500 on articles but teasers work fine

Tested it with a clean bdd and a clean elasticsearch