| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#328
-records: [
"" => [
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.194+00:00"
"message" => "User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#29
#message: "User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio."
#code: 0
#file: "/var/www/html/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/src/PimcoreSimpleBackendSearchBundle.php"
#line: 31
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/src/PimcoreSimpleBackendSearchBundle.php:31 {
Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle->__construct() …
› {
› trigger_deprecation(
› 'pimcore/simple-backend-search-bundle',
}
/var/www/html/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:157 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› if ($envs[$this->environment] ?? $envs['all'] ?? false) {
› yield new $class();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:186 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:138 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/public/index.php:27 {
{closure} …
› Bootstrap::bootstrap();
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/vendor/autoload_runtime.php:27 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.195+00:00"
"message" => "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#35
#message: "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
#code: 0
#file: "/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php"
#line: 40
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php:40 {
Pimcore\Bundle\AdminBundle\PimcoreAdminBundle->__construct() …
› {
› trigger_deprecation(
› 'pimcore/admin-ui-classic-bundle',
}
/var/www/html/vendor/pimcore/data-hub/src/PimcoreDataHubBundle.php:56 {
Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle::registerDependentBundles(BundleCollection $collection): void …
› {
› $collection->addBundle(new PimcoreAdminBundle(), 60);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/LazyLoadedItem.php:80 {
Pimcore\HttpKernel\BundleCollection\LazyLoadedItem->registerDependencies(BundleCollection $collection): void …
› $className = $this->className;
› $className::registerDependentBundles($collection);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:50 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->add(ItemInterface $item): static …
› // sort order can be influenced by specifying a priority on the item
› $item->registerDependencies($this);
›
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:132 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->addBundle(Symfony\Component\HttpKernel\Bundle\BundleInterface|string $bundle, int $priority = 0, array $environments = []): static …
›
› return $this->add($item);
› }
}
/var/www/html/vendor/pimcore/data-importer/src/PimcoreDataImporterBundle.php:157 {
Pimcore\Bundle\DataImporterBundle\PimcoreDataImporterBundle::registerDependentBundles(BundleCollection $collection): void …
› {
› $collection->addBundle(PimcoreDataHubBundle::class, 20);
› $collection->addBundle(new FlysystemBundle());
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/Item.php:54 {
Pimcore\HttpKernel\BundleCollection\Item->registerDependencies(BundleCollection $collection): void …
› if ($this->bundle instanceof DependentBundleInterface) {
› $this->bundle::registerDependentBundles($collection);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:50 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->add(ItemInterface $item): static …
› // sort order can be influenced by specifying a priority on the item
› $item->registerDependencies($this);
›
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:132 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->addBundle(Symfony\Component\HttpKernel\Bundle\BundleInterface|string $bundle, int $priority = 0, array $environments = []): static …
›
› return $this->add($item);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:187 {
Pimcore\Kernel->registerBundles(): array …
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
› }
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:138 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/public/index.php:27 {
{closure} …
› Bootstrap::bootstrap();
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/vendor/autoload_runtime.php:27 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.195+00:00"
"message" => "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#42
#message: "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
#code: 0
#file: "/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php"
#line: 40
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php:40 {
Pimcore\Bundle\AdminBundle\PimcoreAdminBundle->__construct() …
› {
› trigger_deprecation(
› 'pimcore/admin-ui-classic-bundle',
}
/var/www/html/vendor/pimcore/data-importer/src/PimcoreDataImporterBundle.php:159 {
Pimcore\Bundle\DataImporterBundle\PimcoreDataImporterBundle::registerDependentBundles(BundleCollection $collection): void …
› $collection->addBundle(new FlysystemBundle());
› $collection->addBundle(new PimcoreAdminBundle(), 60);
› $collection->addBundle(
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/Item.php:54 {
Pimcore\HttpKernel\BundleCollection\Item->registerDependencies(BundleCollection $collection): void …
› if ($this->bundle instanceof DependentBundleInterface) {
› $this->bundle::registerDependentBundles($collection);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:50 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->add(ItemInterface $item): static …
› // sort order can be influenced by specifying a priority on the item
› $item->registerDependencies($this);
›
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:132 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->addBundle(Symfony\Component\HttpKernel\Bundle\BundleInterface|string $bundle, int $priority = 0, array $environments = []): static …
›
› return $this->add($item);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:187 {
Pimcore\Kernel->registerBundles(): array …
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
› }
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:138 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/public/index.php:27 {
{closure} …
› Bootstrap::bootstrap();
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/vendor/autoload_runtime.php:27 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.195+00:00"
"message" => "User Deprecated: Since pimcore/perspective-editor-bundle 2.2: The PerspectiveEditorBundle is deprecated and will be discontinued with Pimcore Studio."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#44
#message: "User Deprecated: Since pimcore/perspective-editor-bundle 2.2: The PerspectiveEditorBundle is deprecated and will be discontinued with Pimcore Studio."
#code: 0
#file: "/var/www/html/vendor/pimcore/perspective-editor/src/PimcorePerspectiveEditorBundle.php"
#line: 36
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/pimcore/perspective-editor/src/PimcorePerspectiveEditorBundle.php:36 {
Pimcore\Bundle\PerspectiveEditorBundle\PimcorePerspectiveEditorBundle->__construct() …
› {
› trigger_deprecation(
› 'pimcore/perspective-editor-bundle',
}
/var/www/html/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:157 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› if ($envs[$this->environment] ?? $envs['all'] ?? false) {
› yield new $class();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:186 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:138 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/public/index.php:27 {
{closure} …
› Bootstrap::bootstrap();
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/vendor/autoload_runtime.php:27 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.195+00:00"
"message" => "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#47
#message: "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
#code: 0
#file: "/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php"
#line: 40
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php:40 {
Pimcore\Bundle\AdminBundle\PimcoreAdminBundle->__construct() …
› {
› trigger_deprecation(
› 'pimcore/admin-ui-classic-bundle',
}
/var/www/html/vendor/pimcore/perspective-editor/src/PimcorePerspectiveEditorBundle.php:54 {
Pimcore\Bundle\PerspectiveEditorBundle\PimcorePerspectiveEditorBundle::registerDependentBundles(BundleCollection $collection): void …
› {
› $collection->addBundle(new PimcoreAdminBundle(), 60);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/Item.php:54 {
Pimcore\HttpKernel\BundleCollection\Item->registerDependencies(BundleCollection $collection): void …
› if ($this->bundle instanceof DependentBundleInterface) {
› $this->bundle::registerDependentBundles($collection);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:50 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->add(ItemInterface $item): static …
› // sort order can be influenced by specifying a priority on the item
› $item->registerDependencies($this);
›
}
/var/www/html/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:132 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->addBundle(Symfony\Component\HttpKernel\Bundle\BundleInterface|string $bundle, int $priority = 0, array $environments = []): static …
›
› return $this->add($item);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:187 {
Pimcore\Kernel->registerBundles(): array …
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
› }
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:138 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/public/index.php:27 {
{closure} …
› Bootstrap::bootstrap();
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/vendor/autoload_runtime.php:27 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.195+00:00"
"message" => "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#93
#message: "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
#code: 0
#file: "/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php"
#line: 40
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php:40 {
Pimcore\Bundle\AdminBundle\PimcoreAdminBundle->__construct() …
› {
› trigger_deprecation(
› 'pimcore/admin-ui-classic-bundle',
}
/var/www/html/src/Kernel.php:29 {
App\Kernel->registerBundlesToCollection(BundleCollection $collection): void …
› if (class_exists(PimcoreAdminBundle::class)) {
› $collection->addBundle(new PimcoreAdminBundle(), 60);
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:195 {
Pimcore\Kernel->registerBundles(): array …
› // custom bundles
› $this->registerBundlesToCollection($collection);
›
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:356 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:761 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Kernel.php:138 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/public/index.php:27 {
{closure} …
› Bootstrap::bootstrap();
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/vendor/autoload_runtime.php:27 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.195+00: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"
]
]
16 => [
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.198+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.198+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.198+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.200+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: "Untrusted Host "8.222.134.21"." at HttpKernel.php line 83"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#1512
#message: "Untrusted Host "8.222.134.21"."
#code: 0
#file: "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
#line: 83
-previous: Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException {#1504 …}
-statusCode: 400
-headers: []
trace: {
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:83 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($e instanceof RequestExceptionInterface) {
› $e = new BadRequestHttpException($e->getMessage(), $e);
› }
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/var/www/html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:16 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiExceptionSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.282+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\Csp\CspHeaderSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\RateLimitSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.283+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
1724 => [
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\RateLimitSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiContextSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.201+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.202+00:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.202+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\StudioBackendBundle\Bundle\ApplicationLogger\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\StudioBackendBundle\Bundle\CustomReport\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\DataHubBundle\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container3vS5O5F\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.203+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.277+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.277+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.277+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.277+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\Csp\CspHeaderSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\RateLimitSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00: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" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.278+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1782821218
"timestamp_rfc3339" => "2026-06-30T12:06:58.279+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
16 => 1
1724 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#327 …}
} |