logger |
Symfony\Bridge\Monolog\Logger {#423
#name: "request"
#handlers: [
Monolog\Handler\FingersCrossedHandler {#531
#handler: Monolog\Handler\GroupHandler {#530 …}
#activationStrategy: Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy {#492 …}
#buffering: true
#bufferSize: 0
#buffer: [
[
"message" => "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
"context" => [
"exception" => ErrorException {#7
#message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
#line: 16
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php:16 {
include …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), \E_USER_DEPRECATED);
›
}
/home/users/ck_new/vendor/composer/ClassLoader.php:444 {
Composer\Autoload\includeFile($file) …
› {
› include $file;
› }
}
/home/users/ck_new/vendor/composer/ClassLoader.php:322 {
Composer\Autoload\ClassLoader->loadClass($class) …
› if ($file = $this->findFile($class)) {
› includeFile($file);
›
}
Composer\Autoload\ClassLoader->loadClass() {}
/home/users/ck_new/vendor/symfony/debug/Debug.php:62 {
Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
›
› DebugClassLoader::enable();
› }
}
/home/users/ck_new/public/index.php:36 {
›
› Debug::enable();
› }
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#263
date: 2025-04-19 05:05:43.806109 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead."
"context" => [
"exception" => ErrorException {#545
#message: "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php"
#line: 18
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php:18 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.2, use "%s" with dependency injection instead.', ContainerAwareCommand::class, Command::class), E_USER_DEPRECATED);
›
}
/home/users/ck_new/src/Command/ReportMissingSlugTranslationsCommand.php:15 {
spl_autoload_call($class_name) …
›
› class ReportMissingSlugTranslationsCommand extends ContainerAwareCommand
› {
}
spl_autoload_call() {}
/home/users/ck_new/vendor/symfony/config/Resource/ReflectionClassResource.php:105 {
Symfony\Component\Config\Resource\ReflectionClassResource->computeHash(): string …
› try {
› $this->classReflector = new \ReflectionClass($this->className);
› } catch (\ReflectionException $e) {
}
/home/users/ck_new/vendor/symfony/config/Resource/ReflectionClassResource.php:52 {
Symfony\Component\Config\Resource\ReflectionClassResource->isFresh($timestamp) …
› if ($filemtime > $timestamp) {
› return $this->hash === $this->computeHash();
› }
}
/home/users/ck_new/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, $timestamp) …
› /* @var SelfCheckingResourceInterface $resource */
› return $resource->isFresh($timestamp);
› }
}
/home/users/ck_new/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
› }
› if ($checker->isFresh($resource, $time)) {
› break; // no need to further check this resource
}
/home/users/ck_new/vendor/symfony/config/ConfigCache.php:60 {
Symfony\Component\Config\ConfigCache->isFresh() …
›
› return parent::isFresh();
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:479 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› $oldContainer = null;
› if ($fresh = $cache->isFresh()) {
› // Silence E_WARNING to ignore "include" failures - don't use "@" to prevent silencing fatal errors
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:133 {
Symfony\Component\HttpKernel\Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› {
› $this->boot();
› ++$this->requestStackSize;
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#261
date: 2025-04-19 05:05:43.806244 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#414
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#260
date: 2025-04-19 05:05:43.806285 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"context" => [
"exception" => ErrorException {#402
#message: "User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/routing/Router.php:436 {
Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
› case 'matcher_cache_class':
› @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/vendor/symfony/routing/Router.php:152 {
Symfony\Component\Routing\Router->setOptions(array $options) …
› foreach ($options as $key => $value) {
› $this->checkDeprecatedOption($key);
› if (\array_key_exists($key, $this->options)) {
}
/home/users/ck_new/vendor/symfony/framework-bundle/Routing/Router.php:52 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null, ContainerInterface $parameters = null, LoggerInterface $logger = null, string $defaultLocale = null) …
› $this->logger = $logger;
› $this->setOptions($options);
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1406 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterService() …
› 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
› ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'pl');
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:2076 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterListenerService() …
› {
› return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
› }
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1029 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->ContainerYLOrYBC\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#259
date: 2025-04-19 05:05:43.806319 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"context" => [
"exception" => ErrorException {#401
#message: "User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/routing/Router.php:436 {
Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
› case 'matcher_cache_class':
› @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/vendor/symfony/routing/Router.php:152 {
Symfony\Component\Routing\Router->setOptions(array $options) …
› foreach ($options as $key => $value) {
› $this->checkDeprecatedOption($key);
› if (\array_key_exists($key, $this->options)) {
}
/home/users/ck_new/vendor/symfony/framework-bundle/Routing/Router.php:52 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null, ContainerInterface $parameters = null, LoggerInterface $logger = null, string $defaultLocale = null) …
› $this->logger = $logger;
› $this->setOptions($options);
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1406 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterService() …
› 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
› ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'pl');
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:2076 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterListenerService() …
› {
› return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
› }
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1029 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->ContainerYLOrYBC\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#258
date: 2025-04-19 05:05:43.806350 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"context" => [
"exception" => ErrorException {#400
#message: "User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/routing/Router.php:436 {
Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
› case 'matcher_cache_class':
› @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/vendor/symfony/routing/Router.php:152 {
Symfony\Component\Routing\Router->setOptions(array $options) …
› foreach ($options as $key => $value) {
› $this->checkDeprecatedOption($key);
› if (\array_key_exists($key, $this->options)) {
}
/home/users/ck_new/vendor/symfony/framework-bundle/Routing/Router.php:52 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null, ContainerInterface $parameters = null, LoggerInterface $logger = null, string $defaultLocale = null) …
› $this->logger = $logger;
› $this->setOptions($options);
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1406 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterService() …
› 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
› ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'pl');
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:2076 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterListenerService() …
› {
› return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
› }
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1029 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->ContainerYLOrYBC\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#257
date: 2025-04-19 05:05:43.806379 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"context" => [
"exception" => ErrorException {#399
#message: "User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/routing/Router.php:436 {
Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
› case 'matcher_cache_class':
› @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/vendor/symfony/routing/Router.php:152 {
Symfony\Component\Routing\Router->setOptions(array $options) …
› foreach ($options as $key => $value) {
› $this->checkDeprecatedOption($key);
› if (\array_key_exists($key, $this->options)) {
}
/home/users/ck_new/vendor/symfony/framework-bundle/Routing/Router.php:52 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null, ContainerInterface $parameters = null, LoggerInterface $logger = null, string $defaultLocale = null) …
› $this->logger = $logger;
› $this->setOptions($options);
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1406 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterService() …
› 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
› ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'pl');
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:2076 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRouterListenerService() …
› {
› return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
› }
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1029 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->ContainerYLOrYBC\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#256
date: 2025-04-19 05:05:43.806408 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
"context" => [
"exception" => ErrorException {#350
#message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
#code: 0
#file: "/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
#line: 66
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
› 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
› E_USER_DEPRECATED
› );
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:873 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:1608 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->getRequestListenerService() …
› $a = ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
› $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
›
}
/home/users/ck_new/var/cache/dev/ContainerYLOrYBC/srcApp_KernelDevDebugContainer.php:945 {
ContainerYLOrYBC\srcApp_KernelDevDebugContainer->ContainerYLOrYBC\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['RequestListener'] ?? $this->getRequestListenerService());
› }, 1 => 'onKernelRequest'], -1001);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#255
date: 2025-04-19 05:05:43.806436 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Matched route "{route}"."
"context" => [
"route" => "product"
"route_parameters" => [
"_route" => "product"
"sub" => null
"_controller" => "App\Controller\ProductController::indexAction"
"slug" => "ławka-aires-"
"id" => "6128"
]
"request_uri" => "https://ckdev.centrumkrzesel.pl/%C5%82awka-aires-/6128/p"
"method" => "GET"
]
"level" => 200
"level_name" => "INFO"
"channel" => "request"
"datetime" => DateTime @1745031943 {#245
date: 2025-04-19 05:05:43.808440 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#1543
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:96 {
Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
› if (null !== $this->eventDispatcher) {
› $this->eventDispatcher->dispatch(AuthenticationEvents::AUTHENTICATION_SUCCESS, new AuthenticationEvent($result));
› }
}
/home/users/ck_new/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:54 {
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->handle(GetResponseEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/users/ck_new/vendor/symfony/security-bundle/Debug/WrappedListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedListener->handle(GetResponseEvent $event) …
› $startTime = microtime(true);
› $this->listener->handle($event);
› $this->time = microtime(true) - $startTime;
}
/home/users/ck_new/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->handleRequest(GetResponseEvent $event, $listeners) …
› $wrappedListener = new WrappedListener($listener);
› $wrappedListener->handle($event);
› $this->wrappedListeners[] = $wrappedListener->getInfo();
}
/home/users/ck_new/vendor/symfony/security-http/Firewall.php:90 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/users/ck_new/vendor/symfony/security-bundle/EventListener/FirewallListener.php:48 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelRequest(GetResponseEvent $event) …
›
› parent::onKernelRequest($event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#1551
date: 2025-04-19 05:05:43.830665 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Populated the TokenStorage with an anonymous Token."
"context" => []
"level" => 200
"level_name" => "INFO"
"channel" => "security"
"datetime" => DateTime @1745031943 {#1544
date: 2025-04-19 05:05:43.830752 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#1564
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php:40 {
Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter->vote(TokenInterface $token, $subject, array $attributes) …
›
› $this->eventDispatcher->dispatch('debug.security.authorization.vote', new VoteEvent($this->voter, $subject, $attributes, $result));
›
}
/home/users/ck_new/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:73 {
Symfony\Component\Security\Core\Authorization\AccessDecisionManager->decideAffirmative(TokenInterface $token, array $attributes, $object = null) …
› foreach ($this->voters as $voter) {
› $result = $voter->vote($token, $object, $attributes);
› switch ($result) {
}
/home/users/ck_new/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:60 {
Symfony\Component\Security\Core\Authorization\AccessDecisionManager->decide(TokenInterface $token, array $attributes, $object = null) …
› {
› return $this->{$this->strategy}($token, $attributes, $object);
› }
}
/home/users/ck_new/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php:61 {
Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager->decide(TokenInterface $token, array $attributes, $object = null) …
›
› $result = $this->manager->decide($token, $attributes, $object);
›
}
/home/users/ck_new/vendor/symfony/security-http/Firewall/AccessListener.php:67 {
Symfony\Component\Security\Http\Firewall\AccessListener->handle(GetResponseEvent $event) …
›
› if (!$this->accessDecisionManager->decide($token, $attributes, $request)) {
› $exception = new AccessDeniedException();
}
/home/users/ck_new/vendor/symfony/security-bundle/Debug/WrappedListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedListener->handle(GetResponseEvent $event) …
› $startTime = microtime(true);
› $this->listener->handle($event);
› $this->time = microtime(true) - $startTime;
}
/home/users/ck_new/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->handleRequest(GetResponseEvent $event, $listeners) …
› $wrappedListener = new WrappedListener($listener);
› $wrappedListener->handle($event);
› $this->wrappedListeners[] = $wrappedListener->getInfo();
}
/home/users/ck_new/vendor/symfony/security-http/Firewall.php:90 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/users/ck_new/vendor/symfony/security-bundle/EventListener/FirewallListener.php:48 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelRequest(GetResponseEvent $event) …
›
› parent::onKernelRequest($event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#1565
date: 2025-04-19 05:05:43.830959 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#1572
date: 2025-04-19 05:05:43.831078 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "SELECT t0.id AS id_1, t0.sign AS sign_2, t0.currency_separator AS currency_separator_3, t0.position_price AS position_price_4, t0.is_default AS is_default_5, t0.is_active AS is_active_6, t0.factorPln AS factorPln_7, t0.iso_code AS iso_code_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.deleted_by AS deleted_by_13 FROM currency t0 WHERE t0.is_default = ? AND t0.deleted_by IS NULL LIMIT 1"
"context" => [
true
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "doctrine"
"datetime" => DateTime @1745031943 {#1656
date: 2025-04-19 05:05:43.833727 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "SELECT t0.id AS id_1, t0.from_url AS from_url_2, t0.to_url AS to_url_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.created_by AS created_by_6, t0.updated_by AS updated_by_7, t0.deleted_by AS deleted_by_8 FROM url_redirect t0 WHERE t0.deleted_by IS NULL AND t0.from_url = ? LIMIT 1"
"context" => [
"https://ckdev.centrumkrzes [...]"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "doctrine"
"datetime" => DateTime @1745031943 {#1740
date: 2025-04-19 05:05:43.835859 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "SELECT t0.id AS id_1, t0.token AS token_2, t0.valid_to AS valid_to_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.created_by AS created_by_6, t0.updated_by AS updated_by_7, t0.deleted_by AS deleted_by_8, t0.user_id AS user_id_9 FROM fos_user_token t0 WHERE t0.deleted_by IS NULL AND t0.token IS NULL LIMIT 1"
"context" => []
"level" => 100
"level_name" => "DEBUG"
"channel" => "doctrine"
"datetime" => DateTime @1745031943 {#2137
date: 2025-04-19 05:05:43.849613 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2136
date: 2025-04-19 05:05:43.849808 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2132
date: 2025-04-19 05:05:43.849819 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2131
date: 2025-04-19 05:05:43.849826 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2130
date: 2025-04-19 05:05:43.849832 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2129
date: 2025-04-19 05:05:43.849838 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2128
date: 2025-04-19 05:05:43.849844 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2127
date: 2025-04-19 05:05:43.849849 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2126
date: 2025-04-19 05:05:43.849855 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2125
date: 2025-04-19 05:05:43.849862 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2124
date: 2025-04-19 05:05:43.849868 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "App\Listener\RequestListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2123
date: 2025-04-19 05:05:43.849873 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#416
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:138 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new FilterControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::CONTROLLER, $event);
› $controller = $event->getController();
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#2116
date: 2025-04-19 05:05:43.850021 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2533
date: 2025-04-19 05:05:43.851304 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2532
date: 2025-04-19 05:05:43.851315 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2531
date: 2025-04-19 05:05:43.851321 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2529
date: 2025-04-19 05:05:43.851327 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2530
date: 2025-04-19 05:05:43.851332 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2539
date: 2025-04-19 05:05:43.851339 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#2117
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:145 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new FilterControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS, $event);
› $controller = $event->getController();
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#2551
date: 2025-04-19 05:05:43.855884 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2880
date: 2025-04-19 05:05:43.856060 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#2881
date: 2025-04-19 05:05:43.856069 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "SELECT t0.id AS id_1, t0.locale AS locale_2, t0.domain AS domain_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.helpline AS helpline_6, t0.rounding_precision AS rounding_precision_7, t0.phone AS phone_8, t0.address AS address_9, t0.shop_name AS shop_name_10, t0.email AS email_11, t0.facebook AS facebook_12, t0.instagram AS instagram_13, t0.youtube AS youtube_14, t0.store_url AS store_url_15, t0.password_protected AS password_protected_16, t0.store_password AS store_password_17, t0.fb_pixel AS fb_pixel_18, t0.fb_token AS fb_token_19, t0.is_comments AS is_comments_20, t0.send_comment_request_days AS send_comment_request_days_21, t0.store_email AS store_email_22, t0.admin_store_email AS admin_store_email_23, t0.complaint_email AS complaint_email_24, t0.product_return_email AS product_return_email_25, t0.getresponse_campaign_id AS getresponse_campaign_id_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.created_by AS created_by_29, t0.updated_by AS updated_by_30, t0.deleted_by AS deleted_by_31, t0.currency_id AS currency_id_32 FROM language t0 WHERE t0.locale = ? AND t0.deleted_by IS NULL LIMIT 1"
"context" => [
"pl"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "doctrine"
"datetime" => DateTime @1745031943 {#2888
date: 2025-04-19 05:05:43.856166 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "SELECT p0_.listingMarkersIds AS listingMarkersIds_0, p1_.promotion_icon AS promotion_icon_1, p1_.is_new AS is_new_2, p2_.image_name AS image_name_3, p3_.image_name AS image_name_4, p1_.bestseller AS bestseller_5, p4_.id AS id_6, c5_.sign AS sign_7, c5_.id AS id_8, p1_.price_description AS price_description_9, p1_.price_crossed AS price_crossed_10, p1_.omnibus_price AS omnibus_price_11, p0_.id AS id_12, p0_.symbol AS symbol_13, p0_.photo3d AS photo3d_14, p0_.is_variants AS is_variants_15, p0_.is_palette_delivery AS is_palette_delivery_16, p0_.payu AS payu_17, p0_.automatic_price AS automatic_price_18, p0_.halmar_stock_exchange AS halmar_stock_exchange_19, p0_.diablo_stock_exchange AS diablo_stock_exchange_20, p0_.jan_nowak_stock_exchange AS jan_nowak_stock_exchange_21, p0_.actona_stock_exchange AS actona_stock_exchange_22, p0_.unique_stock_exchange AS unique_stock_exchange_23, p0_.is_compare AS is_compare_24, p0_.priority_search_engine AS priority_search_engine_25, p0_.is_negotiate AS is_negotiate_26, p0_.is_rebate_code AS is_rebate_code_27, p0_.old_price AS old_price_28, p0_.film AS film_29, p0_.small_product_photo AS small_product_photo_30, p0_.max_quantity AS max_quantity_31, p0_.listingMarkersIds AS listingMarkersIds_32, p0_.temporary_unavailable AS temporary_unavailable_33, p0_.last_ranking_update AS last_ranking_update_34, p0_.height AS height_35, p0_.width AS width_36, p0_.depth AS depth_37, p0_.shipping_category AS shipping_category_38, p0_.created_at AS created_at_39, p0_.updated_at AS updated_at_40, p0_.created_by AS created_by_41, p0_.updated_by AS updated_by_42, p0_.deleted_by AS deleted_by_43, p6_.id AS id_44, p6_.name AS name_45, p6_.description AS description_46, p6_.meta_title AS meta_title_47, p6_.meta_description AS meta_description_48, p6_.meta_keywords AS meta_keywords_49, p6_.slug AS slug_50, p6_.short_description AS short_description_51, p6_.short_description_textile AS short_description_textile_52, p6_.short_description_color AS short_description_color_53, p6_.short_function_description AS short_function_description_54, p6_.search_engine AS search_engine_55, p6_.photo3d_gallery_url AS photo3d_gallery_url_56, p6_.youtube_gallery_url AS youtube_gallery_url_57, p6_.trans_film AS trans_film_58, p6_.canonical AS canonical_59, p6_.photo3d_additional AS photo3d_additional_60, p6_.locale AS locale_61, p1_.id AS id_62, p1_.visible AS visible_63, p1_.price_description AS price_description_64, p1_.promotion AS promotion_65, p1_.is_new AS is_new_66, p1_.bestseller AS bestseller_67, p1_.promote_one_homepage AS promote_one_homepage_68, p1_.ready_for_publication AS ready_for_publication_69, p1_.sale AS sale_70, p1_.rating_value AS rating_value_71, p1_.review_count AS review_count_72, p1_.price_change AS price_change_73, p1_.priority AS priority_74, p1_.price_crossed AS price_crossed_75, p1_.omnibus_price AS omnibus_price_76, p1_.promotion_icon AS promotion_icon_77, p1_.promo_price AS promo_price_78, l7_.id AS id_79, l7_.locale AS locale_80, l7_.domain AS domain_81, l7_.is_active AS is_active_82, l7_.is_default AS is_default_83, l7_.helpline AS helpline_84, l7_.rounding_precision AS rounding_precision_85, l7_.phone AS phone_86, l7_.address AS address_87, l7_.shop_name AS shop_name_88, l7_.email AS email_89, l7_.facebook AS facebook_90, l7_.instagram AS instagram_91, l7_.youtube AS youtube_92, l7_.store_url AS store_url_93, l7_.password_protected AS password_protected_94, l7_.store_password AS store_password_95, l7_.fb_pixel AS fb_pixel_96, l7_.fb_token AS fb_token_97, l7_.is_comments AS is_comments_98, l7_.send_comment_request_days AS send_comment_request_days_99, l7_.store_email AS store_email_100, l7_.admin_store_email AS admin_store_email_101, l7_.complaint_email AS complaint_email_102, l7_.product_return_email AS product_return_email_103, l7_.getresponse_campaign_id AS getresponse_campaign_id_104, l7_.created_at AS created_at_105, l7_.updated_at AS updated_at_106, l7_.created_by AS created_by_107, l7_.updated_by AS updated_by_108, l7_.deleted_by AS deleted_by_109, c5_.id AS id_110, c5_.sign AS sign_111, c5_.currency_separator AS currency_separator_112, c5_.position_price AS position_price_113, c5_.is_default AS is_default_114, c5_.is_active AS is_active_115, c5_.factorPln AS factorPln_116, c5_.iso_code AS iso_code_117, c5_.created_at AS created_at_118, c5_.updated_at AS updated_at_119, c5_.created_by AS created_by_120, c5_.updated_by AS updated_by_121, c5_.deleted_by AS deleted_by_122, a8_.id AS id_123, a8_.is_visible AS is_visible_124, a8_.is_currentyly_unavailable AS is_currentyly_unavailable_125, a8_.days AS days_126, a8_.ceneo_days AS ceneo_days_127, a8_.internal_name AS internal_name_128, a8_.created_at AS created_at_129, a8_.updated_at AS updated_at_130, a8_.created_by AS created_by_131, a8_.updated_by AS updated_by_132, a8_.deleted_by AS deleted_by_133, a9_.id AS id_134, a9_.name AS name_135, a9_.locale AS locale_136, p10_.id AS id_137, p10_.name AS name_138, p10_.responsible_entity AS responsible_entity_139, p10_.image_name AS image_name_140, p10_.created_at AS created_at_141, p10_.updated_at AS updated_at_142, p10_.created_by AS created_by_143, p10_.updated_by AS updated_by_144, p10_.deleted_by AS deleted_by_145, p3_.id AS id_146, p3_.main AS main_147, p3_.lifestyle AS lifestyle_148, p3_.hover AS hover_149, p3_.name AS name_150, p3_.image_name AS image_name_151, p3_.position AS position_152, p3_.alt AS alt_153, p3_.image_custom_name AS image_custom_name_154, l11_.id AS id_155, l11_.locale AS locale_156, l11_.domain AS domain_157, l11_.is_active AS is_active_158, l11_.is_default AS is_default_159, l11_.helpline AS helpline_160, l11_.rounding_precision AS rounding_precision_161, l11_.phone AS phone_162, l11_.address AS address_163, l11_.shop_name AS shop_name_164, l11_.email AS email_165, l11_.facebook AS facebook_166, l11_.instagram AS instagram_167, l11_.youtube AS youtube_168, l11_.store_url AS store_url_169, l11_.password_protected AS password_protected_170, l11_.store_password AS store_password_171, l11_.fb_pixel AS fb_pixel_172, l11_.fb_token AS fb_token_173, l11_.is_comments AS is_comments_174, l11_.send_comment_request_days AS send_comment_request_days_175, l11_.store_email AS store_email_176, l11_.admin_store_email AS admin_store_email_177, l11_.complaint_email AS complaint_email_178, l11_.product_return_email AS product_return_email_179, l11_.getresponse_campaign_id AS getresponse_campaign_id_180, l11_.created_at AS created_at_181, l11_.updated_at AS updated_at_182, l11_.created_by AS created_by_183, l11_.updated_by AS updated_by_184, l11_.deleted_by AS deleted_by_185, p12_.id AS id_186, p12_.price AS price_187, p12_.discount AS discount_188, p12_.old_price AS old_price_189, p12_.active AS active_190, p12_.automatic_price_comment AS automatic_price_comment_191, p12_.ean AS ean_192, p12_.automatic_price AS automatic_price_193, p12_.automatic_price_discount AS automatic_price_discount_194, p12_.created_at AS created_at_195, p12_.updated_at AS updated_at_196, p12_.created_by AS created_by_197, p12_.updated_by AS updated_by_198, p12_.deleted_by AS deleted_by_199, p13_.id AS id_200, p13_.main AS main_201, p13_.lifestyle AS lifestyle_202, p13_.hover AS hover_203, p13_.name AS name_204, p13_.image_name AS image_name_205, p13_.position AS position_206, p13_.alt AS alt_207, p13_.image_custom_name AS image_custom_name_208, p0_.product_family_id AS product_family_id_209, p0_.product_producer_id AS product_producer_id_210, p0_.availability_id AS availability_id_211, p0_.main_category_id AS main_category_id_212, p6_.translatable_id AS translatable_id_213, p1_.product_id AS product_id_214, p1_.language AS language_215, p1_.vat_id AS vat_id_216, p1_.availability_id AS availability_id_217, p1_.product_producer_id AS product_producer_id_218, l7_.currency_id AS currency_id_219, a9_.translatable_id AS translatable_id_220, p3_.product_id AS product_id_221, l11_.currency_id AS currency_id_222, p12_.product_id AS product_id_223, p12_.parent_product_price_id AS parent_product_price_id_224, p12_.currency_id AS currency_id_225, p12_.language AS language_226, p13_.product_id AS product_id_227 FROM product p0_ INNER JOIN product_translation p6_ ON p0_.id = p6_.translatable_id INNER JOIN product_lang_param p1_ ON p0_.id = p1_.product_id INNER JOIN language l7_ ON p1_.language = l7_.id INNER JOIN product_vat p4_ ON p1_.vat_id = p4_.id INNER JOIN currency c5_ ON l7_.currency_id = c5_.id INNER JOIN availability a8_ ON p1_.availability_id = a8_.id INNER JOIN availability_translation a9_ ON a8_.id = a9_.translatable_id INNER JOIN product_producer p10_ ON p1_.product_producer_id = p10_.id INNER JOIN product_photo p3_ ON p0_.id = p3_.product_id LEFT JOIN product_photo p2_ ON p0_.id = p2_.product_id AND (p2_.lifestyle = 1) INNER JOIN product_photo_language p14_ ON p3_.id = p14_.product_photo_id INNER JOIN language l11_ ON l11_.id = p14_.language_id LEFT JOIN product_price p12_ ON p0_.id = p12_.product_id LEFT JOIN language l15_ ON p12_.language = l15_.id LEFT JOIN product_photo p13_ ON p0_.id = p13_.product_id WHERE p6_.locale = ? AND a9_.locale = ? AND l15_.locale = ? AND a8_.deleted_by IS NULL AND (p3_.main = ?) AND l11_.locale = ? AND l7_.locale = ? AND p12_.deleted_by IS NULL AND p0_.deleted_by IS NULL AND p1_.visible = ? AND p0_.id = ? GROUP BY p13_.id ORDER BY p3_.position ASC, p13_.position ASC"
"context" => [
"pl"
"pl"
"pl"
true
"pl"
"pl"
true
"6128"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "doctrine"
"datetime" => DateTime @1745031943 {#2972
date: 2025-04-19 05:05:43.868153 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#2932
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:221 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#2951
date: 2025-04-19 05:05:43.871054 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at /home/users/ck_new/src/Controller/ProductController.php line 64"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2952
-statusCode: 404
-headers: []
#message: ""
#code: 0
#file: "/home/users/ck_new/src/Controller/ProductController.php"
#line: 64
trace: {
/home/users/ck_new/src/Controller/ProductController.php:64 {
App\Controller\ProductController->indexAction(Request $request, HelplineHoursRepository $helpLineHoursRepository, ProductRepository $productRepository, ProductManager $productManager, ProductPriceVariantsRepository $productPriceVariantsRepository, TranslatorInterface $translator, ProductParameterValueRepository $productParameterValueRepository, CompareManager $compareManager, PasswordProtectedService $passwordProtectedService, ProductCommentManager $productCommentManager, FacebookApiConversion $facebookApiConversion) …
› } catch (\Exception $e) {
› throw new NotFoundHttpException();
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:150 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$helpLineHoursRepository: App\Repository\HelplineHoursRepository {#2573 …}
$productRepository: App\Repository\ProductRepository {#755 …}
$productManager: App\Services\ProductManager {#754 …}
$productPriceVariantsRepository: App\Repository\ProductPriceVariantsRepository {#1402 …}
$translator: Symfony\Component\Translation\DataCollectorTranslator {#393 …}
$productParameterValueRepository: App\Repository\ProductParameterValueRepository {#2656 …}
$compareManager: App\Services\CompareManager {#2751 …}
$passwordProtectedService: App\Services\PasswordProtectedService {#2758 …}
$productCommentManager: App\Services\ProductCommentManager {#2765 …}
$facebookApiConversion: App\Services\FacebookApiConversion {#2860 …}
}
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 400
"level_name" => "ERROR"
"channel" => "request"
"datetime" => DateTime @1745031943 {#3539
date: 2025-04-19 05:05:43.871976 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#3529
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:62 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:221 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#3527
date: 2025-04-19 05:05:43.872036 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3669
date: 2025-04-19 05:05:43.872216 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3670
date: 2025-04-19 05:05:43.872227 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3671
date: 2025-04-19 05:05:43.872234 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3672
date: 2025-04-19 05:05:43.872240 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3673
date: 2025-04-19 05:05:43.872246 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3674
date: 2025-04-19 05:05:43.872252 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3675
date: 2025-04-19 05:05:43.872258 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3676
date: 2025-04-19 05:05:43.872263 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3677
date: 2025-04-19 05:05:43.872270 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3678
date: 2025-04-19 05:05:43.872276 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.request"
"listener" => "App\Listener\RequestListener::onKernelRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3679
date: 2025-04-19 05:05:43.872282 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#3533
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:138 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new FilterControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::CONTROLLER, $event);
› $controller = $event->getController();
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:62 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:221 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#3684
date: 2025-04-19 05:05:43.872362 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3710
date: 2025-04-19 05:05:43.872611 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3716
date: 2025-04-19 05:05:43.872621 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3717
date: 2025-04-19 05:05:43.872627 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3718
date: 2025-04-19 05:05:43.872632 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3719
date: 2025-04-19 05:05:43.872637 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3720
date: 2025-04-19 05:05:43.872643 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#3683
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:145 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
› $event = new FilterControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS, $event);
› $controller = $event->getController();
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:62 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:221 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#3727
date: 2025-04-19 05:05:43.872697 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3747
date: 2025-04-19 05:05:43.872787 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#3748
date: 2025-04-19 05:05:43.872795 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#3863
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:189 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type) …
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:62 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:221 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#3862
date: 2025-04-19 05:05:43.882998 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6786
date: 2025-04-19 05:05:43.927115 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6787
date: 2025-04-19 05:05:43.927129 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6788
date: 2025-04-19 05:05:43.927136 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6789
date: 2025-04-19 05:05:43.927143 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6790
date: 2025-04-19 05:05:43.927148 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6791
date: 2025-04-19 05:05:43.927153 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6792
date: 2025-04-19 05:05:43.927159 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6793
date: 2025-04-19 05:05:43.927165 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6794
date: 2025-04-19 05:05:43.927171 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6795
date: 2025-04-19 05:05:43.927177 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6796
date: 2025-04-19 05:05:43.927183 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#6798
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:205 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(KernelEvents::FINISH_REQUEST, new FinishRequestEvent($this, $request, $type));
› $this->requestStack->pop();
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type) …
›
› $this->finishRequest($request, $type);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/home/users/ck_new/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:62 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:221 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#6799
date: 2025-04-19 05:05:43.927247 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6812
date: 2025-04-19 05:05:43.927382 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6813
date: 2025-04-19 05:05:43.927390 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6814
date: 2025-04-19 05:05:43.927396 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6815
date: 2025-04-19 05:05:43.927401 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6816
date: 2025-04-19 05:05:43.927406 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6817
date: 2025-04-19 05:05:43.927424 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6818
date: 2025-04-19 05:05:43.927431 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6819
date: 2025-04-19 05:05:43.927436 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6820
date: 2025-04-19 05:05:43.927441 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6821
date: 2025-04-19 05:05:43.927447 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6822
date: 2025-04-19 05:05:43.927452 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6823
date: 2025-04-19 05:05:43.927456 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Listener "{listener}" was not called for event "{event}"."
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::onKernelException"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#6824
date: 2025-04-19 05:05:43.927463 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#3552
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:189 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type) …
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:247 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#6825
date: 2025-04-19 05:05:43.927484 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
"context" => [
"exception" => ErrorException {#6853
#message: "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/http-foundation/Cookie.php"
#line: 97
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/http-foundation/Cookie.php:97 {
Symfony\Component\HttpFoundation\Cookie->__construct(string $name, string $value = null, $expire = 0, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, bool $raw = false, string $sameSite = null) …
› if (9 > \func_num_args()) {
› @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/src/Listener/GenerateCookieListener.php:71 {
App\Listener\GenerateCookieListener->onKernelResponse(FilterResponseEvent $event) …
›
› $response->headers->setCookie(new Cookie("cart_session", $randomString, time()+14*24*60*60));
› $response->headers->setCookie(new Cookie("cart_session_expire", time()+14*24*60*60, time()+14*24*60*60));
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:189 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type) …
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:247 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#6854
date: 2025-04-19 05:05:43.927641 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
"context" => [
"exception" => ErrorException {#6856
#message: "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/http-foundation/Cookie.php"
#line: 97
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/http-foundation/Cookie.php:97 {
Symfony\Component\HttpFoundation\Cookie->__construct(string $name, string $value = null, $expire = 0, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, bool $raw = false, string $sameSite = null) …
› if (9 > \func_num_args()) {
› @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/src/Listener/GenerateCookieListener.php:72 {
App\Listener\GenerateCookieListener->onKernelResponse(FilterResponseEvent $event) …
› $response->headers->setCookie(new Cookie("cart_session", $randomString, time()+14*24*60*60));
› $response->headers->setCookie(new Cookie("cart_session_expire", time()+14*24*60*60, time()+14*24*60*60));
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/users/ck_new/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:189 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type) …
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:247 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#6857
date: 2025-04-19 05:05:43.927700 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7812
date: 2025-04-19 05:05:43.942691 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7813
date: 2025-04-19 05:05:43.942703 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7814
date: 2025-04-19 05:05:43.942709 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7815
date: 2025-04-19 05:05:43.942715 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7816
date: 2025-04-19 05:05:43.942721 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7817
date: 2025-04-19 05:05:43.942726 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7818
date: 2025-04-19 05:05:43.942732 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7819
date: 2025-04-19 05:05:43.942743 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7820
date: 2025-04-19 05:05:43.942750 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7821
date: 2025-04-19 05:05:43.942756 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#7823
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:205 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(KernelEvents::FINISH_REQUEST, new FinishRequestEvent($this, $request, $type));
› $this->requestStack->pop();
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type) …
›
› $this->finishRequest($request, $type);
›
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:247 {
Symfony\Component\HttpKernel\HttpKernel->handleException(Exception $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleException($e, $request, $type);
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/home/users/ck_new/public/index.php:49 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#7824
date: 2025-04-19 05:05:43.942775 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7847
date: 2025-04-19 05:05:43.942874 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7848
date: 2025-04-19 05:05:43.942882 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7849
date: 2025-04-19 05:05:43.942888 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7850
date: 2025-04-19 05:05:43.942893 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Notified event "{event}" to listener "{listener}"."
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"level" => 100
"level_name" => "DEBUG"
"channel" => "event"
"datetime" => DateTime @1745031943 {#7851
date: 2025-04-19 05:05:43.942898 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"context" => [
"exception" => ErrorException {#3555
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);
› $swap = $event;
}
/home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:87 {
Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));
› }
}
/home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:163 {
Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/home/users/ck_new/public/index.php:51 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1745031943 {#7822
date: 2025-04-19 05:05:43.943163 Europe/Warsaw (+02:00)
}
"extra" => []
]
]
#stopBuffering: true
#passthruLevel: null
#level: 100
#bubble: true
#formatter: null
#processors: []
}
Monolog\Handler\StreamHandler {#534
#stream: null
#url: "/home/users/ck_new/var/log/dev.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: null
#level: 500
#bubble: true
#formatter: null
#processors: [
Monolog\Processor\PsrLogMessageProcessor {#533
-dateFormat: null
-removeUsedContextFields: false
}
]
}
Symfony\Bridge\Monolog\Handler\ConsoleHandler {#422
-output: null
-verbosityLevelMap: [
16 => 400
32 => 300
64 => 250
128 => 200
256 => 100
]
#level: 100
#bubble: true
#formatter: null
#processors: []
}
]
#processors: [
Symfony\Bridge\Monolog\Processor\DebugProcessor {#536
-records: [
"000000003e15cb4d000000002f6dbaa8" => [
[
"timestamp" => 1745031943
"message" => "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#545}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#414}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#402}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#401}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#400}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#399}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#350}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "product"
"route_parameters" => [
"_route" => "product"
"sub" => null
"_controller" => "App\Controller\ProductController::indexAction"
"slug" => "ławka-aires-"
"id" => "6128"
]
"request_uri" => "https://ckdev.centrumkrzesel.pl/%C5%82awka-aires-/6128/p"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1543}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Populated the TokenStorage with an anonymous Token."
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "security"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1564}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "SELECT t0.id AS id_1, t0.sign AS sign_2, t0.currency_separator AS currency_separator_3, t0.position_price AS position_price_4, t0.is_default AS is_default_5, t0.is_active AS is_active_6, t0.factorPln AS factorPln_7, t0.iso_code AS iso_code_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.deleted_by AS deleted_by_13 FROM currency t0 WHERE t0.is_default = ? AND t0.deleted_by IS NULL LIMIT 1"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
true
]
"channel" => "doctrine"
]
[
"timestamp" => 1745031943
"message" => "SELECT t0.id AS id_1, t0.from_url AS from_url_2, t0.to_url AS to_url_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.created_by AS created_by_6, t0.updated_by AS updated_by_7, t0.deleted_by AS deleted_by_8 FROM url_redirect t0 WHERE t0.deleted_by IS NULL AND t0.from_url = ? LIMIT 1"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"https://ckdev.centrumkrzes [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1745031943
"message" => "SELECT t0.id AS id_1, t0.token AS token_2, t0.valid_to AS valid_to_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.created_by AS created_by_6, t0.updated_by AS updated_by_7, t0.deleted_by AS deleted_by_8, t0.user_id AS user_id_9 FROM fos_user_token t0 WHERE t0.deleted_by IS NULL AND t0.token IS NULL LIMIT 1"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Listener\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#416}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2117}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "SELECT t0.id AS id_1, t0.locale AS locale_2, t0.domain AS domain_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.helpline AS helpline_6, t0.rounding_precision AS rounding_precision_7, t0.phone AS phone_8, t0.address AS address_9, t0.shop_name AS shop_name_10, t0.email AS email_11, t0.facebook AS facebook_12, t0.instagram AS instagram_13, t0.youtube AS youtube_14, t0.store_url AS store_url_15, t0.password_protected AS password_protected_16, t0.store_password AS store_password_17, t0.fb_pixel AS fb_pixel_18, t0.fb_token AS fb_token_19, t0.is_comments AS is_comments_20, t0.send_comment_request_days AS send_comment_request_days_21, t0.store_email AS store_email_22, t0.admin_store_email AS admin_store_email_23, t0.complaint_email AS complaint_email_24, t0.product_return_email AS product_return_email_25, t0.getresponse_campaign_id AS getresponse_campaign_id_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.created_by AS created_by_29, t0.updated_by AS updated_by_30, t0.deleted_by AS deleted_by_31, t0.currency_id AS currency_id_32 FROM language t0 WHERE t0.locale = ? AND t0.deleted_by IS NULL LIMIT 1"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"pl"
]
"channel" => "doctrine"
]
[
"timestamp" => 1745031943
"message" => "SELECT p0_.listingMarkersIds AS listingMarkersIds_0, p1_.promotion_icon AS promotion_icon_1, p1_.is_new AS is_new_2, p2_.image_name AS image_name_3, p3_.image_name AS image_name_4, p1_.bestseller AS bestseller_5, p4_.id AS id_6, c5_.sign AS sign_7, c5_.id AS id_8, p1_.price_description AS price_description_9, p1_.price_crossed AS price_crossed_10, p1_.omnibus_price AS omnibus_price_11, p0_.id AS id_12, p0_.symbol AS symbol_13, p0_.photo3d AS photo3d_14, p0_.is_variants AS is_variants_15, p0_.is_palette_delivery AS is_palette_delivery_16, p0_.payu AS payu_17, p0_.automatic_price AS automatic_price_18, p0_.halmar_stock_exchange AS halmar_stock_exchange_19, p0_.diablo_stock_exchange AS diablo_stock_exchange_20, p0_.jan_nowak_stock_exchange AS jan_nowak_stock_exchange_21, p0_.actona_stock_exchange AS actona_stock_exchange_22, p0_.unique_stock_exchange AS unique_stock_exchange_23, p0_.is_compare AS is_compare_24, p0_.priority_search_engine AS priority_search_engine_25, p0_.is_negotiate AS is_negotiate_26, p0_.is_rebate_code AS is_rebate_code_27, p0_.old_price AS old_price_28, p0_.film AS film_29, p0_.small_product_photo AS small_product_photo_30, p0_.max_quantity AS max_quantity_31, p0_.listingMarkersIds AS listingMarkersIds_32, p0_.temporary_unavailable AS temporary_unavailable_33, p0_.last_ranking_update AS last_ranking_update_34, p0_.height AS height_35, p0_.width AS width_36, p0_.depth AS depth_37, p0_.shipping_category AS shipping_category_38, p0_.created_at AS created_at_39, p0_.updated_at AS updated_at_40, p0_.created_by AS created_by_41, p0_.updated_by AS updated_by_42, p0_.deleted_by AS deleted_by_43, p6_.id AS id_44, p6_.name AS name_45, p6_.description AS description_46, p6_.meta_title AS meta_title_47, p6_.meta_description AS meta_description_48, p6_.meta_keywords AS meta_keywords_49, p6_.slug AS slug_50, p6_.short_description AS short_description_51, p6_.short_description_textile AS short_description_textile_52, p6_.short_description_color AS short_description_color_53, p6_.short_function_description AS short_function_description_54, p6_.search_engine AS search_engine_55, p6_.photo3d_gallery_url AS photo3d_gallery_url_56, p6_.youtube_gallery_url AS youtube_gallery_url_57, p6_.trans_film AS trans_film_58, p6_.canonical AS canonical_59, p6_.photo3d_additional AS photo3d_additional_60, p6_.locale AS locale_61, p1_.id AS id_62, p1_.visible AS visible_63, p1_.price_description AS price_description_64, p1_.promotion AS promotion_65, p1_.is_new AS is_new_66, p1_.bestseller AS bestseller_67, p1_.promote_one_homepage AS promote_one_homepage_68, p1_.ready_for_publication AS ready_for_publication_69, p1_.sale AS sale_70, p1_.rating_value AS rating_value_71, p1_.review_count AS review_count_72, p1_.price_change AS price_change_73, p1_.priority AS priority_74, p1_.price_crossed AS price_crossed_75, p1_.omnibus_price AS omnibus_price_76, p1_.promotion_icon AS promotion_icon_77, p1_.promo_price AS promo_price_78, l7_.id AS id_79, l7_.locale AS locale_80, l7_.domain AS domain_81, l7_.is_active AS is_active_82, l7_.is_default AS is_default_83, l7_.helpline AS helpline_84, l7_.rounding_precision AS rounding_precision_85, l7_.phone AS phone_86, l7_.address AS address_87, l7_.shop_name AS shop_name_88, l7_.email AS email_89, l7_.facebook AS facebook_90, l7_.instagram AS instagram_91, l7_.youtube AS youtube_92, l7_.store_url AS store_url_93, l7_.password_protected AS password_protected_94, l7_.store_password AS store_password_95, l7_.fb_pixel AS fb_pixel_96, l7_.fb_token AS fb_token_97, l7_.is_comments AS is_comments_98, l7_.send_comment_request_days AS send_comment_request_days_99, l7_.store_email AS store_email_100, l7_.admin_store_email AS admin_store_email_101, l7_.complaint_email AS complaint_email_102, l7_.product_return_email AS product_return_email_103, l7_.getresponse_campaign_id AS getresponse_campaign_id_104, l7_.created_at AS created_at_105, l7_.updated_at AS updated_at_106, l7_.created_by AS created_by_107, l7_.updated_by AS updated_by_108, l7_.deleted_by AS deleted_by_109, c5_.id AS id_110, c5_.sign AS sign_111, c5_.currency_separator AS currency_separator_112, c5_.position_price AS position_price_113, c5_.is_default AS is_default_114, c5_.is_active AS is_active_115, c5_.factorPln AS factorPln_116, c5_.iso_code AS iso_code_117, c5_.created_at AS created_at_118, c5_.updated_at AS updated_at_119, c5_.created_by AS created_by_120, c5_.updated_by AS updated_by_121, c5_.deleted_by AS deleted_by_122, a8_.id AS id_123, a8_.is_visible AS is_visible_124, a8_.is_currentyly_unavailable AS is_currentyly_unavailable_125, a8_.days AS days_126, a8_.ceneo_days AS ceneo_days_127, a8_.internal_name AS internal_name_128, a8_.created_at AS created_at_129, a8_.updated_at AS updated_at_130, a8_.created_by AS created_by_131, a8_.updated_by AS updated_by_132, a8_.deleted_by AS deleted_by_133, a9_.id AS id_134, a9_.name AS name_135, a9_.locale AS locale_136, p10_.id AS id_137, p10_.name AS name_138, p10_.responsible_entity AS responsible_entity_139, p10_.image_name AS image_name_140, p10_.created_at AS created_at_141, p10_.updated_at AS updated_at_142, p10_.created_by AS created_by_143, p10_.updated_by AS updated_by_144, p10_.deleted_by AS deleted_by_145, p3_.id AS id_146, p3_.main AS main_147, p3_.lifestyle AS lifestyle_148, p3_.hover AS hover_149, p3_.name AS name_150, p3_.image_name AS image_name_151, p3_.position AS position_152, p3_.alt AS alt_153, p3_.image_custom_name AS image_custom_name_154, l11_.id AS id_155, l11_.locale AS locale_156, l11_.domain AS domain_157, l11_.is_active AS is_active_158, l11_.is_default AS is_default_159, l11_.helpline AS helpline_160, l11_.rounding_precision AS rounding_precision_161, l11_.phone AS phone_162, l11_.address AS address_163, l11_.shop_name AS shop_name_164, l11_.email AS email_165, l11_.facebook AS facebook_166, l11_.instagram AS instagram_167, l11_.youtube AS youtube_168, l11_.store_url AS store_url_169, l11_.password_protected AS password_protected_170, l11_.store_password AS store_password_171, l11_.fb_pixel AS fb_pixel_172, l11_.fb_token AS fb_token_173, l11_.is_comments AS is_comments_174, l11_.send_comment_request_days AS send_comment_request_days_175, l11_.store_email AS store_email_176, l11_.admin_store_email AS admin_store_email_177, l11_.complaint_email AS complaint_email_178, l11_.product_return_email AS product_return_email_179, l11_.getresponse_campaign_id AS getresponse_campaign_id_180, l11_.created_at AS created_at_181, l11_.updated_at AS updated_at_182, l11_.created_by AS created_by_183, l11_.updated_by AS updated_by_184, l11_.deleted_by AS deleted_by_185, p12_.id AS id_186, p12_.price AS price_187, p12_.discount AS discount_188, p12_.old_price AS old_price_189, p12_.active AS active_190, p12_.automatic_price_comment AS automatic_price_comment_191, p12_.ean AS ean_192, p12_.automatic_price AS automatic_price_193, p12_.automatic_price_discount AS automatic_price_discount_194, p12_.created_at AS created_at_195, p12_.updated_at AS updated_at_196, p12_.created_by AS created_by_197, p12_.updated_by AS updated_by_198, p12_.deleted_by AS deleted_by_199, p13_.id AS id_200, p13_.main AS main_201, p13_.lifestyle AS lifestyle_202, p13_.hover AS hover_203, p13_.name AS name_204, p13_.image_name AS image_name_205, p13_.position AS position_206, p13_.alt AS alt_207, p13_.image_custom_name AS image_custom_name_208, p0_.product_family_id AS product_family_id_209, p0_.product_producer_id AS product_producer_id_210, p0_.availability_id AS availability_id_211, p0_.main_category_id AS main_category_id_212, p6_.translatable_id AS translatable_id_213, p1_.product_id AS product_id_214, p1_.language AS language_215, p1_.vat_id AS vat_id_216, p1_.availability_id AS availability_id_217, p1_.product_producer_id AS product_producer_id_218, l7_.currency_id AS currency_id_219, a9_.translatable_id AS translatable_id_220, p3_.product_id AS product_id_221, l11_.currency_id AS currency_id_222, p12_.product_id AS product_id_223, p12_.parent_product_price_id AS parent_product_price_id_224, p12_.currency_id AS currency_id_225, p12_.language AS language_226, p13_.product_id AS product_id_227 FROM product p0_ INNER JOIN product_translation p6_ ON p0_.id = p6_.translatable_id INNER JOIN product_lang_param p1_ ON p0_.id = p1_.product_id INNER JOIN language l7_ ON p1_.language = l7_.id INNER JOIN product_vat p4_ ON p1_.vat_id = p4_.id INNER JOIN currency c5_ ON l7_.currency_id = c5_.id INNER JOIN availability a8_ ON p1_.availability_id = a8_.id INNER JOIN availability_translation a9_ ON a8_.id = a9_.translatable_id INNER JOIN product_producer p10_ ON p1_.product_producer_id = p10_.id INNER JOIN product_photo p3_ ON p0_.id = p3_.product_id LEFT JOIN product_photo p2_ ON p0_.id = p2_.product_id AND (p2_.lifestyle = 1) INNER JOIN product_photo_language p14_ ON p3_.id = p14_.product_photo_id INNER JOIN language l11_ ON l11_.id = p14_.language_id LEFT JOIN product_price p12_ ON p0_.id = p12_.product_id LEFT JOIN language l15_ ON p12_.language = l15_.id LEFT JOIN product_photo p13_ ON p0_.id = p13_.product_id WHERE p6_.locale = ? AND a9_.locale = ? AND l15_.locale = ? AND a8_.deleted_by IS NULL AND (p3_.main = ?) AND l11_.locale = ? AND l7_.locale = ? AND p12_.deleted_by IS NULL AND p0_.deleted_by IS NULL AND p1_.visible = ? AND p0_.id = ? GROUP BY p13_.id ORDER BY p3_.position ASC, p13_.position ASC"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"pl"
"pl"
"pl"
true
"pl"
"pl"
true
"6128"
]
"channel" => "doctrine"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2932}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at /home/users/ck_new/src/Controller/ProductController.php line 64"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2952}
]
"channel" => "request"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3552}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6853}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6856}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7823}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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"
]
]
"000000003e15c696000000002f6dbaa8" => [
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3529}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Listener\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3533}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3683}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3863}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6798}
]
"channel" => "php"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745031943
"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" => 1745031943
"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" => 1745031943
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3555}
]
"channel" => "php"
]
]
]
-errorCount: [
"000000003e15cb4d000000002f6dbaa8" => 1
"000000003e15c696000000002f6dbaa8" => 0
"" => 0
]
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#535 …}
}
]
#microsecondTimestamps: true
#exceptionHandler: null
} |