| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#403
-records: [
"" => [
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.687+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#108
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:188 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\PimcoreEnterpriseSubscriptionToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#49
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\PimcoreEnterpriseSubscriptionToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Pimcore\AssetMetadataClassDefinitionsBundle\PimcoreAssetMetadataClassDefinitionsBundle::registerDependentBundles(BundleCollection $collection): void …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/Item.php:57 {
Pimcore\HttpKernel\BundleCollection\Item->registerDependencies(BundleCollection $collection): void …
› if ($this->bundle instanceof DependentBundleInterface) {
› $this->bundle::registerDependentBundles($collection);
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:52 {
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/webovi/laticrete/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:134 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->addBundle(Symfony\Component\HttpKernel\Bundle\BundleInterface|string $bundle, int $priority = 0, array $environments = []): static …
›
› return $this->add($item);
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:189 {
Pimcore\Kernel->registerBundles(): array …
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\PimcorePortalEngineBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#23
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\PimcorePortalEngineBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:188 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubFileExportBundle\PimcoreDataHubFileExportBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#15
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubFileExportBundle\PimcoreDataHubFileExportBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:188 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Factory\ImporterBundle\FactoryImporterBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#131
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Factory\ImporterBundle\FactoryImporterBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/src/Kernel.php:33 {
App\Kernel->registerBundlesToCollection(BundleCollection $collection): void …
› $collection->addBundle(new PimcoreAdminBundle(), 60);
› if (class_exists(\Factory\ImporterBundle\FactoryImporterBundle::class)) {
› $collection->addBundle(new \Factory\ImporterBundle\FactoryImporterBundle());
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:197 {
Pimcore\Kernel->registerBundles(): array …
› // custom bundles
› $this->registerBundlesToCollection($collection);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#409
#message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/templating/EngineInterface.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/templating/EngineInterface.php:14 {
include_once …
›
› trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', EngineInterface::class);
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:962 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/Breadcrumbs.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
}
/var/www/webovi/laticrete/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:417 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:155 {
Pimcore\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#401
#message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/templating/StreamingEngineInterface.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/templating/StreamingEngineInterface.php:14 {
include_once …
›
› trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', StreamingEngineInterface::class);
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:963 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
}
/var/www/webovi/laticrete/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:417 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:155 {
Pimcore\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.688+00:00"
"message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#400
#message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/templating/DelegatingEngine.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/templating/DelegatingEngine.php:14 {
include_once …
›
› trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', DelegatingEngine::class);
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:964 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
› include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
}
/var/www/webovi/laticrete/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:417 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:155 {
Pimcore\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Kernel.php:140 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/webovi/laticrete/vendor/pimcore/pimcore/lib/Bootstrap.php:255 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/webovi/laticrete/public/index.php:30 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/webovi/laticrete/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/webovi/laticrete/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.689+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"
]
]
2 => [
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.693+00:00"
"message" => "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#606
#message: "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Doctrine\DBAL\Types\Type::addType($name, $className) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:206 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->initializeTypes(): void …
› } else {
› Type::addType($typeName, $typeConfig['class']);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:77 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1847 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => '10.11.12.3', 'port' => '3306', 'user' => 'laticrete', 'password' => 'neihaighev3beeKo', 'dbname' => 'laticrete_dev', 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'serverVersion' => '8.0.35-cluster', 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $b, $a, ['enum' => 'string', 'bit' => 'boolean']);
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1671 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getLockFactoryService($container) …
› {
› $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1313 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getStaticPageGeneratorService($container) …
› }
› $b = ($container->services['Symfony\\Component\\Lock\\LockFactory'] ?? self::getLockFactoryService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:3238 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getStaticPageGeneratorListenerService($container) …
› {
› $container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener(($container->services['Pimcore\\Document\\StaticPageGenerator'] ?? self::getStaticPageGeneratorService($container)), ($container->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? self::getDocumentResolverService($container)), ($container->services['Pimcore\\Http\\RequestHelper'] ?? self::getRequestHelperService($container)), ($container->services['Pimcore\\Config'] ??= new \Pimcore\Config()));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:2316 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› $instance->addListener('pimcore.document.postUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onPostAddUpdateDeleteDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelRequest'], 510);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelResponse'], -120);
}
/var/www/webovi/laticrete/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';
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/webovi/laticrete/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);
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.693+00:00"
"message" => "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#607
#message: "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Doctrine\DBAL\Types\Type::addType($name, $className) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:206 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->initializeTypes(): void …
› } else {
› Type::addType($typeName, $typeConfig['class']);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:77 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1847 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => '10.11.12.3', 'port' => '3306', 'user' => 'laticrete', 'password' => 'neihaighev3beeKo', 'dbname' => 'laticrete_dev', 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'serverVersion' => '8.0.35-cluster', 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $b, $a, ['enum' => 'string', 'bit' => 'boolean']);
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1671 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getLockFactoryService($container) …
› {
› $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1313 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getStaticPageGeneratorService($container) …
› }
› $b = ($container->services['Symfony\\Component\\Lock\\LockFactory'] ?? self::getLockFactoryService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:3238 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getStaticPageGeneratorListenerService($container) …
› {
› $container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener(($container->services['Pimcore\\Document\\StaticPageGenerator'] ?? self::getStaticPageGeneratorService($container)), ($container->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? self::getDocumentResolverService($container)), ($container->services['Pimcore\\Http\\RequestHelper'] ?? self::getRequestHelperService($container)), ($container->services['Pimcore\\Config'] ??= new \Pimcore\Config()));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:2316 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› $instance->addListener('pimcore.document.postUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onPostAddUpdateDeleteDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelRequest'], 510);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelResponse'], -120);
}
/var/www/webovi/laticrete/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';
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/webovi/laticrete/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);
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.720+00:00"
"message" => "Key {key} doesn't exist in cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_domain_aaf6d099ab31453672a9cd550440870c"
]
"channel" => "cache"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.721+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "UTF8MB4"
"host" => "10.11.12.3"
"port" => "3306"
"user" => "laticrete"
"password" => "<redacted>"
"dbname" => "laticrete_dev"
"driverOptions" => [
1002 => "SET sql_mode = '';"
]
"serverVersion" => "8.0.35-cluster"
"defaultTableOptions" => [
"charset" => "UTF8MB4"
"engine" => "InnoDB"
"collate" => "utf8mb4_general_ci"
]
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.724+00: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 => "laticrete.byfactory.dev"
2 => "%"laticrete.byfactory.dev"%"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.725+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id,domains FROM sites"
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.731+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"params" => [
1 => "/.git/config"
2 => "path"
3 => "auto_create"
4 => "/.git/config"
5 => "path_query"
6 => "https://laticrete.byfactory.dev/.git/config"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.733+00:00"
"message" => "Key {key} doesn't exist in cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "system_route_redirect"
]
"channel" => "cache"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)"
"params" => [
1 => "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071"
2 => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.735+00:00"
"message" => "Successfully acquired the "{resource}" lock."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"resource" => Symfony\Component\Lock\Key {#820
-resource: "Pimcore\Bundle\SeoBundle\Redirect\RedirectHandler"
-expiringTime: 1768877035.7359
-state: [
"Symfony\Component\Lock\Store\DoctrineDbalStore" => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
]
-serializable: true
}
]
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE lock_keys SET key_expiration = UNIX_TIMESTAMP() + ?, key_token = ? WHERE key_id = ? AND (key_token = ? OR key_expiration <= UNIX_TIMESTAMP())"
"params" => [
1 => 300.0
2 => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
3 => "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071"
4 => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
]
"types" => [
1 => 1
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.736+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()"
"params" => [
1 => "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071"
2 => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.736+00:00"
"message" => "Expiration defined for "{resource}" lock for "{ttl}" seconds."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"resource" => Symfony\Component\Lock\Key {#820}
"ttl" => 300.0
]
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.736+00:00"
"message" => "Key {key} doesn't exist in cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "system_route_redirect"
]
"channel" => "cache"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.737+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM redirects WHERE active = 1 AND regex = 1 ORDER BY `priority` DESC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.739+00:00"
"message" => "Added entry {key} to cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "system_route_redirect"
]
"channel" => "cache"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.739+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?"
"params" => [
1 => "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071"
2 => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.741+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()"
"params" => [
1 => "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071"
2 => "GgNBOWhk70vN9WZ4gquNl/8Lf44PByENIPaT3qK4yqI="
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.741+00:00"
"message" => "Successfully released the "{resource}" lock."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"resource" => Symfony\Component\Lock\Key {#820}
]
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.745+00: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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.754+00:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/.git/config/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.757+00: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 => "/.git/"
2 => "config"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.757+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/.git/config"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.758+00: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 => "/.git/"
2 => "config"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.758+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/.git/config"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.758+00: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 => ".git"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.758+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/.git"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.759+00: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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.760+00:00"
"message" => "Key {key} doesn't exist in cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_1"
]
"channel" => "cache"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.760+00: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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.761+00: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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.763+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM object_url_slugs WHERE slug = '/.git/config' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.763+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.763+00:00"
"message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "/.git/config".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM settings_store WHERE scope = ?"
"params" => [
1 => "pimcore_staticroutes"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+00:00"
"message" => "Router Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router was not able to match, message "No routes found for "/.git/config".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.764+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.766+00: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 {#2072
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_CachedReaderService.php:23 {
ContainerLR1Kiuv\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1105 {
ContainerLR1Kiuv\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5928 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:4955 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1145 {
ContainerLR1Kiuv\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());
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5210 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:2119 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{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);
}
/var/www/webovi/laticrete/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';
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/webovi/laticrete/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);
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.767+00: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 {#2108
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_ReaderService.php:23 {
ContainerLR1Kiuv\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1105 {
ContainerLR1Kiuv\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_CachedReaderService.php:25 {
ContainerLR1Kiuv\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);
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1105 {
ContainerLR1Kiuv\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5928 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:4955 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1145 {
ContainerLR1Kiuv\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());
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5210 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:2119 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{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);
}
/var/www/webovi/laticrete/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';
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/webovi/laticrete/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);
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.770+00: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 {#2114
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_CacheAdapterService.php:23 {
ContainerLR1Kiuv\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1105 {
ContainerLR1Kiuv\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getAnnotations_CachedReaderService.php:25 {
ContainerLR1Kiuv\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);
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1105 {
ContainerLR1Kiuv\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5928 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:4955 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1145 {
ContainerLR1Kiuv\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());
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5210 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:2119 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{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);
}
/var/www/webovi/laticrete/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';
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/webovi/laticrete/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);
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.770+00: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 {#2119
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/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__);
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5928 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:4955 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1145 {
ContainerLR1Kiuv\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());
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5210 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:2119 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{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);
}
/var/www/webovi/laticrete/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';
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/webovi/laticrete/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);
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.775+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.775+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.775+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL ORDER BY `priority` DESC
"""
"params" => [
1 => "/.git/config"
2 => "path"
3 => "auto_create"
4 => "/.git/config"
5 => "path_query"
6 => "https://laticrete.byfactory.dev/.git/config"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.778+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://laticrete.byfactory.dev/.git/config"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2090
#message: "No route found for "GET https://laticrete.byfactory.dev/.git/config""
#code: 0
#file: "/var/www/webovi/laticrete/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2200 …}
-statusCode: 404
-headers: []
trace: {
/var/www/webovi/laticrete/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) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.857+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.857+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.857+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.857+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.858+00:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.862+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"
]
]
2302 => [
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.779+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.780+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"params" => [
1 => "/.git/config"
2 => "path"
3 => "auto_create"
4 => "/.git/config"
5 => "path_query"
6 => "https://laticrete.byfactory.dev/.git/config"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.781+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.784+00: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 {#2469
#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: "/var/www/webovi/laticrete/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/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__);
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5607 {
ContainerLR1Kiuv\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')))]));
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:5592 {
ContainerLR1Kiuv\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));
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/getErrorControllerService.php:29 {
ContainerLR1Kiuv\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)));
› }
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1105 {
ContainerLR1Kiuv\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/webovi/laticrete/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])) {
}
/var/www/webovi/laticrete/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));
› }
}
/var/www/webovi/laticrete/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);
› }
}
/var/www/webovi/laticrete/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/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) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/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()));
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.796+00:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.797+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.800+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.800+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.800+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.800+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerLR1Kiuv\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.800+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.839+00:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by App_KernelDevDebugContainer.php:1882, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1881
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by App_KernelDevDebugContainer.php:1882, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:78 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1882 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreGenericDataIndexEntityManagerService($container, $lazyLoad = true) …
› $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/vendor/pimcore/generic-data-index-bundle/src/Entity')], false), 'Pimcore\\Bundle\\GenericDataIndexBundle\\Entity');
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1858 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.pimcore_generic_data_index_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_PimcoreGenericDataIndexEntityManagerService($container, $proxy)));
› }
}
/var/www/webovi/laticrete/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerLR1Kiuv\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:97 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.847+00:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3245
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/EntityManager.php:178 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1901 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreGenericDataIndexEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1858 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.pimcore_generic_data_index_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_PimcoreGenericDataIndexEntityManagerService($container, $proxy)));
› }
}
/var/www/webovi/laticrete/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerLR1Kiuv\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:97 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.850+00:00"
"message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:1994, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3238
#message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:1994, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
#code: 0
#file: "/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:68 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1994 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $lazyLoad = true) …
› $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')], false), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');
›
}
/var/www/webovi/laticrete/var/cache/dev/ContainerLR1Kiuv/App_KernelDevDebugContainer.php:1972 {
ContainerLR1Kiuv\App_KernelDevDebugContainer::ContainerLR1Kiuv\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.statistics_explorer_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $proxy)));
› }
}
/var/www/webovi/laticrete/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
ContainerLR1Kiuv\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/webovi/laticrete/vendor/doctrine/orm/src/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/webovi/laticrete/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:97 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/webovi/laticrete/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) {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/webovi/laticrete/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/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);
›
}
/var/www/webovi/laticrete/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/webovi/laticrete/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 {
}
/var/www/webovi/laticrete/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/webovi/laticrete/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/webovi/laticrete/public/index.php:19 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/webovi/laticrete/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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" => 1768876735
"timestamp_rfc3339" => "2026-01-20T02:38:55.856+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
2 => 1
2302 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#396 …}
} |