| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#177
-records: [
"" => [
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.672+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.724+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.747+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.793+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.793+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.793+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.794+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.795+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.797+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.810+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.811+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.812+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.813+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.814+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.819+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.820+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.821+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.823+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.827+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.828+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.829+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.830+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.832+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.897+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.911+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.941+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.942+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.942+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.942+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.942+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.942+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.942+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.943+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.944+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.950+00:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.950+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.951+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.953+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" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.954+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT prefix, uri FROM phpcr_namespaces"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.955+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/nl/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.957+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.975+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 => "/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
2 => "nl"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.995+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.996+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/articles/2025/06/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370626
"timestamp_rfc3339" => "2026-08-10T14:03:46.999+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
\n
SELECT\n
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
phpcr_type_props.on_parent_version AS property_on_parent_version,\n
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
phpcr_type_childs.primary_types AS child_primary_types\n
FROM\n
phpcr_type_nodes\n
LEFT JOIN\n
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
LEFT JOIN\n
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
"""
"params" => []
"types" => []
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.012+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4825
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.013+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4822
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.014+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4831
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.014+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4838
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.115+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4902
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.115+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4916
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4914
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4903
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4915
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4917
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4913
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4912
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4911
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4910
#message: "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4909
#message: "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4908
#message: "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.116+00:00"
"message" => "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4907
#message: "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Bundle\ArticleBundle\Document\ArticleDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.118+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4930
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->createStructure($document) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:345 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->getStructure($document, $structureType, $rehydrate) …
› if ($structureType) {
› return $this->createStructure($document);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:139 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $structure = $this->getStructure($document, $structureType, $rehydrate);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.123+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4929
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.123+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4901
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Container1OuJpve\App_KernelDevDebugContainer::Container1OuJpve\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.124+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/articles/2025/06"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.125+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/articles/2025/06"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.149+00:00"
"message" => "User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4998
#message: "User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.149+00:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5010
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.149+00:00"
"message" => "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5002
#message: "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.149+00:00"
"message" => "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5003
#message: "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.150+00:00"
"message" => "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4992
#message: "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.150+00:00"
"message" => "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5004
#message: "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.150+00:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4973
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.170+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, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0"
"params" => [
1 => "Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
2 => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
3 => "nl"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.173+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5065
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->hydrate(AbstractMappingEvent $event) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/ExtensionSubscriber.php:59 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $this->hydrate($event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.173+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4955
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->hydrate(AbstractMappingEvent $event) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/ExtensionSubscriber.php:59 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $this->hydrate($event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php:123 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider->isPublished($entityClass, $id, $locale) …
› {
› $object = $this->documentManager->find(
› $id,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php:42 {
Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider->isPublished($entityClass, $id, $locale) …
› {
› return $this->getDefaultProvider($entityClass)->isPublished($entityClass, $id, $locale);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php:107 {
Sulu\Bundle\RouteBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› || !$this->routeDefaultsProvider->supports($route->getEntityClass())
› || !$this->routeDefaultsProvider->isPublished(
› $route->getEntityClass(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.198+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, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0"
"params" => [
1 => "Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
2 => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
3 => "nl"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.214+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 {#5537
#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/article-bundle/Routing/ArticleRouteEnhancer.php:86 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteEnhancer->shouldAddCanonicalTag(array $defaults, Request $request): bool …
›
› $sulu = $request->get('_sulu');
› if (!$sulu) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Routing/ArticleRouteEnhancer.php:54 {
Sulu\Bundle\ArticleBundle\Routing\ArticleRouteEnhancer->enhance(array $defaults, Request $request): array …
› {
› if (!$this->shouldAddCanonicalTag($defaults, $request)) {
› return $defaults;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php:40 {
Symfony\Cmf\Component\Routing\DynamicRouter->applyRouteEnhancers(array $defaults, Request $request): array …
› foreach ($this->getRouteEnhancers() as $enhancer) {
› $defaults = $enhancer->enhance($defaults, $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:206 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
›
› return $this->applyRouteEnhancers($defaults, $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.214+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "sulu_route_270"
"route_parameters" => [
"object" => Sulu\Bundle\ArticleBundle\Document\ArticleDocument {#4827
#uuid: "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
#nodeName: "recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
#path: "/cmf/articles/2025/06/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
#parent: ProxyManagerGeneratedProxy\__PM__\Sulu\Component\DocumentManager\Document\UnknownDocument\Generated1cabbeff6f584f9c30a6fdf3818b6bfa {#5019 …}
#title: "RecyClass Recycled Plastic traceerbaarheidscertificaat behaald!"
#pageTitle: null
#pages: [
[
"uuid" => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
"title" => "RecyClass Recycled Plastic traceerbaarheidscertificaat behaald!"
"routePath" => "/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
"pageNumber" => 1
]
]
#route: Sulu\Bundle\RouteBundle\Entity\Route {#4391 …}
#routePath: "/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
#locale: "nl"
#originalLocale: "nl"
#structureType: "news"
#structure: Sulu\Component\Content\Document\Structure\ManagedStructure {#5381 …}
#creator: 3
#changer: 1
#created: DateTime @1750686599 {#4615
date: 2025-06-23 13:49:59.006 +00:00
}
#changed: DateTime @1764082667 {#4618
date: 2025-11-25 14:57:47.084 +00:00
}
#lastModified: null
#author: "12"
#authored: DateTime @1750686598 {#4612
date: 2025-06-23 13:49:58.0 +00:00
}
#extensions: Sulu\Component\Content\Document\Extension\ManagedExtensionContainer {#4799 …}
#workflowStage: 2
#published: DateTime @1750686700 {#4582
date: 2025-06-23 13:51:40.642 +00:00
}
#versions: []
#children: Sulu\Component\DocumentManager\Collection\ChildrenCollection {#5380 …}
#shadowLocaleEnabled: false
#shadowLocale: null
#mainWebspace: "euromouldings"
#additionalWebspaces: []
}
"view" => "articles/news"
"pageNumber" => 1
"structure" => Sulu\Bundle\ArticleBundle\Document\Structure\ArticleBridge {#5295
#structure: Sulu\Component\Content\Metadata\StructureMetadata {#5087 …}
#inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#584 …}
-loadedProperties: []
#locale: null
-propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1847 …}
#document: Sulu\Bundle\ArticleBundle\Document\ArticleDocument {#4827}
-webspaceKey: null
-uuid: null
}
"_cacheLifetime" => 144000
"_controller" => "Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController::indexAction"
"_route" => "sulu_route_270"
]
"request_uri" => "https://euromouldings.accept.vzw.io/nieuws/recyclass-recycled-plastic-traceerbaarheidscertificaat-behaald"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.215+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 {#5563
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/theme-bundle/EventListener/SetThemeEventListener.php:49 {
Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener->setActiveThemeOnRequest(RequestEvent $event): void …
› /** @var ?RequestAttributes $attributes */
› $attributes = $event->getRequest()->get('_sulu');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.218+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.219+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.219+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.222+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.222+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.222+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.222+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.222+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.222+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.239+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 {#4936
#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/article-bundle/Document/Serializer/WebsiteArticleUrlsSubscriber.php:130 {
Sulu\Bundle\ArticleBundle\Document\Serializer\WebsiteArticleUrlsSubscriber->addUrlsOnPostSerialize(ObjectEvent $event): void …
› /** @var RequestAttributes $attributes */
› $attributes = $request->get('_sulu');
› if (!$attributes) {
}
Sulu\Bundle\ArticleBundle\Document\Serializer\WebsiteArticleUrlsSubscriber->addUrlsOnPostSerialize() {}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php:100 {
JMS\SerializerBundle\Debug\TraceableEventDispatcher->JMS\SerializerBundle\Debug\{closure} …
› $t = microtime(true);
› call_user_func_array($listener[0], $args);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php:112 {
JMS\Serializer\EventDispatcher\EventDispatcher->dispatch(string $eventName, string $class, string $format, Event $event): void …
›
› \call_user_func($listener[0], $event, $eventName, $class, $format, $this);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jms/serializer/src/GraphNavigator/SerializationGraphNavigator.php:315 {
JMS\Serializer\GraphNavigator\SerializationGraphNavigator->afterVisitingObject(ClassMetadata $metadata, object $object, array $type): void …
› if ($this->dispatcher->hasListeners('serializer.post_serialize', $metadata->name, $this->format)) {
› $this->dispatcher->dispatch('serializer.post_serialize', $metadata->name, $this->format, new ObjectEvent($this->context, $object, $type));
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jms/serializer/src/GraphNavigator/SerializationGraphNavigator.php:291 {
JMS\Serializer\GraphNavigator\SerializationGraphNavigator->accept($data, ?array $type = null) …
›
› $this->afterVisitingObject($metadata, $data, $type);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jms/serializer/src/Serializer.php:256 {
JMS\Serializer\Serializer->visit(GraphNavigatorInterface $navigator, VisitorInterface $visitor, Context $context, $data, string $format, ?string $type = null, bool $prepare = true) …
›
› return $navigator->accept($data, $type);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/jms/serializer/src/Serializer.php:202 {
JMS\Serializer\Serializer->toArray($data, ?SerializationContext $context = null, ?string $type = null): array …
› $type = $this->findInitialType($type, $context);
› $result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);
› $result = $this->convertArrayObjects($result);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php:31 {
Sulu\Component\Serializer\ArraySerializer->serialize($data, ?SerializationContext $context = null): array …
›
› return $this->serializer->toArray($data, $context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:61 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolve(ArticleInterface $article, int $pageNumber = 1) …
› {
› $data = $this->serializer->serialize(
› $article,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:136 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->resolveArticle(ArticleInterface $object, int $pageNumber): array …
›
› return $articleContentResolver->resolve($object, $pageNumber);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:70 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
›
› $content = $this->resolveArticle($object, $pageNumber);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.240+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, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0"
"params" => [
1 => "Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
2 => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
3 => "nl"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.241+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, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0"
"params" => [
1 => "Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
2 => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
3 => "en"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.249+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, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0"
"params" => [
1 => "Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
2 => "7aae0b8f-264b-4ac0-9fd1-3247404a2a96"
3 => "de"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.250+00:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\PropertyParameter" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5904
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\PropertyParameter" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory->convertArrayToParameters($arrayParams) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php:109 {
Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory->createProperty(ItemMetadata $property, ?StructureInterface $structure = null) …
›
› $parameters = $this->convertArrayToParameters($property->getParameters());
› $propertyBridge = new LegacyProperty(
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php:66 {
Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory->createTranslatedProperty($property, $locale, ?StructureInterface $structure = null) …
› if ($property instanceof ItemMetadata) {
› $property = $this->createProperty($property, $structure);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:83 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› $locale = $this->inspector->getLocale($this->document);
› $property = $this->legacyPropertyFactory->createTranslatedProperty($structureProperty, $locale, $bridge);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:147 {
Sulu\Component\Content\Document\Structure\ManagedStructure->toArray() …
› foreach (\array_keys($this->structureMetadata->getProperties()) as $childName) {
› $values[$childName] = $this->normalize($this->getProperty($childName)->getValue());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:116 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolveContent(ArticleDocument $article): array …
›
› $data = $article->getStructure()->toArray();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:83 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolve(ArticleInterface $article, int $pageNumber = 1) …
›
› $data = \array_merge($data, $this->resolveContent($article));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:136 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->resolveArticle(ArticleInterface $object, int $pageNumber): array …
›
› return $articleContentResolver->resolve($object, $pageNumber);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:70 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
›
› $content = $this->resolveArticle($object, $pageNumber);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.250+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5862
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:147 {
Sulu\Component\Content\Document\Structure\ManagedStructure->toArray() …
› foreach (\array_keys($this->structureMetadata->getProperties()) as $childName) {
› $values[$childName] = $this->normalize($this->getProperty($childName)->getValue());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:116 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolveContent(ArticleDocument $article): array …
›
› $data = $article->getStructure()->toArray();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:83 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolve(ArticleInterface $article, int $pageNumber = 1) …
›
› $data = \array_merge($data, $this->resolveContent($article));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:136 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->resolveArticle(ArticleInterface $object, int $pageNumber): array …
›
› return $articleContentResolver->resolve($object, $pageNumber);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:70 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
›
› $content = $this->resolveArticle($object, $pageNumber);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.250+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5865
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:147 {
Sulu\Component\Content\Document\Structure\ManagedStructure->toArray() …
› foreach (\array_keys($this->structureMetadata->getProperties()) as $childName) {
› $values[$childName] = $this->normalize($this->getProperty($childName)->getValue());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:116 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolveContent(ArticleDocument $article): array …
›
› $data = $article->getStructure()->toArray();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:83 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolve(ArticleInterface $article, int $pageNumber = 1) …
›
› $data = \array_merge($data, $this->resolveContent($article));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:136 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->resolveArticle(ArticleInterface $object, int $pageNumber): array …
›
› return $articleContentResolver->resolve($object, $pageNumber);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:70 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
›
› $content = $this->resolveArticle($object, $pageNumber);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.250+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5896
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:147 {
Sulu\Component\Content\Document\Structure\ManagedStructure->toArray() …
› foreach (\array_keys($this->structureMetadata->getProperties()) as $childName) {
› $values[$childName] = $this->normalize($this->getProperty($childName)->getValue());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:116 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolveContent(ArticleDocument $article): array …
›
› $data = $article->getStructure()->toArray();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:83 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolve(ArticleInterface $article, int $pageNumber = 1) …
›
› $data = \array_merge($data, $this->resolveContent($article));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:136 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->resolveArticle(ArticleInterface $object, int $pageNumber): array …
›
› return $articleContentResolver->resolve($object, $pageNumber);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:70 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
›
› $content = $this->resolveArticle($object, $pageNumber);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.250+00:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5901
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:348 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Structure/ManagedStructure.php:147 {
Sulu\Component\Content\Document\Structure\ManagedStructure->toArray() …
› foreach (\array_keys($this->structureMetadata->getProperties()) as $childName) {
› $values[$childName] = $this->normalize($this->getProperty($childName)->getValue());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:116 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolveContent(ArticleDocument $article): array …
›
› $data = $article->getStructure()->toArray();
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Resolver/ArticleContentResolver.php:83 {
Sulu\Bundle\ArticleBundle\Resolver\ArticleContentResolver->resolve(ArticleInterface $article, int $pageNumber = 1) …
›
› $data = \array_merge($data, $this->resolveContent($article));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:136 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->resolveArticle(ArticleInterface $object, int $pageNumber): array …
›
› return $articleContentResolver->resolve($object, $pageNumber);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:70 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
›
› $content = $this->resolveArticle($object, $pageNumber);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.264+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?)"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.271+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.username AS username_1, t0.password AS password_2, t0.locale AS locale_3, t0.salt AS salt_4, t0.locked AS locked_5, t0.enabled AS enabled_6, t0.lastLogin AS lastLogin_7, t0.confirmationKey AS confirmationKey_8, t0.passwordResetToken AS passwordResetToken_9, t0.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_10, t0.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_11, t0.privateKey AS privateKey_12, t0.apiKey AS apiKey_13, t0.email AS email_14, t0.id AS id_15, t0.created AS created_16, t0.changed AS changed_17, t18.method AS method_19, t18.options AS options_20, t18.id AS id_21, t18.idUsers AS idUsers_22, t0.idContacts AS idContacts_23, t0.idUsersCreator AS idUsersCreator_24, t0.idUsersChanger AS idUsersChanger_25 FROM se_users t0 LEFT JOIN se_user_two_factors t18 ON t18.idUsers = t0.id WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.276+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.firstName AS firstName_1, t0.middleName AS middleName_2, t0.lastName AS lastName_3, t0.birthday AS birthday_4, t0.salutation AS salutation_5, t0.formOfAddress AS formOfAddress_6, t0.newsletter AS newsletter_7, t0.gender AS gender_8, t0.note AS note_9, t0.mainEmail AS mainEmail_10, t0.mainPhone AS mainPhone_11, t0.mainFax AS mainFax_12, t0.mainUrl AS mainUrl_13, t0.id AS id_14, t0.created AS created_15, t0.changed AS changed_16, t0.idTitles AS idTitles_17, t0.avatar AS avatar_18, t0.idUsersCreator AS idUsersCreator_19, t0.idUsersChanger AS idUsersChanger_20 FROM co_contacts t0 WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.284+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.username AS username_1, t0.password AS password_2, t0.locale AS locale_3, t0.salt AS salt_4, t0.locked AS locked_5, t0.enabled AS enabled_6, t0.lastLogin AS lastLogin_7, t0.confirmationKey AS confirmationKey_8, t0.passwordResetToken AS passwordResetToken_9, t0.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_10, t0.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_11, t0.privateKey AS privateKey_12, t0.apiKey AS apiKey_13, t0.email AS email_14, t0.id AS id_15, t0.created AS created_16, t0.changed AS changed_17, t18.method AS method_19, t18.options AS options_20, t18.id AS id_21, t18.idUsers AS idUsers_22, t0.idContacts AS idContacts_23, t0.idUsersCreator AS idUsersCreator_24, t0.idUsersChanger AS idUsersChanger_25 FROM se_users t0 LEFT JOIN se_user_two_factors t18 ON t18.idUsers = t0.id WHERE t0.id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.285+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.firstName AS firstName_1, t0.middleName AS middleName_2, t0.lastName AS lastName_3, t0.birthday AS birthday_4, t0.salutation AS salutation_5, t0.formOfAddress AS formOfAddress_6, t0.newsletter AS newsletter_7, t0.gender AS gender_8, t0.note AS note_9, t0.mainEmail AS mainEmail_10, t0.mainPhone AS mainPhone_11, t0.mainFax AS mainFax_12, t0.mainUrl AS mainUrl_13, t0.id AS id_14, t0.created AS created_15, t0.changed AS changed_16, t0.idTitles AS idTitles_17, t0.avatar AS avatar_18, t0.idUsersCreator AS idUsersCreator_19, t0.idUsersChanger AS idUsersChanger_20 FROM co_contacts t0 WHERE t0.id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.293+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subVersion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadCounter_22, m4_.storageOptions AS storageOptions_23, m4_.mimeType AS mimeType_24, m4_.properties AS properties_25, m4_.focusPointX AS focusPointX_26, m4_.focusPointY AS focusPointY_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, t5_.name AS name_31, t5_.id AS id_32, t5_.created AS created_33, t5_.changed AS changed_34, m6_.title AS title_35, m6_.description AS description_36, m6_.copyright AS copyright_37, m6_.credits AS credits_38, m6_.locale AS locale_39, m6_.id AS id_40, m7_.title AS title_41, m7_.description AS description_42, m7_.copyright AS copyright_43, m7_.credits AS credits_44, m7_.locale AS locale_45, m7_.id AS id_46, m8_.locale AS locale_47, m8_.id AS id_48, m9_.locale AS locale_49, m9_.id AS id_50, s10_.username AS username_51, s10_.password AS password_52, s10_.locale AS locale_53, s10_.salt AS salt_54, s10_.locked AS locked_55, s10_.enabled AS enabled_56, s10_.lastLogin AS lastLogin_57, s10_.confirmationKey AS confirmationKey_58, s10_.passwordResetToken AS passwordResetToken_59, s10_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60, s10_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61, s10_.privateKey AS privateKey_62, s10_.apiKey AS apiKey_63, s10_.email AS email_64, s10_.id AS id_65, s10_.created AS created_66, s10_.changed AS changed_67, c11_.firstName AS firstName_68, c11_.middleName AS middleName_69, c11_.lastName AS lastName_70, c11_.birthday AS birthday_71, c11_.salutation AS salutation_72, c11_.formOfAddress AS formOfAddress_73, c11_.newsletter AS newsletter_74, c11_.gender AS gender_75, c11_.note AS note_76, c11_.mainEmail AS mainEmail_77, c11_.mainPhone AS mainPhone_78, c11_.mainFax AS mainFax_79, c11_.mainUrl AS mainUrl_80, c11_.id AS id_81, c11_.created AS created_82, c11_.changed AS changed_83, s12_.username AS username_84, s12_.password AS password_85, s12_.locale AS locale_86, s12_.salt AS salt_87, s12_.locked AS locked_88, s12_.enabled AS enabled_89, s12_.lastLogin AS lastLogin_90, s12_.confirmationKey AS confirmationKey_91, s12_.passwordResetToken AS passwordResetToken_92, s12_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_93, s12_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_94, s12_.privateKey AS privateKey_95, s12_.apiKey AS apiKey_96, s12_.email AS email_97, s12_.id AS id_98, s12_.created AS created_99, s12_.changed AS changed_100, c13_.firstName AS firstName_101, c13_.middleName AS middleName_102, c13_.lastName AS lastName_103, c13_.birthday AS birthday_104, c13_.salutation AS salutation_105, c13_.formOfAddress AS formOfAddress_106, c13_.newsletter AS newsletter_107, c13_.gender AS gender_108, c13_.note AS note_109, c13_.mainEmail AS mainEmail_110, c13_.mainPhone AS mainPhone_111, c13_.mainFax AS mainFax_112, c13_.mainUrl AS mainUrl_113, c13_.id AS id_114, c13_.created AS created_115, c13_.changed AS changed_116, m0_.idMediaTypes AS idMediaTypes_117, m0_.idPreviewImage AS idPreviewImage_118, m0_.idCollections AS idCollections_119, m0_.idUsersCreator AS idUsersCreator_120, m0_.idUsersChanger AS idUsersChanger_121, m2_.idCollectionsMetaDefault AS idCollectionsMetaDefault_122, m2_.idCollectionTypes AS idCollectionTypes_123, m2_.idCollectionsParent AS idCollectionsParent_124, m2_.idUsersCreator AS idUsersCreator_125, m2_.idUsersChanger AS idUsersChanger_126, m3_.idMedia AS idMedia_127, m3_.idUsersCreator AS idUsersCreator_128, m3_.idUsersChanger AS idUsersChanger_129, m4_.idFileVersionsMetaDefault AS idFileVersionsMetaDefault_130, m4_.idFiles AS idFiles_131, m4_.idUsersCreator AS idUsersCreator_132, m4_.idUsersChanger AS idUsersChanger_133, t5_.idUsersCreator AS idUsersCreator_134, t5_.idUsersChanger AS idUsersChanger_135, m6_.idFileVersions AS idFileVersions_136, m7_.idFileVersions AS idFileVersions_137, m8_.idFileVersions AS idFileVersions_138, m9_.idFileVersions AS idFileVersions_139, s10_.idContacts AS idContacts_140, s10_.idUsersCreator AS idUsersCreator_141, s10_.idUsersChanger AS idUsersChanger_142, c11_.idTitles AS idTitles_143, c11_.avatar AS avatar_144, c11_.idUsersCreator AS idUsersCreator_145, c11_.idUsersChanger AS idUsersChanger_146, s12_.idContacts AS idContacts_147, s12_.idUsersCreator AS idUsersCreator_148, s12_.idUsersChanger AS idUsersChanger_149, c13_.idTitles AS idTitles_150, c13_.avatar AS avatar_151, c13_.idUsersCreator AS idUsersCreator_152, c13_.idUsersChanger AS idUsersChanger_153 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id INNER JOIN me_files m3_ ON m0_.id = m3_.idMedia INNER JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles AND (m4_.version = m3_.version) LEFT JOIN me_file_version_tags m14_ ON m4_.id = m14_.idFileVersions LEFT JOIN ta_tags t5_ ON t5_.id = m14_.idTags LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id WHERE m0_.id IN (?) ORDER BY m0_.id ASC"
"params" => [
1 => 1443
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.322+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subVersion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadCounter_22, m4_.storageOptions AS storageOptions_23, m4_.mimeType AS mimeType_24, m4_.properties AS properties_25, m4_.focusPointX AS focusPointX_26, m4_.focusPointY AS focusPointY_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, m5_.crop_x AS crop_x_31, m5_.crop_y AS crop_y_32, m5_.crop_width AS crop_width_33, m5_.crop_height AS crop_height_34, m5_.format_key AS format_key_35, m6_.title AS title_36, m6_.description AS description_37, m6_.copyright AS copyright_38, m6_.credits AS credits_39, m6_.locale AS locale_40, m6_.id AS id_41, m7_.title AS title_42, m7_.description AS description_43, m7_.copyright AS copyright_44, m7_.credits AS credits_45, m7_.locale AS locale_46, m7_.id AS id_47, m8_.locale AS locale_48, m8_.id AS id_49, m9_.locale AS locale_50, m9_.id AS id_51, s10_.username AS username_52, s10_.password AS password_53, s10_.locale AS locale_54, s10_.salt AS salt_55, s10_.locked AS locked_56, s10_.enabled AS enabled_57, s10_.lastLogin AS lastLogin_58, s10_.confirmationKey AS confirmationKey_59, s10_.passwordResetToken AS passwordResetToken_60, s10_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_61, s10_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_62, s10_.privateKey AS privateKey_63, s10_.apiKey AS apiKey_64, s10_.email AS email_65, s10_.id AS id_66, s10_.created AS created_67, s10_.changed AS changed_68, c11_.firstName AS firstName_69, c11_.middleName AS middleName_70, c11_.lastName AS lastName_71, c11_.birthday AS birthday_72, c11_.salutation AS salutation_73, c11_.formOfAddress AS formOfAddress_74, c11_.newsletter AS newsletter_75, c11_.gender AS gender_76, c11_.note AS note_77, c11_.mainEmail AS mainEmail_78, c11_.mainPhone AS mainPhone_79, c11_.mainFax AS mainFax_80, c11_.mainUrl AS mainUrl_81, c11_.id AS id_82, c11_.created AS created_83, c11_.changed AS changed_84, s12_.username AS username_85, s12_.password AS password_86, s12_.locale AS locale_87, s12_.salt AS salt_88, s12_.locked AS locked_89, s12_.enabled AS enabled_90, s12_.lastLogin AS lastLogin_91, s12_.confirmationKey AS confirmationKey_92, s12_.passwordResetToken AS passwordResetToken_93, s12_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_94, s12_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_95, s12_.privateKey AS privateKey_96, s12_.apiKey AS apiKey_97, s12_.email AS email_98, s12_.id AS id_99, s12_.created AS created_100, s12_.changed AS changed_101, c13_.firstName AS firstName_102, c13_.middleName AS middleName_103, c13_.lastName AS lastName_104, c13_.birthday AS birthday_105, c13_.salutation AS salutation_106, c13_.formOfAddress AS formOfAddress_107, c13_.newsletter AS newsletter_108, c13_.gender AS gender_109, c13_.note AS note_110, c13_.mainEmail AS mainEmail_111, c13_.mainPhone AS mainPhone_112, c13_.mainFax AS mainFax_113, c13_.mainUrl AS mainUrl_114, c13_.id AS id_115, c13_.created AS created_116, c13_.changed AS changed_117, m14_.id AS id_118, m14_.created AS created_119, m14_.changed AS changed_120, m0_.idMediaTypes AS idMediaTypes_121, m0_.idPreviewImage AS idPreviewImage_122, m0_.idCollections AS idCollections_123, m0_.idUsersCreator AS idUsersCreator_124, m0_.idUsersChanger AS idUsersChanger_125, m2_.idCollectionsMetaDefault AS idCollectionsMetaDefault_126, m2_.idCollectionTypes AS idCollectionTypes_127, m2_.idCollectionsParent AS idCollectionsParent_128, m2_.idUsersCreator AS idUsersCreator_129, m2_.idUsersChanger AS idUsersChanger_130, m3_.idMedia AS idMedia_131, m3_.idUsersCreator AS idUsersCreator_132, m3_.idUsersChanger AS idUsersChanger_133, m4_.idFileVersionsMetaDefault AS idFileVersionsMetaDefault_134, m4_.idFiles AS idFiles_135, m4_.idUsersCreator AS idUsersCreator_136, m4_.idUsersChanger AS idUsersChanger_137, m5_.fileVersion AS fileVersion_138, m6_.idFileVersions AS idFileVersions_139, m7_.idFileVersions AS idFileVersions_140, m8_.idFileVersions AS idFileVersions_141, m9_.idFileVersions AS idFileVersions_142, s10_.idContacts AS idContacts_143, s10_.idUsersCreator AS idUsersCreator_144, s10_.idUsersChanger AS idUsersChanger_145, c11_.idTitles AS idTitles_146, c11_.avatar AS avatar_147, c11_.idUsersCreator AS idUsersCreator_148, c11_.idUsersChanger AS idUsersChanger_149, s12_.idContacts AS idContacts_150, s12_.idUsersCreator AS idUsersCreator_151, s12_.idUsersChanger AS idUsersChanger_152, c13_.idTitles AS idTitles_153, c13_.avatar AS avatar_154, c13_.idUsersCreator AS idUsersCreator_155, c13_.idUsersChanger AS idUsersChanger_156, m14_.idMediaTypes AS idMediaTypes_157, m14_.idPreviewImage AS idPreviewImage_158, m14_.idCollections AS idCollections_159, m14_.idUsersCreator AS idUsersCreator_160, m14_.idUsersChanger AS idUsersChanger_161 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id LEFT JOIN me_files m3_ ON m0_.id = m3_.idMedia LEFT JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles LEFT JOIN me_format_options m5_ ON m4_.id = m5_.fileVersion LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id LEFT JOIN me_media m14_ ON m0_.idPreviewImage = m14_.id WHERE m0_.id = ?"
"params" => [
1 => 1442
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.326+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "f9bed3c4-baa7-4edb-8360-acd1df289cd4"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.327+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/snippets/cta/erwin-is-happy-to-help-you"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.329+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/snippets/cta"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.329+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
"params" => [
1 => "/cmf/snippets/cta"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.347+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subVersion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadCounter_22, m4_.storageOptions AS storageOptions_23, m4_.mimeType AS mimeType_24, m4_.properties AS properties_25, m4_.focusPointX AS focusPointX_26, m4_.focusPointY AS focusPointY_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, m5_.crop_x AS crop_x_31, m5_.crop_y AS crop_y_32, m5_.crop_width AS crop_width_33, m5_.crop_height AS crop_height_34, m5_.format_key AS format_key_35, m6_.title AS title_36, m6_.description AS description_37, m6_.copyright AS copyright_38, m6_.credits AS credits_39, m6_.locale AS locale_40, m6_.id AS id_41, m7_.title AS title_42, m7_.description AS description_43, m7_.copyright AS copyright_44, m7_.credits AS credits_45, m7_.locale AS locale_46, m7_.id AS id_47, m8_.locale AS locale_48, m8_.id AS id_49, m9_.locale AS locale_50, m9_.id AS id_51, s10_.username AS username_52, s10_.password AS password_53, s10_.locale AS locale_54, s10_.salt AS salt_55, s10_.locked AS locked_56, s10_.enabled AS enabled_57, s10_.lastLogin AS lastLogin_58, s10_.confirmationKey AS confirmationKey_59, s10_.passwordResetToken AS passwordResetToken_60, s10_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_61, s10_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_62, s10_.privateKey AS privateKey_63, s10_.apiKey AS apiKey_64, s10_.email AS email_65, s10_.id AS id_66, s10_.created AS created_67, s10_.changed AS changed_68, c11_.firstName AS firstName_69, c11_.middleName AS middleName_70, c11_.lastName AS lastName_71, c11_.birthday AS birthday_72, c11_.salutation AS salutation_73, c11_.formOfAddress AS formOfAddress_74, c11_.newsletter AS newsletter_75, c11_.gender AS gender_76, c11_.note AS note_77, c11_.mainEmail AS mainEmail_78, c11_.mainPhone AS mainPhone_79, c11_.mainFax AS mainFax_80, c11_.mainUrl AS mainUrl_81, c11_.id AS id_82, c11_.created AS created_83, c11_.changed AS changed_84, s12_.username AS username_85, s12_.password AS password_86, s12_.locale AS locale_87, s12_.salt AS salt_88, s12_.locked AS locked_89, s12_.enabled AS enabled_90, s12_.lastLogin AS lastLogin_91, s12_.confirmationKey AS confirmationKey_92, s12_.passwordResetToken AS passwordResetToken_93, s12_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_94, s12_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_95, s12_.privateKey AS privateKey_96, s12_.apiKey AS apiKey_97, s12_.email AS email_98, s12_.id AS id_99, s12_.created AS created_100, s12_.changed AS changed_101, c13_.firstName AS firstName_102, c13_.middleName AS middleName_103, c13_.lastName AS lastName_104, c13_.birthday AS birthday_105, c13_.salutation AS salutation_106, c13_.formOfAddress AS formOfAddress_107, c13_.newsletter AS newsletter_108, c13_.gender AS gender_109, c13_.note AS note_110, c13_.mainEmail AS mainEmail_111, c13_.mainPhone AS mainPhone_112, c13_.mainFax AS mainFax_113, c13_.mainUrl AS mainUrl_114, c13_.id AS id_115, c13_.created AS created_116, c13_.changed AS changed_117, m14_.id AS id_118, m14_.created AS created_119, m14_.changed AS changed_120, m0_.idMediaTypes AS idMediaTypes_121, m0_.idPreviewImage AS idPreviewImage_122, m0_.idCollections AS idCollections_123, m0_.idUsersCreator AS idUsersCreator_124, m0_.idUsersChanger AS idUsersChanger_125, m2_.idCollectionsMetaDefault AS idCollectionsMetaDefault_126, m2_.idCollectionTypes AS idCollectionTypes_127, m2_.idCollectionsParent AS idCollectionsParent_128, m2_.idUsersCreator AS idUsersCreator_129, m2_.idUsersChanger AS idUsersChanger_130, m3_.idMedia AS idMedia_131, m3_.idUsersCreator AS idUsersCreator_132, m3_.idUsersChanger AS idUsersChanger_133, m4_.idFileVersionsMetaDefault AS idFileVersionsMetaDefault_134, m4_.idFiles AS idFiles_135, m4_.idUsersCreator AS idUsersCreator_136, m4_.idUsersChanger AS idUsersChanger_137, m5_.fileVersion AS fileVersion_138, m6_.idFileVersions AS idFileVersions_139, m7_.idFileVersions AS idFileVersions_140, m8_.idFileVersions AS idFileVersions_141, m9_.idFileVersions AS idFileVersions_142, s10_.idContacts AS idContacts_143, s10_.idUsersCreator AS idUsersCreator_144, s10_.idUsersChanger AS idUsersChanger_145, c11_.idTitles AS idTitles_146, c11_.avatar AS avatar_147, c11_.idUsersCreator AS idUsersCreator_148, c11_.idUsersChanger AS idUsersChanger_149, s12_.idContacts AS idContacts_150, s12_.idUsersCreator AS idUsersCreator_151, s12_.idUsersChanger AS idUsersChanger_152, c13_.idTitles AS idTitles_153, c13_.avatar AS avatar_154, c13_.idUsersCreator AS idUsersCreator_155, c13_.idUsersChanger AS idUsersChanger_156, m14_.idMediaTypes AS idMediaTypes_157, m14_.idPreviewImage AS idPreviewImage_158, m14_.idCollections AS idCollections_159, m14_.idUsersCreator AS idUsersCreator_160, m14_.idUsersChanger AS idUsersChanger_161 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id LEFT JOIN me_files m3_ ON m0_.id = m3_.idMedia LEFT JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles LEFT JOIN me_format_options m5_ ON m4_.id = m5_.fileVersion LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id LEFT JOIN me_media m14_ ON m0_.idPreviewImage = m14_.id WHERE m0_.id = ?"
"params" => [
1 => 613
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.352+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 {#8185
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php:28 {
Sulu\Component\Tag\Request\TagRequestHandler->getTags($tagsParameter = 'tags') …
› if (null !== $this->requestStack->getCurrentRequest()) {
› $tags = $this->requestStack->getCurrentRequest()->get($tagsParameter, '');
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:186 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // extends selected filter with requested tags
› $filters['websiteTags'] = $this->tagRequestHandler->getTags($params['tags_parameter']->getValue());
› $filters['websiteTagsOperator'] = $params['website_tags_operator']->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:104 {
Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->resolveSnippet(PropertyInterface $property) …
› /** @var array[] $resolvedSnippets */
› $resolvedSnippets = $this->snippetResolver->resolve(
› [$snippetUuid],
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:47 {
Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->getContentData(PropertyInterface $property) …
› {
› $resolvedSnippet = $this->resolveSnippet($property);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:91 {
Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->resolveContent(StructureInterface $structure, array $data): array …
› $contentType = $this->contentTypeManager->get($child->getContentTypeName());
› $content[$child->getName()] = $contentType->getContentData($child);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:70 {
Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->Sulu\Bundle\ArticleBundle\Document\Structure\{closure} …
› $initializer = null;
› $wrappedObject = new \ArrayObject($this->resolveContent($structure, $data));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77 {
Closure->__invoke …
› {
› $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77 {
ProxyManagerGeneratedProxy\__PM__\ArrayObject\Generated14dabc77d755f8a3361469d66c459841->count() …
› {
› $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Extension/CoreExtension.php:1417 {
Twig\Extension\CoreExtension::testEmpty($value): bool …
› if ($value instanceof \Countable) {
› return 0 === \count($value);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Extension/CoreExtension.php:902 {
Twig\Extension\CoreExtension::default($value, $default = '') …
› {
› if (self::testEmpty($value)) {
› return $default;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/templates/core/base.html.twig:32 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->block_meta(array $context, array $blocks = []): iterable …
› "seo": extension.seo|default([]),
› "content": content|default([]),
› "localizations": localizations|default([]),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:102 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
› // line 38
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php:53 {
__TwigTemplate_56a1461a1987a94de041b15cc280323a->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("core/base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php:53 {
__TwigTemplate_81a9775110436d82b11ad4fa1e75939f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:463 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:468 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:282 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:104 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
› } else {
› return $this->render(
› $viewTemplate,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.352+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 {#8182
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php"
#line: 742
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-foundation/Request.php:742 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php:28 {
Sulu\Component\Category\Request\CategoryRequestHandler->getCategories($categoriesParameter = '…10') …
› if (null !== $this->requestStack->getCurrentRequest()) {
› $categories = $this->requestStack->getCurrentRequest()->get($categoriesParameter, '');
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:190 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› // extends selected filter with requested categories
› $filters['websiteCategories'] = $this->categoryRequestHandler->getCategories(
› $params['categories_parameter']->getValue()
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:104 {
Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->resolveSnippet(PropertyInterface $property) …
› /** @var array[] $resolvedSnippets */
› $resolvedSnippets = $this->snippetResolver->resolve(
› [$snippetUuid],
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:47 {
Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->getContentData(PropertyInterface $property) …
› {
› $resolvedSnippet = $this->resolveSnippet($property);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:91 {
Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->resolveContent(StructureInterface $structure, array $data): array …
› $contentType = $this->contentTypeManager->get($child->getContentTypeName());
› $content[$child->getName()] = $contentType->getContentData($child);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:70 {
Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->Sulu\Bundle\ArticleBundle\Document\Structure\{closure} …
› $initializer = null;
› $wrappedObject = new \ArrayObject($this->resolveContent($structure, $data));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77 {
Closure->__invoke …
› {
› $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77 {
ProxyManagerGeneratedProxy\__PM__\ArrayObject\Generated14dabc77d755f8a3361469d66c459841->count() …
› {
› $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Extension/CoreExtension.php:1417 {
Twig\Extension\CoreExtension::testEmpty($value): bool …
› if ($value instanceof \Countable) {
› return 0 === \count($value);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Extension/CoreExtension.php:902 {
Twig\Extension\CoreExtension::default($value, $default = '') …
› {
› if (self::testEmpty($value)) {
› return $default;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/templates/core/base.html.twig:32 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->block_meta(array $context, array $blocks = []): iterable …
› "seo": extension.seo|default([]),
› "content": content|default([]),
› "localizations": localizations|default([]),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:102 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
› // line 38
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php:53 {
__TwigTemplate_56a1461a1987a94de041b15cc280323a->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("core/base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php:53 {
__TwigTemplate_81a9775110436d82b11ad4fa1e75939f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:463 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:468 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:282 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:104 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
› } else {
› return $this->render(
› $viewTemplate,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.358+00:00"
"message" => "User Deprecated: Specifying types in urls has been deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8405
#message: "User Deprecated: Specifying types in urls has been deprecated"
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Search.php"
#line: 36
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Search.php:36 {
Elasticsearch\Endpoints\Search->getURI(): string …
› if (isset($type)) {
› @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1926 {
Elasticsearch\Client->performRequest(AbstractEndpoint $endpoint) …
› $endpoint->getMethod(),
› $endpoint->getURI(),
› $endpoint->getParams(),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1353 {
Elasticsearch\Client->search(array $params = []) …
›
› return $this->performRequest($endpoint);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php:305 {
ONGR\ElasticsearchBundle\Service\Manager->search(array $types, array $query, array $queryStringParams = []) …
› $this->stopwatch('start', 'search');
› $result = $this->client->search($params);
› $this->stopwatch('stop', 'search');
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:289 {
ONGR\ElasticsearchBundle\Service\Repository->executeSearch(Search $search) …
› {
› return $this->getManager()->search([$this->getType()], $search->toArray(), $search->getUriParams());
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Repository.php:234 {
ONGR\ElasticsearchBundle\Service\Repository->findDocuments(Search $search) …
› {
› $results = $this->executeSearch($search);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Content/ArticleDataProvider.php:323 {
Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->getSearchResult(array $filters, ?int $limit, int $page, ?int $pageSize, ?string $locale, ?string $webspaceKey): Countable …
›
› return $repository->findDocuments($search);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Content/ArticleDataProvider.php:214 {
Sulu\Bundle\ArticleBundle\Content\ArticleDataProvider->resolveResourceItems(array $filters, array $propertyParameter, array $options = [], $limit = null, $page = 1, $pageSize = null) …
› $webspaceKey = $this->getWebspaceKey($propertyParameter, $options);
› $queryResult = $this->getSearchResult($filters, $limit, $page, $pageSize, $locale, $webspaceKey);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:246 {
Sulu\Component\SmartContent\ContentType->getContentData(PropertyInterface $property) …
› } else {
› $data = $provider->resolveResourceItems(
› $filters,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Component/SmartContent/ContentType.php:273 {
Sulu\Component\SmartContent\ContentType->getViewData(PropertyInterface $property) …
›
› $this->getContentData($property);
› $config = $property->getValue();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:134 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:104 {
Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->resolveSnippet(PropertyInterface $property) …
› /** @var array[] $resolvedSnippets */
› $resolvedSnippets = $this->snippetResolver->resolve(
› [$snippetUuid],
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Content/SingleSnippetSelection.php:47 {
Sulu\Bundle\SnippetBundle\Content\SingleSnippetSelection->getContentData(PropertyInterface $property) …
› {
› $resolvedSnippet = $this->resolveSnippet($property);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:91 {
Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->resolveContent(StructureInterface $structure, array $data): array …
› $contentType = $this->contentTypeManager->get($child->getContentTypeName());
› $content[$child->getName()] = $contentType->getContentData($child);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Document/Structure/ContentProxyFactory.php:70 {
Sulu\Bundle\ArticleBundle\Document\Structure\ContentProxyFactory->Sulu\Bundle\ArticleBundle\Document\Structure\{closure} …
› $initializer = null;
› $wrappedObject = new \ArrayObject($this->resolveContent($structure, $data));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77 {
Closure->__invoke …
› {
› $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/sulu/proxies/ProxyManagerGeneratedProxy__PM__ArrayObjectGenerated14dabc77d755f8a3361469d66c459841.php:77 {
ProxyManagerGeneratedProxy\__PM__\ArrayObject\Generated14dabc77d755f8a3361469d66c459841->count() …
› {
› $this->initializer54846 && ($this->initializer54846->__invoke($valueHolderb7a46, $this, 'count', array(), $this->initializer54846) || 1) && $this->valueHolderb7a46 = $valueHolderb7a46;
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Extension/CoreExtension.php:1417 {
Twig\Extension\CoreExtension::testEmpty($value): bool …
› if ($value instanceof \Countable) {
› return 0 === \count($value);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Extension/CoreExtension.php:902 {
Twig\Extension\CoreExtension::default($value, $default = '') …
› {
› if (self::testEmpty($value)) {
› return $default;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/templates/core/base.html.twig:32 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->block_meta(array $context, array $blocks = []): iterable …
› "seo": extension.seo|default([]),
› "content": content|default([]),
› "localizations": localizations|default([]),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:102 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
› // line 38
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php:53 {
__TwigTemplate_56a1461a1987a94de041b15cc280323a->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("core/base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php:53 {
__TwigTemplate_81a9775110436d82b11ad4fa1e75939f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:463 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:468 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:282 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:104 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
› } else {
› return $this->render(
› $viewTemplate,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.373+00:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("No alive nodes found in your cluster") in "core/base.html.twig" at line 32." at base.html.twig line 32"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#5112
#message: "An exception has been thrown during the rendering of a template ("No alive nodes found in your cluster") in "core/base.html.twig" at line 32."
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/templates/core/base.html.twig"
#line: 32
-previous: Elasticsearch\Common\Exceptions\NoNodesAvailableException {#8376 …}
-lineno: 32
-rawMessage: "An exception has been thrown during the rendering of a template ("No alive nodes found in your cluster")."
-source: Twig\Source {#8384 …}
-phpFile: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php"
-phpLine: 460
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/templates/core/base.html.twig:32 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› "seo": extension.seo|default([]),
› "content": content|default([]),
› "localizations": localizations|default([]),
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/69/69068fcac6f70bf3d007e414a7e1de7c.php:102 {
__TwigTemplate_ad6885739c7f9761d8d9c94a2858d0f1->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
› // line 38
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/96/9671c38deabcda007a22f1526526df27.php:53 {
__TwigTemplate_56a1461a1987a94de041b15cc280323a->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("core/base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/var/cache/website/dev/twig/8c/8ca10d1344b9aa6ba97f20e7199c2dea.php:53 {
__TwigTemplate_81a9775110436d82b11ad4fa1e75939f->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:463 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:468 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:282 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:104 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->renderArticle(Request $request, ArticleInterface $object, string $view, int $pageNumber, bool $preview, bool $partial, array $attributes = []): Response …
› } else {
› return $this->render(
› $viewTemplate,
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/sulu/article-bundle/Controller/WebsiteArticleController.php:46 {
Sulu\Bundle\ArticleBundle\Controller\WebsiteArticleController->indexAction(Request $request, ArticleInterface $object, string $view, int $pageNumber = 1, bool $preview = false, bool $partial = false): Response …
› ): Response {
› return $this->renderArticle($request, $object, $view, $pageNumber, $preview, $partial);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.508+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"
2 => "dev"
3 => "euromouldings"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container1OuJpve\TrustedCookieResponseListenerGhost75a5183::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.540+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"
]
]
8529 => [
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.374+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 {#8594
#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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.375+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 {#8614
#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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.383+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.384+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.384+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.384+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.384+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.384+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.384+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.504+00:00"
"message" => "Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9467
#message: "Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated"
#code: 0
#file: "/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php"
#line: 191
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php:191 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->addQuery($route, $record, $queryBody) …
› {
› parse_str(parse_url($record['context']['uri'], PHP_URL_QUERY), $httpParameters);
› $body = json_decode(trim($queryBody, " '\r\t\n"));
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php:174 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->handleRecords($route, $records) …
› $this->data['time'] += $record['context']['duration'];
› $this->addQuery($route, $record, $queryBody);
› } else {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php:48 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->doCollect(Request $request, Response $response, $exception = null) …
› if ($handler instanceof CollectionHandler) {
› $this->handleRecords($this->getRoute($request), $handler->getRecords());
› $handler->clearRecords();
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/CollectTrait.php:30 {
ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler->collect(Request $request, Response $response, ?Throwable $exception = null) …
› {
› return $this->doCollect($request, $response, $exception);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/euromouldings.accept.vzw.io/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Container1OuJpve\TrustedCookieResponseListenerGhost75a5183::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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" => 1786370627
"timestamp_rfc3339" => "2026-08-10T14:03:47.505+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
8529 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#175 …}
} |