| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#221
-records: [
"" => [
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.629+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.system.configuration.get"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration"
]
"channel" => "event"
]
]
2 => [
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.637+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "UTF8MB4"
"host" => ""
"user" => "pimcore"
"password" => "<redacted>"
"dbname" => "pimcore"
"port" => 3306
"idle_connection_ttl" => 600
"driverOptions" => [
1002 => "SET sql_mode = '';"
]
"defaultTableOptions" => [
"charset" => "UTF8MB4"
"engine" => "InnoDB"
"collate" => "utf8mb4_general_ci"
]
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.672+01:00"
"message" => "Failed to fetch items: Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
"priority" => 300
"priorityName" => "WARNING"
"context" => [
"keys" => [
"site_domain_b15bf5b867a4ab50910033e6aadefca8"
]
"exception" => Symfony\Component\Cache\Exception\InvalidArgumentException {#1643
#message: "Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php"
#line: 313
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:313 {
Symfony\Component\Cache\Adapter\RedisAdapter::Symfony\Component\Cache\Traits\{closure} …
› } catch (\RedisException|\Relay\Exception $e) {
› throw new InvalidArgumentException('Redis connection failed: '.$e->getMessage());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/Redis6ProxyTrait.php:37 {
Symfony\Component\Cache\Traits\Redis6Proxy->mget($keys): Redis|array|false …
› {
› return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->mget(...\func_get_args());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:443 {
Symfony\Component\Cache\Adapter\RedisTagAwareAdapter->doFetch(array $ids): iterable …
› } else {
› $values = $this->redis->mget($ids);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter->getItems(array $keys = []): iterable …
› try {
› $items = $this->doFetch($ids);
› } catch (\Exception $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TraceableAdapter.php:128 {
Symfony\Component\Cache\Adapter\TraceableAdapter->getItems(array $keys = []): iterable …
› try {
› $result = $this->pool->getItems($keys);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:157 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItems(array $keys = []): iterable …
› try {
› $items = $this->pool->getItems($keys);
› } catch (InvalidArgumentException $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:136 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItem(mixed $key): CacheItem …
› {
› foreach ($this->getItems([$key]) as $item) {
› return $item;
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:269 {
Pimcore\Cache\Core\CoreCacheHandler->getItem(string $key): CacheItem …
› {
› $item = $this->pool->getItem($key);
› if ($item->isHit()) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:251 {
Pimcore\Cache\Core\CoreCacheHandler->load(string $key): mixed …
›
› $item = $this->getItem($key);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache.php:72 {
Pimcore\Cache::load(string $key): mixed …
› {
› return static::getHandler()->load($key);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Site.php:115 {
Pimcore\Model\Site::getByDomain(string $domain): Site …
› $site = RuntimeCache::get($cacheKey);
› } elseif (!$site = Cache::load($cacheKey)) {
› try {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/bundles/CoreBundle/src/EventListener/Frontend/RoutingListener.php:112 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener->resolveSite(Request $request, string $path): string …
› $host = $request->getHost();
› $site = Site::getByDomain($host);
› } elseif ($this->requestHelper->isObjectPreviewRequestByAdmin($request)) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/bundles/CoreBundle/src/EventListener/Frontend/RoutingListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener->onKernelRequest(RequestEvent $event): void …
› // resolve current site from request
› $this->resolveSite($request, $path);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
"cache-adapter" => "Symfony\Component\Cache\Adapter\RedisTagAwareAdapter"
]
"channel" => "cache"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.673+01:00"
"message" => "Failed to fetch items: Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
"priority" => 300
"priorityName" => "WARNING"
"context" => [
"keys" => [
"\x00tags\x00site_domain_b15bf5b867a4ab50910033e6aadefca8" => "\x00tags\x00site_domain_b15bf5b867a4ab50910033e6aadefca8"
]
"exception" => Symfony\Component\Cache\Exception\InvalidArgumentException {#1633
#message: "Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php"
#line: 313
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:313 {
Symfony\Component\Cache\Adapter\RedisAdapter::Symfony\Component\Cache\Traits\{closure} …
› } catch (\RedisException|\Relay\Exception $e) {
› throw new InvalidArgumentException('Redis connection failed: '.$e->getMessage());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/Redis6ProxyTrait.php:37 {
Symfony\Component\Cache\Traits\Redis6Proxy->mget($keys): Redis|array|false …
› {
› return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->mget(...\func_get_args());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:443 {
Symfony\Component\Cache\Adapter\RedisTagAwareAdapter->doFetch(array $ids): iterable …
› } else {
› $values = $this->redis->mget($ids);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter->getItems(array $keys = []): iterable …
› try {
› $items = $this->doFetch($ids);
› } catch (\Exception $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TraceableAdapter.php:128 {
Symfony\Component\Cache\Adapter\TraceableAdapter->getItems(array $keys = []): iterable …
› try {
› $result = $this->pool->getItems($keys);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:180 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItems(array $keys = []): iterable …
› if ($tagKeys) {
› foreach ($this->pool->getItems($tagKeys) as $key => $item) {
› if ($item->isHit()) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:136 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItem(mixed $key): CacheItem …
› {
› foreach ($this->getItems([$key]) as $item) {
› return $item;
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:269 {
Pimcore\Cache\Core\CoreCacheHandler->getItem(string $key): CacheItem …
› {
› $item = $this->pool->getItem($key);
› if ($item->isHit()) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:251 {
Pimcore\Cache\Core\CoreCacheHandler->load(string $key): mixed …
›
› $item = $this->getItem($key);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache.php:72 {
Pimcore\Cache::load(string $key): mixed …
› {
› return static::getHandler()->load($key);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Site.php:115 {
Pimcore\Model\Site::getByDomain(string $domain): Site …
› $site = RuntimeCache::get($cacheKey);
› } elseif (!$site = Cache::load($cacheKey)) {
› try {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/bundles/CoreBundle/src/EventListener/Frontend/RoutingListener.php:112 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener->resolveSite(Request $request, string $path): string …
› $host = $request->getHost();
› $site = Site::getByDomain($host);
› } elseif ($this->requestHelper->isObjectPreviewRequestByAdmin($request)) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/bundles/CoreBundle/src/EventListener/Frontend/RoutingListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener->onKernelRequest(RequestEvent $event): void …
› // resolve current site from request
› $this->resolveSite($request, $path);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
"cache-adapter" => "Symfony\Component\Cache\Adapter\RedisTagAwareAdapter"
]
"channel" => "cache"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.673+01:00"
"message" => "Key {key} doesn't exist in cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_domain_b15bf5b867a4ab50910033e6aadefca8"
]
"channel" => "cache"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.675+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?"
"params" => [
1 => "pimcore.genvelo.com"
2 => "%"pimcore.genvelo.com"%"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.676+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id,domains FROM sites"
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.683+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM tmp_store WHERE id = ?"
"params" => [
1 => "maintenance_mode"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.692+01:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "//sito/wp-includes/wlwmanifest.xml/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.699+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/sito/wp-includes/"
2 => "wlwmanifest.xml"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.700+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/sito/wp-includes/wlwmanifest.xml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.700+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/sito/wp-includes/"
2 => "wlwmanifest.xml"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.700+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/sito/wp-includes/wlwmanifest.xml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.701+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/sito/"
2 => "wp-includes"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.701+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/sito/wp-includes"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.701+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/"
2 => "sito"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.701+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/sito"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.702+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/"
2 => ""
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.702+01:00"
"message" => "Failed to fetch items: Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
"priority" => 300
"priorityName" => "WARNING"
"context" => [
"keys" => [
"document_1"
]
"exception" => Symfony\Component\Cache\Exception\InvalidArgumentException {#1679
#message: "Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php"
#line: 313
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:313 {
Symfony\Component\Cache\Adapter\RedisAdapter::Symfony\Component\Cache\Traits\{closure} …
› } catch (\RedisException|\Relay\Exception $e) {
› throw new InvalidArgumentException('Redis connection failed: '.$e->getMessage());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/Redis6ProxyTrait.php:37 {
Symfony\Component\Cache\Traits\Redis6Proxy->mget($keys): Redis|array|false …
› {
› return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->mget(...\func_get_args());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:443 {
Symfony\Component\Cache\Adapter\RedisTagAwareAdapter->doFetch(array $ids): iterable …
› } else {
› $values = $this->redis->mget($ids);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter->getItems(array $keys = []): iterable …
› try {
› $items = $this->doFetch($ids);
› } catch (\Exception $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TraceableAdapter.php:128 {
Symfony\Component\Cache\Adapter\TraceableAdapter->getItems(array $keys = []): iterable …
› try {
› $result = $this->pool->getItems($keys);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:157 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItems(array $keys = []): iterable …
› try {
› $items = $this->pool->getItems($keys);
› } catch (InvalidArgumentException $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:136 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItem(mixed $key): CacheItem …
› {
› foreach ($this->getItems([$key]) as $item) {
› return $item;
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:269 {
Pimcore\Cache\Core\CoreCacheHandler->getItem(string $key): CacheItem …
› {
› $item = $this->pool->getItem($key);
› if ($item->isHit()) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:251 {
Pimcore\Cache\Core\CoreCacheHandler->load(string $key): mixed …
›
› $item = $this->getItem($key);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache.php:72 {
Pimcore\Cache::load(string $key): mixed …
› {
› return static::getHandler()->load($key);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Document.php:207 {
Pimcore\Model\Document::getById(string|int $id, array $params = []): ?static …
›
› if ($params['force'] || !($document = \Pimcore\Cache::load($cacheKey))) {
› $reflectionClass = new ReflectionClass(static::class);
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Document.php:157 {
Pimcore\Model\Document::getByPath(string $path, array $params = []): ?static …
› $helperDoc->getDao()->getByPath($path);
› $doc = static::getById($helperDoc->getId(), $params);
› RuntimeCache::set($cacheKey, $doc);
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Document/Service.php:486 {
Pimcore\Model\Document\Service->getNearestDocumentByPath(Symfony\Component\HttpFoundation\Request|string $path, bool $ignoreHardlinks = false, array $types = []): Document …
› foreach ($paths as $p) {
› if ($document = Document::getByPath($p)) {
› if (empty($types) || in_array($document->getType(), $types)) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php:137 {
Pimcore\Routing\Dynamic\DocumentRouteHandler->matchRequest(RouteCollection $collection, DynamicRequestContext $context): void …
› if (!$document instanceof Document) {
› $hardlinkedParentDocument = $this->documentService->getNearestDocumentByPath($context->getPath(), true);
› if ($hardlinkedParentDocument instanceof Document\Hardlink) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php:75 {
Pimcore\Routing\DynamicRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› foreach ($this->handlers as $handler) {
› $handler->matchRequest($collection, new DynamicRequestContext($request, $path, $originalPath));
› }
}
/www/wwwroot/pimcore.genvelo.com/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)) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
"cache-adapter" => "Symfony\Component\Cache\Adapter\RedisTagAwareAdapter"
]
"channel" => "cache"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.703+01:00"
"message" => "Failed to fetch items: Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
"priority" => 300
"priorityName" => "WARNING"
"context" => [
"keys" => [
"\x00tags\x00document_1" => "\x00tags\x00document_1"
]
"exception" => Symfony\Component\Cache\Exception\InvalidArgumentException {#1786
#message: "Redis connection failed: php_network_getaddresses: getaddrinfo for redis failed: Temporary failure in name resolution"
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php"
#line: 313
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:313 {
Symfony\Component\Cache\Adapter\RedisAdapter::Symfony\Component\Cache\Traits\{closure} …
› } catch (\RedisException|\Relay\Exception $e) {
› throw new InvalidArgumentException('Redis connection failed: '.$e->getMessage());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/Redis6ProxyTrait.php:37 {
Symfony\Component\Cache\Traits\Redis6Proxy->mget($keys): Redis|array|false …
› {
› return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->mget(...\func_get_args());
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/RedisTrait.php:443 {
Symfony\Component\Cache\Adapter\RedisTagAwareAdapter->doFetch(array $ids): iterable …
› } else {
› $values = $this->redis->mget($ids);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter->getItems(array $keys = []): iterable …
› try {
› $items = $this->doFetch($ids);
› } catch (\Exception $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TraceableAdapter.php:128 {
Symfony\Component\Cache\Adapter\TraceableAdapter->getItems(array $keys = []): iterable …
› try {
› $result = $this->pool->getItems($keys);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:180 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItems(array $keys = []): iterable …
› if ($tagKeys) {
› foreach ($this->pool->getItems($tagKeys) as $key => $item) {
› if ($item->isHit()) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/cache/Adapter/TagAwareAdapter.php:136 {
Symfony\Component\Cache\Adapter\TagAwareAdapter->getItem(mixed $key): CacheItem …
› {
› foreach ($this->getItems([$key]) as $item) {
› return $item;
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:269 {
Pimcore\Cache\Core\CoreCacheHandler->getItem(string $key): CacheItem …
› {
› $item = $this->pool->getItem($key);
› if ($item->isHit()) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:251 {
Pimcore\Cache\Core\CoreCacheHandler->load(string $key): mixed …
›
› $item = $this->getItem($key);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Cache.php:72 {
Pimcore\Cache::load(string $key): mixed …
› {
› return static::getHandler()->load($key);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Document.php:207 {
Pimcore\Model\Document::getById(string|int $id, array $params = []): ?static …
›
› if ($params['force'] || !($document = \Pimcore\Cache::load($cacheKey))) {
› $reflectionClass = new ReflectionClass(static::class);
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Document.php:157 {
Pimcore\Model\Document::getByPath(string $path, array $params = []): ?static …
› $helperDoc->getDao()->getByPath($path);
› $doc = static::getById($helperDoc->getId(), $params);
› RuntimeCache::set($cacheKey, $doc);
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/models/Document/Service.php:486 {
Pimcore\Model\Document\Service->getNearestDocumentByPath(Symfony\Component\HttpFoundation\Request|string $path, bool $ignoreHardlinks = false, array $types = []): Document …
› foreach ($paths as $p) {
› if ($document = Document::getByPath($p)) {
› if (empty($types) || in_array($document->getType(), $types)) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php:137 {
Pimcore\Routing\Dynamic\DocumentRouteHandler->matchRequest(RouteCollection $collection, DynamicRequestContext $context): void …
› if (!$document instanceof Document) {
› $hardlinkedParentDocument = $this->documentService->getNearestDocumentByPath($context->getPath(), true);
› if ($hardlinkedParentDocument instanceof Document\Hardlink) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php:75 {
Pimcore\Routing\DynamicRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› foreach ($this->handlers as $handler) {
› $handler->matchRequest($collection, new DynamicRequestContext($request, $path, $originalPath));
› }
}
/www/wwwroot/pimcore.genvelo.com/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)) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
"cache-adapter" => "Symfony\Component\Cache\Adapter\RedisTagAwareAdapter"
]
"channel" => "cache"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.703+01:00"
"message" => "Key {key} doesn't exist in cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_1"
]
"channel" => "cache"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.703+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n
LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'\n
WHERE documents.id = ?
"""
"params" => [
1 => 1
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.706+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'\n
WHERE documents.id = ?
"""
"params" => [
1 => 1
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.708+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM object_url_slugs WHERE slug = '//sito/wp-includes/wlwmanifest.xml' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.708+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.708+01:00"
"message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "//sito/wp-includes/wlwmanifest.xml".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Gcs\JsonRequestBundle\EventListener\JsonListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.709+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.710+01:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1728
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_CachedReaderService.php:23 {
ContainerS0mBSOR\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:822 {
ContainerS0mBSOR\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3704 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:2922 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:857 {
ContainerS0mBSOR\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3117 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:1507 {
ContainerS0mBSOR\App_KernelDevDebugContainer::ContainerS0mBSOR\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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';
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/wwwroot/pimcore.genvelo.com/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 {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.711+01:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1729
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_ReaderService.php:23 {
ContainerS0mBSOR\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:822 {
ContainerS0mBSOR\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_CachedReaderService.php:25 {
ContainerS0mBSOR\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:822 {
ContainerS0mBSOR\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3704 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:2922 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:857 {
ContainerS0mBSOR\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3117 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:1507 {
ContainerS0mBSOR\App_KernelDevDebugContainer::ContainerS0mBSOR\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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';
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/wwwroot/pimcore.genvelo.com/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 {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.715+01:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1758
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_CacheAdapterService.php:23 {
ContainerS0mBSOR\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:822 {
ContainerS0mBSOR\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getAnnotations_CachedReaderService.php:25 {
ContainerS0mBSOR\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:822 {
ContainerS0mBSOR\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3704 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:2922 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:857 {
ContainerS0mBSOR\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3117 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:1507 {
ContainerS0mBSOR\App_KernelDevDebugContainer::ContainerS0mBSOR\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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';
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/wwwroot/pimcore.genvelo.com/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 {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.715+01:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1746
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3704 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:2922 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:857 {
ContainerS0mBSOR\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3117 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:1507 {
ContainerS0mBSOR\App_KernelDevDebugContainer::ContainerS0mBSOR\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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';
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/wwwroot/pimcore.genvelo.com/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 {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.724+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://pimcore.genvelo.com//sito/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1702
#message: "No route found for "GET https://pimcore.genvelo.com//sito/wp-includes/wlwmanifest.xml""
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1736 …}
-statusCode: 404
-headers: []
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.791+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.792+01:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.800+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.801+01: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"
]
]
1943 => [
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Gcs\JsonRequestBundle\EventListener\JsonListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.727+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.730+01:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2041
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/www/wwwroot/pimcore.genvelo.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3410 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:3394 {
ContainerS0mBSOR\App_KernelDevDebugContainer::getSerializer2Service($container) …
› $c = ($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? self::getTranslatorInterfaceService($container));
› $d = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
›
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/getErrorControllerService.php:29 {
ContainerS0mBSOR\getErrorControllerService::do($container, $lazyLoad = true) …
›
› return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializer2Service($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
› }
}
/www/wwwroot/pimcore.genvelo.com/var/cache/dev/ContainerS0mBSOR/App_KernelDevDebugContainer.php:822 {
ContainerS0mBSOR\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/dependency-injection/Container.php:211 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› if (!str_contains($controller, '::')) {
› $controller = $this->instantiateController($controller);
›
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/www/wwwroot/pimcore.genvelo.com/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 {
}
/www/wwwroot/pimcore.genvelo.com/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/wwwroot/pimcore.genvelo.com/public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.735+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.740+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.740+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.740+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.740+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerS0mBSOR\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.740+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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" => 1761916936
"timestamp_rfc3339" => "2025-10-31T14:22:16.790+01: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
2 => 1
1943 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#215 …}
} |