| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#177
-records: [
"" => [
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.321+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ONGR\ElasticsearchBundle\ONGRElasticsearchBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#15
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "ONGR\ElasticsearchBundle\ONGRElasticsearchBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\HttpKernel\SuluKernel->registerBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:345 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:750 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:170 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
]
33 => [
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.427+00:00"
"message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2404
#message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:176 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->getMariaDbMysqlVersionNumber(string $versionString): string …
› if (stripos($versionString, 'MariaDB') === 0) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:45 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
› if ($mariadb) {
› $mariaDbVersion = $this->getMariaDbMysqlVersionNumber($version);
› if (version_compare($mariaDbVersion, '11.7.0', '>=')) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Connection.php:421 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
›
› return $this->_driver->createDatabasePlatformForVersion($version);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:2847 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluMedia_CollectionRepositoryService($container) …
›
› $container->services['sulu_media.collection_repository'] = $instance = $a->getRepository('Sulu\\Bundle\\MediaBundle\\Entity\\Collection');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:2966 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluMedia_MediaManagerService($container) …
› }
› $b = ($container->services['sulu_media.collection_repository'] ?? self::getSuluMedia_CollectionRepositoryService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6342 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
› $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($container->services['sulu_media.media_manager'] ?? self::getSuluMedia_MediaManagerService($container))));
› $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(new \Symfony\Component\Cache\Adapter\ArrayAdapter()), ($container->services['sulu.repository.user'] ?? self::getSulu_Repository_UserService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.451+00:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Property" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2495
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Property" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Mapper\Translation\MultipleTranslatedProperties->__construct($names, $languageNamespace, $namespace = '') …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php:76 {
Sulu\Component\Content\Query\ContentQueryBuilder->__construct(StructureManagerInterface $structureManager, ExtensionManagerInterface $extensionManager, $languageNamespace) …
› $properties = \array_unique(\array_merge($this->defaultProperties, $this->properties));
› $this->translatedProperties = new MultipleTranslatedProperties($properties, $this->languageNamespace);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6351 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension($m);
› $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($g, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($g, $n, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($o, $p, 'i18n'), $q, $a, $container->parameters['sulu_security.permissions'], $container->parameters['sulu_website.enabled_twig_attributes']), $h), $f, 1));
› $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($n, $l, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($o, $p, 'i18n'), 'dev'), $l, 'dev', $h), $f, 3600));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.611+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\PageBundle\Form\Type\AbstractStructureBehaviorType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3658
#message: "User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\PageBundle\Form\Type\AbstractStructureBehaviorType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.612+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticleDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3665
#message: "User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticleDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.612+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticleDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3664
#message: "User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticleDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.613+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticlePageDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3655
#message: "User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticlePageDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.613+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticlePageDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3656
#message: "User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\ArticlePageDocumentType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.615+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\UnstructuredType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3685
#message: "User Deprecated: Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sulu\Bundle\ArticleBundle\Document\Form\UnstructuredType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3700
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3688
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3689
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3687
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3690
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3714
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3715
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3716
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.660+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3717
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getDeclaringNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3725
#message: "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getDeclaringNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3724
#message: "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isAutoCreated()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3723
#message: "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isAutoCreated()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isMandatory()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3722
#message: "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isMandatory()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getOnParentVersion()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3721
#message: "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getOnParentVersion()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isProtected()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3719
#message: "User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isProtected()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3726
#message: "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3727
#message: "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3728
#message: "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryTypeName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3729
#message: "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryTypeName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.662+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::allowsSameNameSiblings()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3730
#message: "User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::allowsSameNameSiblings()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3741
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3740
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3739
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3738
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3737
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3735
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3736
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3732
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.664+00:00"
"message" => "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3733
#message: "User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.675+00:00"
"message" => "User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3751
#message: "User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.676+00:00"
"message" => "User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3760
#message: "User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.678+00:00"
"message" => "User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\WebsiteArticleUrlsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3755
#message: "User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\WebsiteArticleUrlsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.679+00:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Structure\StructureBridge" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3819
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Structure\StructureBridge" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.684+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3812
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.703+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3796
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.704+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\DateShardingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3799
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\DateShardingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.706+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\PageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3806
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\PageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.708+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\WebspaceSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3815
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\WebspaceSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:143 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getBundleMapping($name, $config = []) …
› foreach ($documents as $document) {
› $documentReflection = new \ReflectionClass(
› $bundleNamespace .
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:81 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getMappings(array $bundles) …
› }
› $mappings = $this->getBundleMapping($name, $bundleConfig);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php:214 {
ONGR\ElasticsearchBundle\Mapping\MetadataCollector->getClientMapping(array $bundles) …
› /** @var array $mappings All mapping info */
› $mappings = $this->getMappings($bundles);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php:105 {
ONGR\ElasticsearchBundle\Service\ManagerFactory->createManager($managerName, $connection, $analysis, $managerConfig) …
› {
› $mappings = $this->metadataCollector->getClientMapping($managerConfig['mappings']);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1725 {
Container1OuJpve\App_KernelDevDebugContainer::getEs_Manager_LiveService($container) …
›
› return $container->services['es.manager.live'] = $a->createManager('live', ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], $container->parameters['es.analysis'], ['index' => ['index_name' => $container->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live', 'hosts' => [$container->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0, 'number_of_shards' => 1, 'refresh_interval' => -1]], 'mappings' => ['SuluArticleBundle'], 'bulk_size' => 100, 'commit_mode' => 'refresh', 'logger' => ['enabled' => false, 'level' => 'warning', 'log_file_name' => NULL], 'force_commit' => true]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:6359 {
Container1OuJpve\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension($s, \dirname(__DIR__, 5), 'UTF-8'));
› $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($container->services['es.manager.live'] ?? self::getEs_Manager_LiveService($container)), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument', $container->parameters['sulu_article.search_fields']), ($container->privates['sulu_article.factory.resource_item'] ?? self::getSuluArticle_Factory_ResourceItemService($container)), ($container->privates['sulu_article.reference_store.article'] ??= new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()), ($container->services['sulu_page.structure.factory'] ?? self::getSuluPage_Structure_FactoryService($container)), $c));
› $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($container->privates['sulu_form.builder'] ?? self::getSuluForm_BuilderService($container))));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5546 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_HandlerService($container) …
› }
› $c = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:5604 {
Container1OuJpve\App_KernelDevDebugContainer::getSuluForm_RequestListenerService($container) …
› {
› $a = ($container->privates['sulu_form.handler'] ?? self::getSuluForm_HandlerService($container));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1832 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› $instance->addListener('es.post_convert_to_document', [#[\Closure(name: 'sulu_article.target_webspace_listener', class: 'Sulu\\Bundle\\ArticleBundle\\EventListener\\TargetWebspaceListener')] fn () => ($container->privates['sulu_article.target_webspace_listener'] ?? $container->load('getSuluArticle_TargetWebspaceListenerService')), 'onPostConvertToDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.response', [#[\Closure(name: 'sulu_form.request_listener', class: 'Sulu\\Bundle\\FormBundle\\Event\\RequestListener')] fn () => ($container->privates['sulu_form.request_listener'] ?? self::getSuluForm_RequestListenerService($container)), 'onKernelResponse'], 0);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.822+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3989
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php:32 {
Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› {
› if (!$request->get('_locale') || !$request->get('_portal')) {
› return new RequestAttributes();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.927+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryManagerInterface::createQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4032
#message: "User Deprecated: Method "PHPCR\Query\QueryManagerInterface::createQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Workspace.php:150 {
Jackalope\Workspace->getQueryManager(): QueryManagerInterface …
›
› return $this->factory->get(QueryManager::class, [$this->session->getObjectManager()]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:80 {
Sulu\Component\Content\Repository\ContentRepository->__construct(SessionManagerInterface $sessionManager, PropertyEncoder $propertyEncoder, WebspaceManagerInterface $webspaceManager, LocalizationFinderInterface $localizationFinder, StructureManagerInterface $structureManager, SuluNodeHelper $nodeHelper, SystemStoreInterface $systemStore, array $permissions) …
› $this->session = $this->sessionManager->getSession();
› $this->qomFactory = $this->session->getWorkspace()->getQueryManager()->getQOMFactory();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/getSuluPage_ContentRepositoryService.php:30 {
Container1OuJpve\getSuluPage_ContentRepositoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository(($container->services['sulu.phpcr.session'] ?? self::getSulu_Phpcr_SessionService($container)), ($container->services['sulu_document_manager.property_encoder'] ?? self::getSuluDocumentManager_PropertyEncoderService($container)), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), ($container->services['sulu.content.localization_finder'] ?? $container->load('getSulu_Content_LocalizationFinderService')), ($container->services['sulu.content.structure_manager'] ?? self::getSulu_Content_StructureManagerService($container)), ($container->services['sulu.util.node_helper'] ?? $container->load('getSulu_Util_NodeHelperService')), $a, $container->parameters['sulu_security.permissions']);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1354 {
Container1OuJpve\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/getSuluCustomUrls_ManagerService.php:35 {
Container1OuJpve\getSuluCustomUrls_ManagerService::do($container, $lazyLoad = true) …
› }
› $c = ($container->services['sulu_page.content_repository'] ?? $container->load('getSuluPage_ContentRepositoryService'));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/App_KernelDevDebugContainer.php:1354 {
Container1OuJpve\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/getSuluCustomUrls_RequestProcessorService.php:28 {
Container1OuJpve\getSuluCustomUrls_RequestProcessorService::do($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->services['sulu_custom_urls.manager'] ?? $container->load('getSuluCustomUrls_ManagerService')), ($container->privates['sulu_custom_urls.domain_generator'] ?? $container->load('getSuluCustomUrls_DomainGeneratorService')), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), 'dev') && false ?: $lazyLoad);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/Container1OuJpve/getSuluCustomUrls_RequestProcessorService.php:22 {
Container1OuJpve\getSuluCustomUrls_RequestProcessorService::Container1OuJpve\{closure} …
› if (true === $lazyLoad) {
› return $container->privates['sulu_custom_urls.request_processor'] = $container->createProxy('CustomUrlRequestProcessorGhost4a7c133', static fn () => \CustomUrlRequestProcessorGhost4a7c133::createLazyGhost(static fn ($proxy) => self::do($container, $proxy)));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
Container1OuJpve\CustomUrlRequestProcessorGhost4a7c133->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.955+00:00"
"message" => "User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Webspace\Manager\WebspaceCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4106
#message: "User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Webspace\Manager\WebspaceCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
require_once …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:428 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› require_once $cache->getPath();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.956+00:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Localization\Localization" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4112
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Localization\Localization" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
websiteWebspaceCollectionCache->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4111
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:39 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(true);
› $localization0->setXDefault('');
› $localizationRefs['ast-kanister_en'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4109
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:46 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['ast-kanister_de'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4108
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:53 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['ast-kanister_nl'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4114
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:60 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['ast-kanister_fr'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4116
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:67 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['ast-kanister_pl'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4052
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:115 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('1');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4073
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 194
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:194 {
Sulu\Component\Webspace\Portal->getXDefaultLocalization() …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "getDefaultLocalization" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
›
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:116 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4065
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 181
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:181 {
Sulu\Component\Webspace\Portal->setXDefaultLocalization($xDefaultLocalization) …
› if (\func_num_args() < 2 || \func_get_arg(1)) {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefaultLocalization" instead.', __METHOD__, __CLASS__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:116 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4079
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:121 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4087
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:127 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4083
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:133 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.957+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4105
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:139 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4145
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:340 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(true);
› $localization0->setXDefault('');
› $localizationRefs['euromouldings_nl'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4147
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:347 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['euromouldings_en'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4149
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:354 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['euromouldings_de'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4159
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:402 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('1');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4160
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 194
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:194 {
Sulu\Component\Webspace\Portal->getXDefaultLocalization() …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "getDefaultLocalization" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
›
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:403 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4161
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 181
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:181 {
Sulu\Component\Webspace\Portal->setXDefaultLocalization($xDefaultLocalization) …
› if (\func_num_args() < 2 || \func_get_arg(1)) {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefaultLocalization" instead.', __METHOD__, __CLASS__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:403 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4163
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:408 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4165
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:414 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4182
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:555 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(true);
› $localization0->setXDefault('');
› $localizationRefs['pitplastics_nl'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4184
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:562 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['pitplastics_en'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4186
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:569 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['pitplastics_de'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4196
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:617 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('1');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4197
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 194
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:194 {
Sulu\Component\Webspace\Portal->getXDefaultLocalization() …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "getDefaultLocalization" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
›
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:618 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4198
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 181
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:181 {
Sulu\Component\Webspace\Portal->setXDefaultLocalization($xDefaultLocalization) …
› if (\func_num_args() < 2 || \func_get_arg(1)) {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefaultLocalization" instead.', __METHOD__, __CLASS__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:618 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.958+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4200
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:623 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4202
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:629 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4219
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:770 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['sieben_nl'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4221
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:777 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['sieben_en'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4223
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:784 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(true);
› $localization0->setXDefault('');
› $localizationRefs['sieben_de'] = $localization0;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4233
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:832 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4235
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:838 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4237
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
Sulu\Component\Localization\Localization->setXDefault($xDefault) …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:844 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('1');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4238
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 194
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:194 {
Sulu\Component\Webspace\Portal->getXDefaultLocalization() …
› {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "getDefaultLocalization" instead.', __METHOD__, __CLASS__);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
›
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:845 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.959+00:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4239
#message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 181
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:181 {
Sulu\Component\Webspace\Portal->setXDefaultLocalization($xDefaultLocalization) …
› if (\func_num_args() < 2 || \func_get_arg(1)) {
› @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefaultLocalization" instead.', __METHOD__, __CLASS__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:845 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
› return \array_filter(
› $this->getWebspaceCollection()->getPortalInformations($environment),
› function(PortalInformation $portalInformation) use ($url) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));
› $portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.964+00:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de/Produkte/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.965+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.966+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "euromouldings"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "euromouldings"
"serverVersion" => "mariadb-10.6.17"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.968+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT 1 FROM phpcr_workspaces WHERE name = ?"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.969+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT prefix, uri FROM phpcr_namespaces"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.970+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
\n
SELECT * FROM phpcr_nodes\n
WHERE path = ?\n
AND workspace_name = ?\n
ORDER BY depth, sort_order ASC
"""
"params" => [
1 => "/cmf/euromouldings/routes/de/Produkte"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.971+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/euromouldings/routes/de/produkte"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.972+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
\n
SELECT\n
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
phpcr_type_props.on_parent_version AS property_on_parent_version,\n
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
phpcr_type_childs.primary_types AS child_primary_types\n
FROM\n
phpcr_type_nodes\n
LEFT JOIN\n
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
LEFT JOIN\n
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
"""
"params" => []
"types" => []
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.980+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order\n
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (?)
"""
"params" => [
1 => "default_live"
2 => "88556fe4-fbfd-484e-a703-55772e0e5b45"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.981+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/euromouldings/contents/products-1"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.988+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4665
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.990+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4721
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.991+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4671
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391169
"timestamp_rfc3339" => "2026-08-10T19:46:09.991+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4722
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.275+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4742
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4756
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4754
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4743
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4755
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4757
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4753
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4752
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4751
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4750
#message: "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4749
#message: "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4748
#message: "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.276+00:00"
"message" => "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4747
#message: "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.278+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4770
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->createStructure($document) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:345 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->getStructure($document, $structureType, $rehydrate) …
› if ($structureType) {
› return $this->createStructure($document);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:139 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $structure = $this->getStructure($document, $structureType, $rehydrate);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.280+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4769
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.281+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4741
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.281+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
\n
SELECT * FROM phpcr_nodes\n
WHERE path = ?\n
AND workspace_name = ?\n
ORDER BY depth, sort_order ASC
"""
"params" => [
1 => "/cmf/euromouldings/contents"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.285+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/euromouldings/contents"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6501
#message: "User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6499
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6525
#message: "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6524
#message: "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6523
#message: "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6522
#message: "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.340+00:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6493
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.345+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6558
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->hydrate(AbstractMappingEvent $event) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/ExtensionSubscriber.php:59 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $this->hydrate($event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.345+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6576
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->hydrate(AbstractMappingEvent $event) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/ExtensionSubscriber.php:59 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $this->hydrate($event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.383+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7027
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:321 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getStructureRoute(Request $request, PageBridge $content) …
› 'structure' => $content,
› 'partial' => 'true' === $request->get('partial', 'false'),
› ],
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:233 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› $document->getStructureType() . '_' . $document->getUuid(),
› $this->getStructureRoute($request, $structure)
› );
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.384+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "overview_88556fe4-fbfd-484e-a703-55772e0e5b45"
"route_parameters" => [
"_controller" => "Sulu\Bundle\WebsiteBundle\Controller\DefaultController::indexAction"
"structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#7055
#structure: Sulu\Component\Content\Metadata\StructureMetadata {#6996 …}
#inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#584 …}
-loadedProperties: [
"title" => Sulu\Component\Content\Compat\Property {#6636
-metadata: Sulu\Component\Content\Compat\Metadata {#6662 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#6638 …}
#types: []
#properties: []
-name: "title"
-contentTypeName: "text_line"
-mandatory: true
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"headline" => Sulu\Component\Content\Compat\PropertyParameter {#6698
-name: "headline"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#6659 …}
}
]
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#6635
-name: "sulu.search.field"
-priority: null
-attributes: [
"role" => "title"
]
}
"sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#6646
-name: "sulu.rlp.part"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
"url" => Sulu\Component\Content\Compat\Property {#6608
-metadata: Sulu\Component\Content\Compat\Metadata {#6549 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#6619 …}
#types: []
#properties: []
-name: "url"
-contentTypeName: "resource_locator"
-mandatory: true
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#6607
-name: "sulu.rlp"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
"header_image" => Sulu\Component\Content\Compat\Property {#6611
-metadata: Sulu\Component\Content\Compat\Metadata {#6627 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#6661 …}
#types: []
#properties: []
-name: "header_image"
-contentTypeName: "single_media_selection"
-mandatory: true
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"show-header-image" => Sulu\Component\Content\Compat\Property {#6664
-metadata: Sulu\Component\Content\Compat\Metadata {#6656 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#6626 …}
#types: []
#properties: []
-name: "show-header-image"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#6670
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#6651 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#6666
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#6660 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#6671
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#6663 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"underline_color" => Sulu\Component\Content\Compat\Property {#7421
-metadata: Sulu\Component\Content\Compat\Metadata {#7422 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#7442 …}
#types: []
#properties: []
-name: "underline_color"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#6658
-name: "default_value"
-value: "blue"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#6606 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#7419
-name: "values"
-value: [
"blue" => Sulu\Component\Content\Compat\PropertyParameter {#6604
-name: "blue"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#6567 …}
}
"green" => Sulu\Component\Content\Compat\PropertyParameter {#7411
-name: "green"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7412 …}
}
"blue_green" => Sulu\Component\Content\Compat\PropertyParameter {#7413
-name: "blue_green"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7414 …}
}
"white" => Sulu\Component\Content\Compat\PropertyParameter {#7415
-name: "white"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7416 …}
}
"purple_gradient" => Sulu\Component\Content\Compat\PropertyParameter {#7417
-name: "purple_gradient"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7418 …}
}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#7420 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"title_in_header" => Sulu\Component\Content\Compat\Property {#7449
-metadata: Sulu\Component\Content\Compat\Metadata {#7450 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#7461 …}
#types: []
#properties: []
-name: "title_in_header"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#7443
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7444 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#7445
-name: "default_value"
-value: false
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7446 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#7447
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7448 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"title_centered" => Sulu\Component\Content\Compat\Property {#7468
-metadata: Sulu\Component\Content\Compat\Metadata {#7469 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#7480 …}
#types: []
#properties: []
-name: "title_centered"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#7462
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7463 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#7464
-name: "default_value"
-value: false
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7465 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#7466
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7467 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"intro_title" => Sulu\Component\Content\Compat\Property {#7481
-metadata: Sulu\Component\Content\Compat\Metadata {#7482 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#7491 …}
#types: []
#properties: []
-name: "intro_title"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#7483
-name: "sulu.search.field"
-priority: null
-attributes: []
}
"sulu.block_preview" => Sulu\Component\Content\Compat\PropertyTag {#7484
-name: "sulu.block_preview"
-priority: "512"
-attributes: []
}
]
-colSpan: 6
#defaultTypeName: null
}
"text" => Sulu\Component\Content\Compat\Property {#7492
-metadata: Sulu\Component\Content\Compat\Metadata {#7493 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#7502 …}
#types: []
#properties: []
-name: "text"
-contentTypeName: "text_editor"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#7494
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
"list_type" => Sulu\Component\Content\Compat\Property {#7538
-metadata: Sulu\Component\Content\Compat\Metadata {#7532 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#7511 …}
#types: []
#properties: []
-name: "list_type"
-contentTypeName: "select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_values" => Sulu\Component\Content\Compat\PropertyParameter {#9361
-name: "default_values"
-value: [
"articles" => Sulu\Component\Content\Compat\PropertyParameter {#8959
-name: "articles"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9355 …}
}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#7500 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#7540
-name: "values"
-value: [
"articles" => Sulu\Component\Content\Compat\PropertyParameter {#8857
-name: "articles"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#8870 …}
}
"pages" => Sulu\Component\Content\Compat\PropertyParameter {#8822
-name: "pages"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#8862 …}
}
"employees" => Sulu\Component\Content\Compat\PropertyParameter {#8821
-name: "employees"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7543 …}
}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#7542 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"articles" => Sulu\Component\Content\Compat\Property {#7530
-metadata: Sulu\Component\Content\Compat\Metadata {#7531 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#9444 …}
#types: []
#properties: []
-name: "articles"
-contentTypeName: "smart_content"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"provider" => Sulu\Component\Content\Compat\PropertyParameter {#7513
-name: "provider"
-value: "articles"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7514 …}
}
"max_per_page" => Sulu\Component\Content\Compat\PropertyParameter {#7507
-name: "max_per_page"
-value: 12
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7516 …}
}
"page_parameter" => Sulu\Component\Content\Compat\PropertyParameter {#7517
-name: "page_parameter"
-value: "p"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#7527 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"pages" => Sulu\Component\Content\Compat\Property {#9459
-metadata: Sulu\Component\Content\Compat\Metadata {#9460 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#9479 …}
#types: []
#properties: []
-name: "pages"
-contentTypeName: "smart_content"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"provider" => Sulu\Component\Content\Compat\PropertyParameter {#9445
-name: "provider"
-value: "pages"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9446 …}
}
"page_parameter" => Sulu\Component\Content\Compat\PropertyParameter {#9447
-name: "page_parameter"
-value: "p"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9448 …}
}
"properties" => Sulu\Component\Content\Compat\PropertyParameter {#9457
-name: "properties"
-value: [
"excerptTitle" => Sulu\Component\Content\Compat\PropertyParameter {#9449
-name: "excerptTitle"
-value: "excerpt.title"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9450 …}
}
"excerptImages" => Sulu\Component\Content\Compat\PropertyParameter {#9451
-name: "excerptImages"
-value: "excerpt.images"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9452 …}
}
"excerptIcons" => Sulu\Component\Content\Compat\PropertyParameter {#9453
-name: "excerptIcons"
-value: "excerpt.icon"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9454 …}
}
"headerImage" => Sulu\Component\Content\Compat\PropertyParameter {#9455
-name: "headerImage"
-value: "header_image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9456 …}
}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#9458 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"employees" => Sulu\Component\Content\Compat\Property {#9492
-metadata: Sulu\Component\Content\Compat\Metadata {#9493 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#9510 …}
#types: []
#properties: []
-name: "employees"
-contentTypeName: "smart_content"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"provider" => Sulu\Component\Content\Compat\PropertyParameter {#9480
-name: "provider"
-value: "contacts"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9481 …}
}
"page_parameter" => Sulu\Component\Content\Compat\PropertyParameter {#9482
-name: "page_parameter"
-value: "p"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9483 …}
}
"properties" => Sulu\Component\Content\Compat\PropertyParameter {#9490
-name: "properties"
-value: [
"excerptTitle" => Sulu\Component\Content\Compat\PropertyParameter {#9484
-name: "excerptTitle"
-value: "excerpt.title"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9485 …}
}
"excerptImages" => Sulu\Component\Content\Compat\PropertyParameter {#9486
-name: "excerptImages"
-value: "excerpt.images"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9487 …}
}
"headerImage" => Sulu\Component\Content\Compat\PropertyParameter {#9488
-name: "headerImage"
-value: "header_image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9489 …}
}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#9491 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
"blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#9511
-metadata: Sulu\Component\Content\Compat\Metadata {#9551 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#12026 …}
#types: [
"content_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9552
-name: "content_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#9544 …}
-childProperties: [
Sulu\Component\Content\Compat\Block\BlockProperty {#9545
-metadata: Sulu\Component\Content\Compat\Metadata {#9547 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"text_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9553
-name: "text_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#9554 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9557
-metadata: Sulu\Component\Content\Compat\Metadata {#9555 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "title"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9542
-name: "sulu.search.field"
-priority: null
-attributes: []
}
"sulu.block_preview" => Sulu\Component\Content\Compat\PropertyTag {#9550
-name: "sulu.block_preview"
-priority: "512"
-attributes: []
}
]
-colSpan: 6
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9514
-metadata: Sulu\Component\Content\Compat\Metadata {#9515 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "centered"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9549
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9548 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9546
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9543 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9512
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9513 …}
}
]
-tags: []
-colSpan: 7
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9522
-metadata: Sulu\Component\Content\Compat\Metadata {#9523 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "h3Class"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9516
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9517 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9518
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9519 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9520
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9521 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9530
-metadata: Sulu\Component\Content\Compat\Metadata {#9531 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text_white"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9524
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9525 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9526
-name: "default_value"
-value: false
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9527 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9528
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9529 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9538
-metadata: Sulu\Component\Content\Compat\Metadata {#9539 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "title_underlined"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9532
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9533 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9534
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9535 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9536
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9537 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9569
-metadata: Sulu\Component\Content\Compat\Metadata {#9570 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "underline_color"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9540
-name: "default_value"
-value: "blue"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9541 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#9567
-name: "values"
-value: [
"blue" => Sulu\Component\Content\Compat\PropertyParameter {#9556 …4}
"green" => Sulu\Component\Content\Compat\PropertyParameter {#9559 …4}
"blue_green" => Sulu\Component\Content\Compat\PropertyParameter {#9561 …4}
"white" => Sulu\Component\Content\Compat\PropertyParameter {#9563 …4}
"purple_gradient" => Sulu\Component\Content\Compat\PropertyParameter {#9565 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#9568 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9571
-metadata: Sulu\Component\Content\Compat\Metadata {#9572 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "signalCollor"
-contentTypeName: "color"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 5
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9579
-metadata: Sulu\Component\Content\Compat\Metadata {#9580 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "leadClass"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9573
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9574 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9575
-name: "default_value"
-value: false
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9576 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9577
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9578 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9581
-metadata: Sulu\Component\Content\Compat\Metadata {#9582 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text"
-contentTypeName: "text_editor"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9583
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Block\BlockProperty {#9584
-metadata: Sulu\Component\Content\Compat\Metadata {#9585 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"page_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9586
-name: "page_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9587 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9588 …16}
Sulu\Component\Content\Compat\Property {#9590 …16}
Sulu\Component\Content\Compat\Property {#9610 …16}
Sulu\Component\Content\Compat\Property {#9622 …16}
]
-settings: []
}
"media_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9624
-name: "media_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9625 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9626 …16}
Sulu\Component\Content\Compat\Property {#9628 …16}
Sulu\Component\Content\Compat\Property {#9648 …16}
Sulu\Component\Content\Compat\Property {#9660 …16}
]
-settings: []
}
"url_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9662
-name: "url_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9663 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9664 …16}
Sulu\Component\Content\Compat\Property {#9666 …16}
Sulu\Component\Content\Compat\Property {#9686 …16}
Sulu\Component\Content\Compat\Property {#9698 …16}
]
-settings: []
}
"custom_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9700
-name: "custom_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9701 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9702 …16}
Sulu\Component\Content\Compat\Property {#9704 …16}
Sulu\Component\Content\Compat\Property {#9724 …16}
Sulu\Component\Content\Compat\Property {#9736 …16}
]
-settings: []
}
]
#properties: []
-name: "buttons"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [ …2]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "page_button"
}
]
-settings: []
}
"text_block_expand" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9738
-name: "text_block_expand"
-metadata: Sulu\Component\Content\Compat\Metadata {#9739 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9740
-metadata: Sulu\Component\Content\Compat\Metadata {#9741 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "title"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9742
-name: "sulu.search.field"
-priority: null
-attributes: []
}
"sulu.block_preview" => Sulu\Component\Content\Compat\PropertyTag {#9743
-name: "sulu.block_preview"
-priority: "512"
-attributes: []
}
]
-colSpan: 6
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9746
-metadata: Sulu\Component\Content\Compat\Metadata {#9747 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "image"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#9744
-name: "types"
-value: "image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9745 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9748
-metadata: Sulu\Component\Content\Compat\Metadata {#9749 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "lottie_json"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9756
-metadata: Sulu\Component\Content\Compat\Metadata {#9757 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "centered"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9750
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9751 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9752
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9753 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9754
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9755 …}
}
]
-tags: []
-colSpan: 7
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9764
-metadata: Sulu\Component\Content\Compat\Metadata {#9765 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "useSignal"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9758
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9759 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9760
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9761 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9762
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9763 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9772
-metadata: Sulu\Component\Content\Compat\Metadata {#9773 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "useSlab"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9766
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9767 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9768
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9769 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9770
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9771 …}
}
]
-tags: []
-colSpan: 7
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9774
-metadata: Sulu\Component\Content\Compat\Metadata {#9775 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "signalCollor"
-contentTypeName: "color"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 5
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9782
-metadata: Sulu\Component\Content\Compat\Metadata {#9783 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "h3Class"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9776
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9777 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9778
-name: "default_value"
-value: true
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9779 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9780
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9781 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9790
-metadata: Sulu\Component\Content\Compat\Metadata {#9791 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "leadClass"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#9784
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9785 …}
}
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#9786
-name: "default_value"
-value: false
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9787 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#9788
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#9789 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9792
-metadata: Sulu\Component\Content\Compat\Metadata {#9793 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text"
-contentTypeName: "text_editor"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9794
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9795
-metadata: Sulu\Component\Content\Compat\Metadata {#9796 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "readmore_title"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9797
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9798
-metadata: Sulu\Component\Content\Compat\Metadata {#9799 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "readmore_text"
-contentTypeName: "text_editor"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9800
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Block\BlockProperty {#9801
-metadata: Sulu\Component\Content\Compat\Metadata {#9802 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"page_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9803
-name: "page_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9804 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9805 …16}
Sulu\Component\Content\Compat\Property {#9807 …16}
Sulu\Component\Content\Compat\Property {#9827 …16}
Sulu\Component\Content\Compat\Property {#9839 …16}
]
-settings: []
}
"media_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9841
-name: "media_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9842 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9843 …16}
Sulu\Component\Content\Compat\Property {#9845 …16}
Sulu\Component\Content\Compat\Property {#9865 …16}
Sulu\Component\Content\Compat\Property {#9877 …16}
]
-settings: []
}
"url_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9879
-name: "url_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9880 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9881 …16}
Sulu\Component\Content\Compat\Property {#9883 …16}
Sulu\Component\Content\Compat\Property {#9903 …16}
Sulu\Component\Content\Compat\Property {#9915 …16}
]
-settings: []
}
"custom_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9917
-name: "custom_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9918 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9919 …16}
Sulu\Component\Content\Compat\Property {#9921 …16}
Sulu\Component\Content\Compat\Property {#9941 …16}
Sulu\Component\Content\Compat\Property {#9953 …16}
]
-settings: []
}
]
#properties: []
-name: "buttons"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [ …2]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "page_button"
}
Sulu\Component\Content\Compat\Block\BlockProperty {#9955
-metadata: Sulu\Component\Content\Compat\Metadata {#9956 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"tab" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9957
-name: "tab"
-metadata: Sulu\Component\Content\Compat\Metadata {#9958 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9961 …16}
Sulu\Component\Content\Compat\Property {#9965 …16}
Sulu\Component\Content\Compat\Property {#9967 …16}
Sulu\Component\Content\Compat\Property {#9971 …16}
]
-settings: []
}
]
#properties: []
-name: "tabs"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 12
#defaultTypeName: "tab"
}
]
-settings: []
}
"cta_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9974
-name: "cta_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#9975 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9976
-metadata: Sulu\Component\Content\Compat\Metadata {#9977 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "title"
-contentTypeName: "text_line"
-mandatory: true
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.node.name" => Sulu\Component\Content\Compat\PropertyTag {#9978
-name: "sulu.node.name"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#9979
-metadata: Sulu\Component\Content\Compat\Metadata {#9980 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text"
-contentTypeName: "text_editor"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#9981
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Block\BlockProperty {#9982
-metadata: Sulu\Component\Content\Compat\Metadata {#9983 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"page_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#9984
-name: "page_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#9985 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#9986 …16}
Sulu\Component\Content\Compat\Property {#9988 …16}
Sulu\Component\Content\Compat\Property {#10008 …16}
Sulu\Component\Content\Compat\Property {#10020 …16}
]
-settings: []
}
"media_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10022
-name: "media_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10023 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10024 …16}
Sulu\Component\Content\Compat\Property {#10026 …16}
Sulu\Component\Content\Compat\Property {#10046 …16}
Sulu\Component\Content\Compat\Property {#10058 …16}
]
-settings: []
}
"url_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10060
-name: "url_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10061 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10062 …16}
Sulu\Component\Content\Compat\Property {#10064 …16}
Sulu\Component\Content\Compat\Property {#10084 …16}
Sulu\Component\Content\Compat\Property {#10096 …16}
]
-settings: []
}
"custom_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10098
-name: "custom_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10099 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10100 …16}
Sulu\Component\Content\Compat\Property {#10102 …16}
Sulu\Component\Content\Compat\Property {#10122 …16}
Sulu\Component\Content\Compat\Property {#10134 …16}
]
-settings: []
}
]
#properties: []
-name: "buttons"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [ …2]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "page_button"
}
Sulu\Component\Content\Compat\Property {#10140
-metadata: Sulu\Component\Content\Compat\Metadata {#10141 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "full_width_image"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#10136
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10137 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#10138
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10139 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10144
-metadata: Sulu\Component\Content\Compat\Metadata {#10145 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "image"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#10142
-name: "types"
-value: "image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10143 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10150
-metadata: Sulu\Component\Content\Compat\Metadata {#10151 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "include_counter"
-contentTypeName: "checkbox"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"type" => Sulu\Component\Content\Compat\PropertyParameter {#10146
-name: "type"
-value: "toggler"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10147 …}
}
"label" => Sulu\Component\Content\Compat\PropertyParameter {#10148
-name: "label"
-value: null
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10149 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10154
-metadata: Sulu\Component\Content\Compat\Metadata {#10155 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "articles"
-contentTypeName: "smart_content"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"provider" => Sulu\Component\Content\Compat\PropertyParameter {#10152
-name: "provider"
-value: "articles"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10153 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
]
-settings: []
}
"text_block_imagetitle" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10156
-name: "text_block_imagetitle"
-metadata: Sulu\Component\Content\Compat\Metadata {#10157 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10160
-metadata: Sulu\Component\Content\Compat\Metadata {#10161 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "image"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#10158
-name: "types"
-value: "image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10159 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10162
-metadata: Sulu\Component\Content\Compat\Metadata {#10163 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text"
-contentTypeName: "text_editor"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#10164
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Block\BlockProperty {#10165
-metadata: Sulu\Component\Content\Compat\Metadata {#10166 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"page_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10167
-name: "page_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10168 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10169 …16}
Sulu\Component\Content\Compat\Property {#10171 …16}
Sulu\Component\Content\Compat\Property {#10191 …16}
Sulu\Component\Content\Compat\Property {#10203 …16}
]
-settings: []
}
"media_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10205
-name: "media_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10206 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10207 …16}
Sulu\Component\Content\Compat\Property {#10209 …16}
Sulu\Component\Content\Compat\Property {#10229 …16}
Sulu\Component\Content\Compat\Property {#10241 …16}
]
-settings: []
}
"url_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10243
-name: "url_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10244 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10245 …16}
Sulu\Component\Content\Compat\Property {#10247 …16}
Sulu\Component\Content\Compat\Property {#10267 …16}
Sulu\Component\Content\Compat\Property {#10279 …16}
]
-settings: []
}
"custom_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10281
-name: "custom_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10282 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10283 …16}
Sulu\Component\Content\Compat\Property {#10285 …16}
Sulu\Component\Content\Compat\Property {#10305 …16}
Sulu\Component\Content\Compat\Property {#10317 …16}
]
-settings: []
}
]
#properties: []
-name: "buttons"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [ …2]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "page_button"
}
]
-settings: []
}
"video_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10319
-name: "video_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#10320 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10329
-metadata: Sulu\Component\Content\Compat\Metadata {#10330 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "video_src"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10321
-name: "default_value"
-value: "youtube"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10322 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10327
-name: "values"
-value: [
"youtube" => Sulu\Component\Content\Compat\PropertyParameter {#10323 …4}
"vimeo" => Sulu\Component\Content\Compat\PropertyParameter {#10325 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10328 …}
}
]
-tags: []
-colSpan: 4
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10331
-metadata: Sulu\Component\Content\Compat\Metadata {#10332 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "video_id"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 6
#defaultTypeName: null
}
]
-settings: []
}
"video_block_wide" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10333
-name: "video_block_wide"
-metadata: Sulu\Component\Content\Compat\Metadata {#10334 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10343
-metadata: Sulu\Component\Content\Compat\Metadata {#10344 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "video_src"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10335
-name: "default_value"
-value: "youtube"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10336 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10341
-name: "values"
-value: [
"youtube" => Sulu\Component\Content\Compat\PropertyParameter {#10337 …4}
"vimeo" => Sulu\Component\Content\Compat\PropertyParameter {#10339 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10342 …}
}
]
-tags: []
-colSpan: 4
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10345
-metadata: Sulu\Component\Content\Compat\Metadata {#10346 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "video_id"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 6
#defaultTypeName: null
}
]
-settings: []
}
"image_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10347
-name: "image_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#10348 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10351
-metadata: Sulu\Component\Content\Compat\Metadata {#10352 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "image"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#10349
-name: "types"
-value: "image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10350 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
]
-settings: []
}
"spacer" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10353
-name: "spacer"
-metadata: Sulu\Component\Content\Compat\Metadata {#10354 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10355
-metadata: Sulu\Component\Content\Compat\Metadata {#10356 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "title"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#10357
-name: "sulu.search.field"
-priority: null
-attributes: []
}
"sulu.block_preview" => Sulu\Component\Content\Compat\PropertyTag {#10358
-name: "sulu.block_preview"
-priority: "512"
-attributes: []
}
]
-colSpan: 6
#defaultTypeName: null
}
]
-settings: []
}
"spacer_line" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10359
-name: "spacer_line"
-metadata: Sulu\Component\Content\Compat\Metadata {#10360 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10361
-metadata: Sulu\Component\Content\Compat\Metadata {#10362 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "title"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#10363
-name: "sulu.search.field"
-priority: null
-attributes: []
}
"sulu.block_preview" => Sulu\Component\Content\Compat\PropertyTag {#10364
-name: "sulu.block_preview"
-priority: "512"
-attributes: []
}
]
-colSpan: 6
#defaultTypeName: null
}
]
-settings: []
}
"quote_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10365
-name: "quote_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#10366 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10367
-metadata: Sulu\Component\Content\Compat\Metadata {#10368 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text"
-contentTypeName: "text_area"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: [
"sulu.search.field" => Sulu\Component\Content\Compat\PropertyTag {#10369
-name: "sulu.search.field"
-priority: null
-attributes: []
}
]
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10382
-metadata: Sulu\Component\Content\Compat\Metadata {#10383 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "text_color"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10370
-name: "default_value"
-value: "default"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10371 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10380
-name: "values"
-value: [
"white" => Sulu\Component\Content\Compat\PropertyParameter {#10372 …4}
"primary" => Sulu\Component\Content\Compat\PropertyParameter {#10374 …4}
"secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10376 …4}
"default" => Sulu\Component\Content\Compat\PropertyParameter {#10378 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10381 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
]
-settings: []
}
"background" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10384
-name: "background"
-metadata: Sulu\Component\Content\Compat\Metadata {#10385 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10388
-metadata: Sulu\Component\Content\Compat\Metadata {#10389 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "bg_image"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#10386
-name: "types"
-value: "image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10387 …}
}
]
-tags: []
-colSpan: 6
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10404
-metadata: Sulu\Component\Content\Compat\Metadata {#10405 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "bg_color"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10390
-name: "default_value"
-value: "black"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10391 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10402
-name: "values"
-value: [
"bg-transparent" => Sulu\Component\Content\Compat\PropertyParameter {#10392 …4}
"bg-gradient-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10394 …4}
"bg-gradient-light-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10396 …4}
"bg-gradient-black" => Sulu\Component\Content\Compat\PropertyParameter {#10398 …4}
"bg-gradient-vertical-light" => Sulu\Component\Content\Compat\PropertyParameter {#10400 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10403 …}
}
]
-tags: []
-colSpan: 4
#defaultTypeName: null
}
]
-settings: []
}
"lottie_svg" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10406
-name: "lottie_svg"
-metadata: Sulu\Component\Content\Compat\Metadata {#10407 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10408
-metadata: Sulu\Component\Content\Compat\Metadata {#10409 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "lottie_json"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 12
#defaultTypeName: null
}
]
-settings: []
}
"button_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10410
-name: "button_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#10411 …}
-childProperties: [
Sulu\Component\Content\Compat\Block\BlockProperty {#10412
-metadata: Sulu\Component\Content\Compat\Metadata {#10413 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"page_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10414
-name: "page_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10415 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10416 …16}
Sulu\Component\Content\Compat\Property {#10418 …16}
Sulu\Component\Content\Compat\Property {#10438 …16}
Sulu\Component\Content\Compat\Property {#10450 …16}
]
-settings: []
}
"media_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10452
-name: "media_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10453 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10454 …16}
Sulu\Component\Content\Compat\Property {#10456 …16}
Sulu\Component\Content\Compat\Property {#10476 …16}
Sulu\Component\Content\Compat\Property {#10488 …16}
]
-settings: []
}
"url_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10490
-name: "url_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10491 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10492 …16}
Sulu\Component\Content\Compat\Property {#10494 …16}
Sulu\Component\Content\Compat\Property {#10514 …16}
Sulu\Component\Content\Compat\Property {#10526 …16}
]
-settings: []
}
"custom_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10528
-name: "custom_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10529 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10530 …16}
Sulu\Component\Content\Compat\Property {#10532 …16}
Sulu\Component\Content\Compat\Property {#10552 …16}
Sulu\Component\Content\Compat\Property {#10564 …16}
]
-settings: []
}
]
#properties: []
-name: "buttons"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [ …2]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "page_button"
}
]
-settings: []
}
]
#properties: []
-name: "blocks"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: 2
-minOccurs: 1
-params: []
-tags: []
-colSpan: 12
#defaultTypeName: "text_block"
}
Sulu\Component\Content\Compat\Block\BlockProperty {#10566
-metadata: Sulu\Component\Content\Compat\Metadata {#10567 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"background_block" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10568
-name: "background_block"
-metadata: Sulu\Component\Content\Compat\Metadata {#10569 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10572
-metadata: Sulu\Component\Content\Compat\Metadata {#10573 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "bg_image"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#10570
-name: "types"
-value: "image"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10571 …}
}
]
-tags: []
-colSpan: 6
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10596
-metadata: Sulu\Component\Content\Compat\Metadata {#10597 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "bg_color"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10574
-name: "default_value"
-value: "bg-gradient-black"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10575 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10594
-name: "values"
-value: [
"bg-transparent" => Sulu\Component\Content\Compat\PropertyParameter {#10576 …4}
"bg-gradient-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10578 …4}
"bg-gradient-light-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10580 …4}
"bg-gradient-black" => Sulu\Component\Content\Compat\PropertyParameter {#10582 …4}
"bg-gradient-blue-green" => Sulu\Component\Content\Compat\PropertyParameter {#10584 …4}
"bg-gradient-light-transparent-inset" => Sulu\Component\Content\Compat\PropertyParameter {#10586 …4}
"bg-light" => Sulu\Component\Content\Compat\PropertyParameter {#10588 …4}
"bg-light-inset" => Sulu\Component\Content\Compat\PropertyParameter {#10590 …4}
"bg-gradient-vertical-light" => Sulu\Component\Content\Compat\PropertyParameter {#10592 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10595 …}
}
]
-tags: []
-colSpan: 4
#defaultTypeName: null
}
]
-settings: []
}
]
#properties: []
-name: "background"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: 1
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [
"en" => "Add background"
"nl" => "Achtergrond toevoegen"
]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "background_block"
}
]
-settings: []
}
"news" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10598
-name: "news"
-metadata: Sulu\Component\Content\Compat\Metadata {#10599 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10608
-metadata: Sulu\Component\Content\Compat\Metadata {#10609 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "news"
-contentTypeName: "smart_content"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"provider" => Sulu\Component\Content\Compat\PropertyParameter {#10600
-name: "provider"
-value: "articles"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10601 …}
}
"max_per_page" => Sulu\Component\Content\Compat\PropertyParameter {#10602
-name: "max_per_page"
-value: 2
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10603 …}
}
"page_parameter" => Sulu\Component\Content\Compat\PropertyParameter {#10604
-name: "page_parameter"
-value: "p"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10605 …}
}
"types" => Sulu\Component\Content\Compat\PropertyParameter {#10606
-name: "types"
-value: "news"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10607 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Block\BlockProperty {#10610
-metadata: Sulu\Component\Content\Compat\Metadata {#10611 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: [
"page_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10612
-name: "page_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10613 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10614
-metadata: Sulu\Component\Content\Compat\Metadata {#10615 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_page"
-contentTypeName: "single_page_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10616
-metadata: Sulu\Component\Content\Compat\Metadata {#10617 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_label"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10636
-metadata: Sulu\Component\Content\Compat\Metadata {#10637 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_style"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10618
-name: "default_value"
-value: "btn-primary"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10619 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10634
-name: "values"
-value: [
"btn-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10620 …4}
"btn-primary-solid" => Sulu\Component\Content\Compat\PropertyParameter {#10622 …4}
"btn-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10624 …4}
"btn-outline" => Sulu\Component\Content\Compat\PropertyParameter {#10626 …4}
"btn-outline-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10628 …4}
"btn-outline-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10630 …4}
"btn-skyblue" => Sulu\Component\Content\Compat\PropertyParameter {#10632 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10635 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10648
-metadata: Sulu\Component\Content\Compat\Metadata {#10649 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_icon"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10638
-name: "default_value"
-value: ""
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10639 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10646
-name: "values"
-value: [
"" => Sulu\Component\Content\Compat\PropertyParameter {#10640 …4}
"mail" => Sulu\Component\Content\Compat\PropertyParameter {#10642 …4}
"phone" => Sulu\Component\Content\Compat\PropertyParameter {#10644 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10647 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
]
-settings: []
}
"media_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10650
-name: "media_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10651 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10652
-metadata: Sulu\Component\Content\Compat\Metadata {#10653 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_media"
-contentTypeName: "single_media_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10654
-metadata: Sulu\Component\Content\Compat\Metadata {#10655 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_label"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10674
-metadata: Sulu\Component\Content\Compat\Metadata {#10675 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_style"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10656
-name: "default_value"
-value: "btn-primary"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10657 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10672
-name: "values"
-value: [
"btn-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10658 …4}
"btn-primary-solid" => Sulu\Component\Content\Compat\PropertyParameter {#10660 …4}
"btn-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10662 …4}
"btn-outline" => Sulu\Component\Content\Compat\PropertyParameter {#10664 …4}
"btn-outline-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10666 …4}
"btn-outline-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10668 …4}
"btn-skyblue" => Sulu\Component\Content\Compat\PropertyParameter {#10670 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10673 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10686
-metadata: Sulu\Component\Content\Compat\Metadata {#10687 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_icon"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10676
-name: "default_value"
-value: ""
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10677 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10684
-name: "values"
-value: [
"" => Sulu\Component\Content\Compat\PropertyParameter {#10678 …4}
"mail" => Sulu\Component\Content\Compat\PropertyParameter {#10680 …4}
"phone" => Sulu\Component\Content\Compat\PropertyParameter {#10682 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10685 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
]
-settings: []
}
"url_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10688
-name: "url_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10689 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10690
-metadata: Sulu\Component\Content\Compat\Metadata {#10691 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_url"
-contentTypeName: "url"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10692
-metadata: Sulu\Component\Content\Compat\Metadata {#10693 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_label"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10712
-metadata: Sulu\Component\Content\Compat\Metadata {#10713 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_style"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10694
-name: "default_value"
-value: "btn-primary"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10695 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10710
-name: "values"
-value: [
"btn-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10696 …4}
"btn-primary-solid" => Sulu\Component\Content\Compat\PropertyParameter {#10698 …4}
"btn-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10700 …4}
"btn-outline" => Sulu\Component\Content\Compat\PropertyParameter {#10702 …4}
"btn-outline-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10704 …4}
"btn-outline-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10706 …4}
"btn-skyblue" => Sulu\Component\Content\Compat\PropertyParameter {#10708 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10711 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10724
-metadata: Sulu\Component\Content\Compat\Metadata {#10725 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_icon"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10714
-name: "default_value"
-value: ""
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10715 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10722
-name: "values"
-value: [
"" => Sulu\Component\Content\Compat\PropertyParameter {#10716 …4}
"mail" => Sulu\Component\Content\Compat\PropertyParameter {#10718 …4}
"phone" => Sulu\Component\Content\Compat\PropertyParameter {#10720 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10723 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
]
-settings: []
}
"custom_button" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#10726
-name: "custom_button"
-metadata: Sulu\Component\Content\Compat\Metadata {#10727 …}
-childProperties: [
Sulu\Component\Content\Compat\Property {#10728
-metadata: Sulu\Component\Content\Compat\Metadata {#10729 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_url"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10730
-metadata: Sulu\Component\Content\Compat\Metadata {#10731 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_label"
-contentTypeName: "text_line"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10750
-metadata: Sulu\Component\Content\Compat\Metadata {#10751 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_style"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10732
-name: "default_value"
-value: "btn-primary"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10733 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10748
-name: "values"
-value: [
"btn-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10734 …4}
"btn-primary-solid" => Sulu\Component\Content\Compat\PropertyParameter {#10736 …4}
"btn-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10738 …4}
"btn-outline" => Sulu\Component\Content\Compat\PropertyParameter {#10740 …4}
"btn-outline-primary" => Sulu\Component\Content\Compat\PropertyParameter {#10742 …4}
"btn-outline-secondary" => Sulu\Component\Content\Compat\PropertyParameter {#10744 …4}
"btn-skyblue" => Sulu\Component\Content\Compat\PropertyParameter {#10746 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10749 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
Sulu\Component\Content\Compat\Property {#10762
-metadata: Sulu\Component\Content\Compat\Metadata {#10763 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: null
#types: []
#properties: []
-name: "btn_icon"
-contentTypeName: "single_select"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"default_value" => Sulu\Component\Content\Compat\PropertyParameter {#10752
-name: "default_value"
-value: ""
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#10753 …}
}
"values" => Sulu\Component\Content\Compat\PropertyParameter {#10760
-name: "values"
-value: [
"" => Sulu\Component\Content\Compat\PropertyParameter {#10754 …4}
"mail" => Sulu\Component\Content\Compat\PropertyParameter {#10756 …4}
"phone" => Sulu\Component\Content\Compat\PropertyParameter {#10758 …4}
]
-type: "collection"
-metadata: Sulu\Component\Content\Compat\Metadata {#10761 …}
}
]
-tags: []
-colSpan: 3
#defaultTypeName: null
}
]
-settings: []
}
]
#properties: []
-name: "buttons"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
[
"name" => "add_button_text"
"type" => "string"
"meta" => [
"title" => [
"en" => "Add button"
"nl" => "Button toevoegen"
]
"info_text" => []
"placeholder" => []
]
"value" => null
]
]
-tags: []
-colSpan: 12
#defaultTypeName: "page_button"
}
]
-settings: []
}
]
#properties: []
-name: "blocks"
-contentTypeName: "block"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: []
-tags: []
-colSpan: 12
#defaultTypeName: "content_block"
}
"cta" => Sulu\Component\Content\Compat\Property {#12025
-metadata: Sulu\Component\Content\Compat\Metadata {#12022 …}
-value: null
-structure: Sulu\Component\Content\Compat\Structure\PageBridge {#7055}
#propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#12060 …}
#types: []
#properties: []
-name: "cta"
-contentTypeName: "single_snippet_selection"
-mandatory: false
-multilingual: true
-maxOccurs: null
-minOccurs: null
-params: [
"types" => Sulu\Component\Content\Compat\PropertyParameter {#12027
-name: "types"
-value: "cta"
-type: "string"
-metadata: Sulu\Component\Content\Compat\Metadata {#12024 …}
}
]
-tags: []
-colSpan: 12
#defaultTypeName: null
}
]
#locale: null
-propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1847 …}
#document: Sulu\Bundle\PageBundle\Document\PageDocument {#4667 …}
}
"partial" => false
"_route" => "overview_88556fe4-fbfd-484e-a703-55772e0e5b45"
]
"request_uri" => "https://euromouldings.accept.vzw.io/de/Produkte"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.385+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7068
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/theme-bundle/EventListener/SetThemeEventListener.php:49 {
Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener->setActiveThemeOnRequest(RequestEvent $event): void …
› /** @var ?RequestAttributes $attributes */
› $attributes = $event->getRequest()->get('_sulu');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener::setActiveThemeOnRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container1OuJpve\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.392+00:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\PropertyParameter" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6644
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\PropertyParameter" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType->getDefaultParams(?PropertyInterface $property = null) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Content/Types/MediaSelectionContentType.php:73 {
Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType->getParams($params) …
› {
› return \array_merge($this->getDefaultParams(), $params);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Content/Types/MediaSelectionContentType.php:126 {
Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType->getContentData(PropertyInterface $property) …
›
› $params = $this->getParams($property->getParams());
› $types = $params['types']->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:174 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->getContentData($container) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data[$property->getName()] = $contentType->getContentData($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:100 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $extension = $this->extensionManager->getExtension($structure->getKey(), $name);
› $data['extension'][$name] = $extension->getContentData($value);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.393+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6571
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.393+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6575
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.393+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6508
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.393+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6528
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.399+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\QOM\LiteralInterface::getLiteralValue()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Literal" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7537
#message: "User Deprecated: Method "PHPCR\Query\QOM\LiteralInterface::getLiteralValue()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Literal" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Jackalope\Query\QOM\QueryObjectModelFactory->literal($literalValue): LiteralInterface …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:222 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
› QueryObjectModelConstantsInterface::JCR_OPERATOR_EQUAL_TO,
› $queryBuilder->qomf()->literal($uuid)
› )
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.857+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7831
#message: "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Query/QOM/QueryObjectModelFactory.php:68 {
Jackalope\Query\QOM\QueryObjectModelFactory->createQuery(SourceInterface $source, ?ConstraintInterface $constraint = null, array $orderings = [], array $columns = []): QueryObjectModelInterface …
› ): QueryObjectModelInterface {
› return $this->factory->get(
› QueryObjectModel::class,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:410 {
PHPCR\Util\QOM\QueryBuilder->getQuery(): QueryObjectModelInterface …
› $this->state = self::STATE_CLEAN;
› $this->query = $this->qomFactory->createQuery($this->source, $this->constraint, $this->orderings, $this->columns);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:429 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
› if (null === $this->query || self::STATE_DIRTY === $this->state) {
› $this->query = $this->getQuery();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.857+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8958
#message: "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Query/QOM/QueryObjectModelFactory.php:68 {
Jackalope\Query\QOM\QueryObjectModelFactory->createQuery(SourceInterface $source, ?ConstraintInterface $constraint = null, array $orderings = [], array $columns = []): QueryObjectModelInterface …
› ): QueryObjectModelInterface {
› return $this->factory->get(
› QueryObjectModel::class,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:410 {
PHPCR\Util\QOM\QueryBuilder->getQuery(): QueryObjectModelInterface …
› $this->state = self::STATE_CLEAN;
› $this->query = $this->qomFactory->createQuery($this->source, $this->constraint, $this->orderings, $this->columns);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:429 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
› if (null === $this->query || self::STATE_DIRTY === $this->state) {
› $this->query = $this->getQuery();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.858+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
\n
SELECT\n
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
phpcr_type_props.on_parent_version AS property_on_parent_version,\n
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
phpcr_type_childs.primary_types AS child_primary_types\n
FROM\n
phpcr_type_nodes\n
LEFT JOIN\n
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
LEFT JOIN\n
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
"""
"params" => []
"types" => []
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.870+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
\n
SELECT\n
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
phpcr_type_props.on_parent_version AS property_on_parent_version,\n
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
phpcr_type_childs.primary_types AS child_primary_types\n
FROM\n
phpcr_type_nodes\n
LEFT JOIN\n
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
LEFT JOIN\n
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
"""
"params" => []
"types" => []
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.identifier = '175c91f0-976d-427c-931e-be52bb51c68a' ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.884+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getRows()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9345
#message: "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getRows()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Query/Query.php:91 {
Jackalope\Query\Query->execute(): QueryResultInterface …
›
› return $this->factory->get(QueryResult::class, [$rawData, $this->objectManager]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:436 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
›
› return $this->query->execute();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.884+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getNodes()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9349
#message: "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getNodes()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Query/Query.php:91 {
Jackalope\Query\Query->execute(): QueryResultInterface …
›
› return $this->factory->get(QueryResult::class, [$rawData, $this->objectManager]);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:436 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
›
› return $this->query->execute();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.885+00:00"
"message" => "User Deprecated: Method "PHPCR\Query\RowInterface::getValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9362
#message: "User Deprecated: Method "PHPCR\Query\RowInterface::getValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jackalope/jackalope/src/Jackalope/Query/RowIterator.php:57 {
Jackalope\Query\RowIterator->current(): RowInterface …
›
› return $this->factory->get(Row::class, [$this->objectManager, $this->rows[$this->offset]]);
› }
}
Jackalope\Query\RowIterator->current() {}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.886+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9388
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.886+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9385
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.886+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9384
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.886+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9383
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:66 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:166 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->preload($attributesByTag, $locale, $published = true) …
› foreach ($uuidsByType as $provider => $uuids) {
› $items = $this->linkProviderPool->getProvider($provider)->preload(
› \array_unique($uuids),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php:122 {
Sulu\Bundle\MarkupBundle\Markup\LinkTag->validateAll(array $attributesByTag, $locale) …
› {
› $items = $this->preload($attributesByTag, $locale, false);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php:54 {
Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser->validate($content, $locale) …
› $tags = $this->tagRegistry->getTag($tagMatchGroup->getTagName(), 'html', $tagMatchGroup->getNamespace())
› ->validateAll($tagMatchGroup->getTags(), $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:73 {
Sulu\Component\Content\Types\TextEditor->validate($content, $locale) …
› {
› $validation = $this->markupParser->validate($content, $locale);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Types/TextEditor.php:38 {
Sulu\Component\Content\Types\TextEditor->read(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey) …
› $value = $node->getPropertyValueWithDefault($property->getName(), $this->defaultValue);
› $property->setValue(\is_string($value) ? $this->validate($value, $languageCode) : null);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:93 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $contentType = $this->contentTypeManager->get($contentTypeName);
› $contentType->read(
› $this->node,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/euromouldings/contents/contact' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.948+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subVersion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadCounter_22, m4_.storageOptions AS storageOptions_23, m4_.mimeType AS mimeType_24, m4_.properties AS properties_25, m4_.focusPointX AS focusPointX_26, m4_.focusPointY AS focusPointY_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, m5_.crop_x AS crop_x_31, m5_.crop_y AS crop_y_32, m5_.crop_width AS crop_width_33, m5_.crop_height AS crop_height_34, m5_.format_key AS format_key_35, m6_.title AS title_36, m6_.description AS description_37, m6_.copyright AS copyright_38, m6_.credits AS credits_39, m6_.locale AS locale_40, m6_.id AS id_41, m7_.title AS title_42, m7_.description AS description_43, m7_.copyright AS copyright_44, m7_.credits AS credits_45, m7_.locale AS locale_46, m7_.id AS id_47, m8_.locale AS locale_48, m8_.id AS id_49, m9_.locale AS locale_50, m9_.id AS id_51, s10_.username AS username_52, s10_.password AS password_53, s10_.locale AS locale_54, s10_.salt AS salt_55, s10_.locked AS locked_56, s10_.enabled AS enabled_57, s10_.lastLogin AS lastLogin_58, s10_.confirmationKey AS confirmationKey_59, s10_.passwordResetToken AS passwordResetToken_60, s10_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_61, s10_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_62, s10_.privateKey AS privateKey_63, s10_.apiKey AS apiKey_64, s10_.email AS email_65, s10_.id AS id_66, s10_.created AS created_67, s10_.changed AS changed_68, c11_.firstName AS firstName_69, c11_.middleName AS middleName_70, c11_.lastName AS lastName_71, c11_.birthday AS birthday_72, c11_.salutation AS salutation_73, c11_.formOfAddress AS formOfAddress_74, c11_.newsletter AS newsletter_75, c11_.gender AS gender_76, c11_.note AS note_77, c11_.mainEmail AS mainEmail_78, c11_.mainPhone AS mainPhone_79, c11_.mainFax AS mainFax_80, c11_.mainUrl AS mainUrl_81, c11_.id AS id_82, c11_.created AS created_83, c11_.changed AS changed_84, s12_.username AS username_85, s12_.password AS password_86, s12_.locale AS locale_87, s12_.salt AS salt_88, s12_.locked AS locked_89, s12_.enabled AS enabled_90, s12_.lastLogin AS lastLogin_91, s12_.confirmationKey AS confirmationKey_92, s12_.passwordResetToken AS passwordResetToken_93, s12_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_94, s12_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_95, s12_.privateKey AS privateKey_96, s12_.apiKey AS apiKey_97, s12_.email AS email_98, s12_.id AS id_99, s12_.created AS created_100, s12_.changed AS changed_101, c13_.firstName AS firstName_102, c13_.middleName AS middleName_103, c13_.lastName AS lastName_104, c13_.birthday AS birthday_105, c13_.salutation AS salutation_106, c13_.formOfAddress AS formOfAddress_107, c13_.newsletter AS newsletter_108, c13_.gender AS gender_109, c13_.note AS note_110, c13_.mainEmail AS mainEmail_111, c13_.mainPhone AS mainPhone_112, c13_.mainFax AS mainFax_113, c13_.mainUrl AS mainUrl_114, c13_.id AS id_115, c13_.created AS created_116, c13_.changed AS changed_117, m14_.id AS id_118, m14_.created AS created_119, m14_.changed AS changed_120, m0_.idMediaTypes AS idMediaTypes_121, m0_.idPreviewImage AS idPreviewImage_122, m0_.idCollections AS idCollections_123, m0_.idUsersCreator AS idUsersCreator_124, m0_.idUsersChanger AS idUsersChanger_125, m2_.idCollectionsMetaDefault AS idCollectionsMetaDefault_126, m2_.idCollectionTypes AS idCollectionTypes_127, m2_.idCollectionsParent AS idCollectionsParent_128, m2_.idUsersCreator AS idUsersCreator_129, m2_.idUsersChanger AS idUsersChanger_130, m3_.idMedia AS idMedia_131, m3_.idUsersCreator AS idUsersCreator_132, m3_.idUsersChanger AS idUsersChanger_133, m4_.idFileVersionsMetaDefault AS idFileVersionsMetaDefault_134, m4_.idFiles AS idFiles_135, m4_.idUsersCreator AS idUsersCreator_136, m4_.idUsersChanger AS idUsersChanger_137, m5_.fileVersion AS fileVersion_138, m6_.idFileVersions AS idFileVersions_139, m7_.idFileVersions AS idFileVersions_140, m8_.idFileVersions AS idFileVersions_141, m9_.idFileVersions AS idFileVersions_142, s10_.idContacts AS idContacts_143, s10_.idUsersCreator AS idUsersCreator_144, s10_.idUsersChanger AS idUsersChanger_145, c11_.idTitles AS idTitles_146, c11_.avatar AS avatar_147, c11_.idUsersCreator AS idUsersCreator_148, c11_.idUsersChanger AS idUsersChanger_149, s12_.idContacts AS idContacts_150, s12_.idUsersCreator AS idUsersCreator_151, s12_.idUsersChanger AS idUsersChanger_152, c13_.idTitles AS idTitles_153, c13_.avatar AS avatar_154, c13_.idUsersCreator AS idUsersCreator_155, c13_.idUsersChanger AS idUsersChanger_156, m14_.idMediaTypes AS idMediaTypes_157, m14_.idPreviewImage AS idPreviewImage_158, m14_.idCollections AS idCollections_159, m14_.idUsersCreator AS idUsersCreator_160, m14_.idUsersChanger AS idUsersChanger_161 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id LEFT JOIN me_files m3_ ON m0_.id = m3_.idMedia LEFT JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles LEFT JOIN me_format_options m5_ ON m4_.id = m5_.fileVersion LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id LEFT JOIN me_media m14_ ON m0_.idPreviewImage = m14_.id WHERE m0_.id = ?"
"params" => [
1 => 75
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391170
"timestamp_rfc3339" => "2026-08-10T19:46:10.986+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.method AS method_1, t0.options AS options_2, t0.id AS id_3, t0.idUsers AS idUsers_4 FROM se_user_two_factors t0 WHERE t0.idUsers = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.005+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.method AS method_1, t0.options AS options_2, t0.id AS id_3, t0.idUsers AS idUsers_4 FROM se_user_two_factors t0 WHERE t0.idUsers = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.100+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12117
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php:28 {
Sulu\Component\Tag\Request\TagRequestHandler->getTags($tagsParameter = 'tags') …
› if (null !== $this->requestStack->getCurrentRequest()) {
› $tags = $this->requestStack->getCurrentRequest()->get($tagsParameter, '');
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:186 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // extends selected filter with requested tags
› $filters['websiteTags'] = $this->tagRequestHandler->getTags($params['tags_parameter']->getValue());
› $filters['websiteTagsOperator'] = $params['website_tags_operator']->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.101+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12125
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php:28 {
Sulu\Component\Category\Request\CategoryRequestHandler->getCategories($categoriesParameter = '…10') …
› if (null !== $this->requestStack->getCurrentRequest()) {
› $categories = $this->requestStack->getCurrentRequest()->get($categoriesParameter, '');
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:190 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // extends selected filter with requested categories
› $filters['websiteCategories'] = $this->categoryRequestHandler->getCategories(
› $params['categories_parameter']->getValue()
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.101+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12844
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:329 {
Sulu\Component\SmartContent\ContentType->getCurrentPage($pageParameter) …
›
› $page = $this->requestStack->getCurrentRequest()->get($pageParameter, 1);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:233 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // is paginated
› $page = $this->getCurrentPage($params['page_parameter']->getValue());
› $pageSize = \intval($params['max_per_page']->getValue());
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.106+00:00"
"message" => "User Deprecated: Specifying types in urls has been deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12909
#message: "User Deprecated: Specifying types in urls has been deprecated"
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Search.php"
#line: 36
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Search.php:36 {
Elasticsearch\Endpoints\Search->getURI(): string …
› if (isset($type)) {
› @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1926 {
Elasticsearch\Client->performRequest(AbstractEndpoint $endpoint) …
› $endpoint->getMethod(),
› $endpoint->getURI(),
› $endpoint->getParams(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1353 {
Elasticsearch\Client->search(array $params = []) …
›
› return $this->performRequest($endpoint);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php:305 {
ONGR\ElasticsearchBundle\Service\Manager->search(array $types, array $query, array $queryStringParams = []) …
› $this->stopwatch('start', 'search');
› $result = $this->client->search($params);
› $this->stopwatch('stop', 'search');
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:289 {
ONGR\ElasticsearchBundle\Service\Repository->executeSearch(Search $search) …
› {
› return $this->getManager()->search([$this->getType()], $search->toArray(), $search->getUriParams());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:234 {
ONGR\ElasticsearchBundle\Service\Repository->findDocuments(Search $search) …
› {
› $results = $this->executeSearch($search);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Content/ArticleDataProvider.php:323 {
Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->getSearchResult(array $filters, ?int $limit, int $page, ?int $pageSize, ?string $locale, ?string $webspaceKey): Countable …
›
› return $repository->findDocuments($search);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Content/ArticleDataProvider.php:214 {
Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->resolveResourceItems(array $filters, array $propertyParameter, array $options = [], $limit = null, $page = 1, $pageSize = null) …
› $webspaceKey = $this->getWebspaceKey($propertyParameter, $options);
› $queryResult = $this->getSearchResult($filters, $limit, $page, $pageSize, $locale, $webspaceKey);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:237 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // resolve paginated filters
› $data = $provider->resolveResourceItems(
› $filters,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.175+00:00"
"message" => "Uncaught PHP Exception Elasticsearch\Common\Exceptions\NoNodesAvailableException: "No alive nodes found in your cluster" at StaticNoPingConnectionPool.php line 64"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Elasticsearch\Common\Exceptions\NoNodesAvailableException {#12904
#message: "No alive nodes found in your cluster"
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php"
#line: 64
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php:64 {
Elasticsearch\ConnectionPool\StaticNoPingConnectionPool->nextConnection(bool $force = false): ConnectionInterface …
›
› throw new NoNodesAvailableException("No alive nodes found in your cluster");
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php:82 {
Elasticsearch\Transport->getConnection(): ConnectionInterface …
› {
› return $this->connectionPool->nextConnection();
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php:99 {
Elasticsearch\Transport->performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface …
› try {
› $connection = $this->getConnection();
› } catch (Exceptions\NoNodesAvailableException $exception) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:296 {
Elasticsearch\Connections\Connection->Elasticsearch\Connections\{closure} …
› if ($shouldRetry && !$neverRetry) {
› return $transport->performRequest(
› $request['http_method'],
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/react/promise/src/Internal/FulfilledPromise.php:47 {
React\Promise\Internal\FulfilledPromise->then(?callable $onFulfilled = null, ?callable $onRejected = null): PromiseInterface …
› */
› $result = $onFulfilled($this->value);
› return resolve($result);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php:66 {
GuzzleHttp\Ring\Future\CompletedFutureValue->then(?callable $onFulfilled = null, ?callable $onRejected = null) …
› ) {
› return $this->promise()->then($onFulfilled, $onRejected);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/ezimuel/ringphp/src/Core.php:341 {
GuzzleHttp\Ring\Core::proxy(FutureArrayInterface $future, ?callable $onFulfilled = null, ?callable $onRejected = null, ?callable $onProgress = null) …
› return new FutureArray(
› $future->then($onFulfilled, $onRejected, $onProgress),
› [$future, 'wait'],
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:264 {
Elasticsearch\Connections\Connection->Elasticsearch\Connections\{closure} …
› // Send the request using the wrapped handler.
› $response = Core::proxy(
› $handler($request),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:241 {
Elasticsearch\Connections\Connection->performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], ?Transport $transport = null) …
› $handler = $this->handler;
› $future = $handler($request, $this, $transport, $options);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php:109 {
Elasticsearch\Transport->performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface …
›
› $future = $connection->performRequest(
› $method,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1924 {
Elasticsearch\Client->performRequest(AbstractEndpoint $endpoint) …
› {
› $promise = $this->transport->performRequest(
› $endpoint->getMethod(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1353 {
Elasticsearch\Client->search(array $params = []) …
›
› return $this->performRequest($endpoint);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php:305 {
ONGR\ElasticsearchBundle\Service\Manager->search(array $types, array $query, array $queryStringParams = []) …
› $this->stopwatch('start', 'search');
› $result = $this->client->search($params);
› $this->stopwatch('stop', 'search');
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:289 {
ONGR\ElasticsearchBundle\Service\Repository->executeSearch(Search $search) …
› {
› return $this->getManager()->search([$this->getType()], $search->toArray(), $search->getUriParams());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:234 {
ONGR\ElasticsearchBundle\Service\Repository->findDocuments(Search $search) …
› {
› $results = $this->executeSearch($search);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Content/ArticleDataProvider.php:323 {
Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->getSearchResult(array $filters, ?int $limit, int $page, ?int $pageSize, ?string $locale, ?string $webspaceKey): Countable …
›
› return $repository->findDocuments($search);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Content/ArticleDataProvider.php:214 {
Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->resolveResourceItems(array $filters, array $propertyParameter, array $options = [], $limit = null, $page = 1, $pageSize = null) …
› $webspaceKey = $this->getWebspaceKey($propertyParameter, $options);
› $queryResult = $this->getSearchResult($filters, $limit, $page, $pageSize, $locale, $webspaceKey);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:237 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // resolve paginated filters
› $data = $provider->resolveResourceItems(
› $filters,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:110 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:61 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::getResponseStatusCodeFromThrowable"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "FOS\HttpCacheBundle\EventListener\InvalidationListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RedirectExceptionSubscriber::redirectPartialMatch"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RedirectExceptionSubscriber::redirectTrailingSlashOrHtml"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.260+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC"
"params" => [
1 => "euromouldings.accept.vzw.io/de"
2 => "dev"
3 => "euromouldings"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\FormHandler::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::setResponseStatusCode"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addVaryHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addCookieHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container1OuJpve\TrustedCookieResponseListenerGhost75a5183::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\MarkupBundle\Listener\MarkupListener::replaceMarkup"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.298+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.299+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
13068 => [
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.176+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13140
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php:32 {
Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› {
› if (!$request->get('_locale') || !$request->get('_portal')) {
› return new RequestAttributes();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.177+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#13160
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/theme-bundle/EventListener/SetThemeEventListener.php:49 {
Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener->setActiveThemeOnRequest(RequestEvent $event): void …
› /** @var ?RequestAttributes $attributes */
› $attributes = $event->getRequest()->get('_sulu');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.182+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener::setActiveThemeOnRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container1OuJpve\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.183+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.255+00:00"
"message" => "Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#14018
#message: "Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated"
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php"
#line: 191
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php:191 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->addQuery($route, $record, $queryBody) …
› {
› parse_str(parse_url($record['context']['uri'], PHP_URL_QUERY), $httpParameters);
› $body = json_decode(trim($queryBody, " '\r\t\n"));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php:174 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->handleRecords($route, $records) …
› $this->data['time'] += $record['context']['duration'];
› $this->addQuery($route, $record, $queryBody);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php:48 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->doCollect(Request $request, Response $response, $exception = null) …
› if ($handler instanceof CollectionHandler) {
› $this->handleRecords($this->getRoute($request), $handler->getRecords());
› $handler->clearRecords();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/CollectTrait.php:30 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->collect(Request $request, Response $response, ?Throwable $exception = null) …
› {
› return $this->doCollect($request, $response, $exception);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\FormHandler::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::setResponseStatusCode"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addVaryHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addCookieHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container1OuJpve\TrustedCookieResponseListenerGhost75a5183::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sulu\Bundle\MarkupBundle\Listener\MarkupListener::replaceMarkup"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1786391171
"timestamp_rfc3339" => "2026-08-10T19:46:11.256+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
33 => 1
13068 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#175 …}
} |