| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#177
-records: [
"" => [
[
"timestamp" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.765+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.836+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.868+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.918+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.919+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.919+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.920+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.920+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.922+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.937+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.938+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.939+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.940+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.941+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.946+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.948+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.949+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.950+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.955+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.956+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.957+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.983+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" => 1771171632
"timestamp_rfc3339" => "2026-02-15T16:07:12.985+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.099+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.123+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.157+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.159+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.159+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.160+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.161+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.162+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.168+00:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/en/about-us/build/frontend/images/euromouldings/site.webmanifest/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.168+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.169+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.174+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.176+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT prefix, uri FROM phpcr_namespaces"
]
"channel" => "doctrine"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.176+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/en/about-us/build/frontend/images/euromouldings/site"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.178+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.202+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r1_.path AS path_8, r1_.locale AS locale_9, r1_.entity_class AS entity_class_10, r1_.entity_id AS entity_id_11, r1_.history AS history_12, r1_.id AS id_13, r1_.created AS created_14, r1_.changed AS changed_15, r0_.target_id AS target_id_16, r0_.idUsersCreator AS idUsersCreator_17, r0_.idUsersChanger AS idUsersChanger_18, r1_.target_id AS target_id_19, r1_.idUsersCreator AS idUsersCreator_20, r1_.idUsersChanger AS idUsersChanger_21 FROM ro_routes r0_ LEFT JOIN ro_routes r1_ ON r0_.target_id = r1_.id WHERE r0_.path = ? AND r0_.locale = ?"
"params" => [
1 => "/about-us/build/frontend/images/euromouldings/site"
2 => "en"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.205+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.206+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.217+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://euromouldings.accept.vzw.io/en/about-us/build/frontend/images/euromouldings/site.webmanifest"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1149
#message: "No route found for "GET https://euromouldings.accept.vzw.io/en/about-us/build/frontend/images/euromouldings/site.webmanifest""
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#3826 …}
-statusCode: 404
-headers: []
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/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" => "request"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.390+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/en"
2 => "dev"
3 => "euromouldings"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container1OuJpve\TrustedCookieResponseListenerGhost75a5183::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.420+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.421+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.421+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.421+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.421+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.421+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"
]
]
4571 => [
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.218+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 {#4643
#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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.219+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 {#4664
#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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.225+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.229+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.229+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.229+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.229+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.229+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.229+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.385+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container1OuJpve\TrustedCookieResponseListenerGhost75a5183::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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" => 1771171633
"timestamp_rfc3339" => "2026-02-15T16:07:13.386+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
4571 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#175 …}
} |