logger |
Symfony\Bridge\Monolog\Logger {#423
#name: "request"
#handlers: [
Monolog\Handler\FingersCrossedHandler {#477
#handler: Monolog\Handler\GroupHandler {#485 …}
#activationStrategy: Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy {#540 …}
#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 @1744184782 {#212
date: 2025-04-09 09:46:22.440774 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 {#407
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#274
date: 2025-04-09 09:46:22.441385 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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1402 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:2072 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1025 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->ContainerDv6TOUX\{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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#213
date: 2025-04-09 09:46:22.441432 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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1402 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:2072 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1025 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->ContainerDv6TOUX\{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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#227
date: 2025-04-09 09:46:22.441467 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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1402 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:2072 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1025 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->ContainerDv6TOUX\{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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#229
date: 2025-04-09 09:46:22.441499 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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1402 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:2072 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1025 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->ContainerDv6TOUX\{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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#216
date: 2025-04-09 09:46:22.441529 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 {#341
#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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:872 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:1604 {
ContainerDv6TOUX\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/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:944 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->ContainerDv6TOUX\{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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#220
date: 2025-04-09 09:46:22.441559 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Matched route "{route}"."
"context" => [
"route" => "liip_imagine_filter"
"route_parameters" => [
"_route" => "liip_imagine_filter"
"_controller" => "Liip\ImagineBundle\Controller\ImagineController::filterAction"
"filter" => "textileThumb"
"path" => "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg"
]
"request_uri" => "https://ckdev.centrumkrzesel.pl/media/cache/resolve/textileThumb/images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg"
"method" => "GET"
]
"level" => 200
"level_name" => "INFO"
"channel" => "request"
"datetime" => DateTime @1744184782 {#288
date: 2025-04-09 09:46:22.447614 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "User Deprecated: The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1."
"context" => [
"exception" => ErrorException {#768
#message: "User Deprecated: The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1."
#code: 0
#file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
#line: 204
#severity: E_USER_DEPRECATED
trace: {
/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/users/ck_new/vendor/friendsofsymfony/user-bundle/Model/User.php:23 {
spl_autoload_call($class_name) …
› */
› abstract class User implements UserInterface, GroupableInterface
› {
}
/home/users/ck_new/src/Entity/User.php:23 {
spl_autoload_call($class_name) …
› */
› class User extends BaseUser
› {
}
spl_autoload_call() {}
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:270 {
Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:249 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/home/users/ck_new/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
› {
› $loaded = parent::loadMetadata($name);
›
}
/home/users/ck_new/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› foreach ($this->loadMetadata($realClassName) as $loadedClassName) {
› $this->cacheDriver->save(
}
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:288 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/users/ck_new/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:44 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName) …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:739 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/users/ck_new/src/Repository/CartRepository.php:20 {
App\Repository\CartRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $entityManager->getRepository(Cart::class);
› }
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/getCartRepositoryService.php:11 {
require …
›
› return $this->services['App\\Repository\\CartRepository'] = new \App\Repository\CartRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
›
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:745 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/getCartServiceService.php:11 {
require …
›
› return $this->privates['App\\Services\\CartService'] = new \App\Services\CartService(($this->services['App\\Repository\\PaymentMethodRepository'] ?? $this->load('getPaymentMethodRepositoryService.php')), ($this->services['App\\Repository\\DeliveryMethodRepository'] ?? $this->load('getDeliveryMethodRepositoryService.php')), ($this->services['App\\Repository\\DeliveryCountryRepository'] ?? $this->load('getDeliveryCountryRepositoryService.php')), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Repository\\CartRepository'] ?? $this->load('getCartRepositoryService.php')), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['session'] ?? $this->getSessionService()), ($this->services['product.manager'] ?? $this->load('getProduct_ManagerService.php')));
›
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:745 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/getSecurity_Authentication_Listener_Form_MainService.php:27 {
require …
›
› return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $b, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \App\Handler\LoginSuccessHandler(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->services['session'] ?? $this->getSessionService()), ($this->privates['App\\Services\\UserTokenManager'] ?? $this->getUserTokenManagerService()), ($this->privates['App\\Services\\CartService'] ?? $this->load('getCartServiceService.php'))), ['always_use_default_target_path' => false, 'default_target_path' => '/', 'login_path' => '/login', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $d, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
›
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/srcApp_KernelDevDebugContainer.php:745 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/users/ck_new/var/cache/dev/ContainerDv6TOUX/getSecurity_Firewall_Map_Context_MainService.php:32 {
ContainerDv6TOUX\srcApp_KernelDevDebugContainer->{closure} …
› yield 1 => ($this->privates['security.context_listener.0'] ?? $this->load('getSecurity_ContextListener_0Service.php'));
› yield 2 => ($this->privates['security.authentication.listener.form.main'] ?? $this->load('getSecurity_Authentication_Listener_Form_MainService.php'));
› yield 3 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->load('getSecurity_Authentication_Listener_Anonymous_MainService.php'));
}
/home/users/ck_new/vendor/symfony/security-http/Firewall.php:71 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/users/ck_new/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:33 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->handleRequest(GetResponseEvent $event, $listeners) …
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#767
date: 2025-04-09 09:46:22.482061 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 {#1551
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#1548
date: 2025-04-09 09:46:22.523421 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Populated the TokenStorage with an anonymous Token."
"context" => []
"level" => 200
"level_name" => "INFO"
"channel" => "security"
"datetime" => DateTime @1744184782 {#1558
date: 2025-04-09 09:46:22.523511 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 {#1570
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#1569
date: 2025-04-09 09:46:22.524249 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 @1744184782 {#1572
date: 2025-04-09 09:46:22.524469 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 @1744184782 {#1650
date: 2025-04-09 09:46:22.534289 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 @1744184782 {#1657
date: 2025-04-09 09:46:22.543102 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 @1744184782 {#1836
date: 2025-04-09 09:46:22.569099 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 @1744184782 {#2105
date: 2025-04-09 09:46:22.569417 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 @1744184782 {#2103
date: 2025-04-09 09:46:22.569431 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 @1744184782 {#2104
date: 2025-04-09 09:46:22.569438 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 @1744184782 {#2107
date: 2025-04-09 09:46:22.569445 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 @1744184782 {#2150
date: 2025-04-09 09:46:22.569450 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 @1744184782 {#2152
date: 2025-04-09 09:46:22.569456 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 @1744184782 {#2153
date: 2025-04-09 09:46:22.569462 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 @1744184782 {#2154
date: 2025-04-09 09:46:22.569468 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 @1744184782 {#2155
date: 2025-04-09 09:46:22.569474 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 @1744184782 {#2156
date: 2025-04-09 09:46:22.569480 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 @1744184782 {#2157
date: 2025-04-09 09:46:22.569486 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: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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#1872
date: 2025-04-09 09:46:22.594282 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 @1744184782 {#2553
date: 2025-04-09 09:46:22.600246 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 @1744184782 {#2554
date: 2025-04-09 09:46:22.600271 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 @1744184782 {#2555
date: 2025-04-09 09:46:22.600277 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 @1744184782 {#2556
date: 2025-04-09 09:46:22.600283 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 @1744184782 {#2557
date: 2025-04-09 09:46:22.600288 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 @1744184782 {#2558
date: 2025-04-09 09:46:22.600295 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 {#1863
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#2587
date: 2025-04-09 09:46:22.601041 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 @1744184782 {#2609
date: 2025-04-09 09:46:22.601399 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 @1744184782 {#2610
date: 2025-04-09 09:46:22.601409 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 {#2634
#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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#2629
date: 2025-04-09 09:46:22.605907 Europe/Warsaw (+02:00)
}
"extra" => []
]
[
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg" could not be found" at /home/users/ck_new/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2613
-statusCode: 404
-headers: []
#message: "Source image for path "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg" could not be found"
#code: 0
#file: "/home/users/ck_new/vendor/liip/imagine-bundle/Controller/ImagineController.php"
#line: 147
trace: {
/home/users/ck_new/vendor/liip/imagine-bundle/Controller/ImagineController.php:147 {
Liip\ImagineBundle\Controller\ImagineController->createRedirectResponse(Closure $url, string $path, string $filter, string $hash = null): RedirectResponse …
›
› throw new NotFoundHttpException(sprintf('Source image for path "%s" could not be found', $path));
› } catch (NonExistingFilterException $exception) {
}
/home/users/ck_new/vendor/liip/imagine-bundle/Controller/ImagineController.php:91 {
Liip\ImagineBundle\Controller\ImagineController->filterAction(Request $request, $path, $filter) …
›
› return $this->createRedirectResponse(function () use ($path, $filter, $resolver) {
› return $this->filterService->getUrlOfFilteredImage($path, $filter, $resolver);
arguments: {
$url: Closure() {#2611 …}
$path: "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg"
$filter: "textileThumb"
}
}
/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 {#52 …}
$path: "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg"
$filter: "textileThumb"
}
}
/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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 400
"level_name" => "ERROR"
"channel" => "request"
"datetime" => DateTime @1744184782 {#2737
date: 2025-04-09 09:46:22.612271 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 {#2725
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#2724
date: 2025-04-09 09:46:22.612331 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 @1744184782 {#2775
date: 2025-04-09 09:46:22.612511 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 @1744184782 {#2776
date: 2025-04-09 09:46:22.612521 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 @1744184782 {#2777
date: 2025-04-09 09:46:22.612528 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 @1744184782 {#2778
date: 2025-04-09 09:46:22.612533 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 @1744184782 {#2779
date: 2025-04-09 09:46:22.612539 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 @1744184782 {#2780
date: 2025-04-09 09:46:22.612545 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 @1744184782 {#2781
date: 2025-04-09 09:46:22.612550 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 @1744184782 {#2782
date: 2025-04-09 09:46:22.612556 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 @1744184782 {#2783
date: 2025-04-09 09:46:22.612562 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 @1744184782 {#2784
date: 2025-04-09 09:46:22.612568 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 @1744184782 {#2785
date: 2025-04-09 09:46:22.612574 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 {#2731
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#2790
date: 2025-04-09 09:46:22.612940 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 @1744184782 {#2816
date: 2025-04-09 09:46:22.613627 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 @1744184782 {#2834
date: 2025-04-09 09:46:22.613638 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 @1744184782 {#2833
date: 2025-04-09 09:46:22.613645 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 @1744184782 {#2832
date: 2025-04-09 09:46:22.613650 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 @1744184782 {#2831
date: 2025-04-09 09:46:22.613656 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 @1744184782 {#2830
date: 2025-04-09 09:46:22.613662 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 {#2789
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#2822
date: 2025-04-09 09:46:22.613710 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 @1744184782 {#2853
date: 2025-04-09 09:46:22.613785 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 @1744184782 {#2854
date: 2025-04-09 09:46:22.613793 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 {#2953
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#2954
date: 2025-04-09 09:46:22.633593 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 @1744184782 {#6442
date: 2025-04-09 09:46:22.740136 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 @1744184782 {#6443
date: 2025-04-09 09:46:22.740151 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 @1744184782 {#6444
date: 2025-04-09 09:46:22.740158 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 @1744184782 {#6445
date: 2025-04-09 09:46:22.740165 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 @1744184782 {#6446
date: 2025-04-09 09:46:22.740171 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 @1744184782 {#6447
date: 2025-04-09 09:46:22.740176 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 @1744184782 {#6448
date: 2025-04-09 09:46:22.740182 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 @1744184782 {#6449
date: 2025-04-09 09:46:22.740189 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 @1744184782 {#6450
date: 2025-04-09 09:46:22.740195 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 @1744184782 {#6451
date: 2025-04-09 09:46:22.740201 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 @1744184782 {#6452
date: 2025-04-09 09:46:22.740208 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 {#6460
#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 {#52 …}
$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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#6459
date: 2025-04-09 09:46:22.740316 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 @1744184782 {#6468
date: 2025-04-09 09:46:22.740450 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 @1744184782 {#6469
date: 2025-04-09 09:46:22.740458 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 @1744184782 {#6470
date: 2025-04-09 09:46:22.740464 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 @1744184782 {#6471
date: 2025-04-09 09:46:22.740469 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 @1744184782 {#6472
date: 2025-04-09 09:46:22.740474 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 @1744184782 {#6473
date: 2025-04-09 09:46:22.740493 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 @1744184782 {#6474
date: 2025-04-09 09:46:22.740499 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 @1744184782 {#6475
date: 2025-04-09 09:46:22.740505 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 @1744184782 {#6476
date: 2025-04-09 09:46:22.740510 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 @1744184782 {#6477
date: 2025-04-09 09:46:22.740516 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 @1744184782 {#6478
date: 2025-04-09 09:46:22.740521 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 @1744184782 {#6479
date: 2025-04-09 09:46:22.740525 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 @1744184782 {#6480
date: 2025-04-09 09:46:22.740532 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 {#2667
#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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#6481
date: 2025-04-09 09:46:22.740557 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 {#6525
#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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#6524
date: 2025-04-09 09:46:22.741264 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 {#6522
#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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#6521
date: 2025-04-09 09:46:22.741328 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 @1744184782 {#7660
date: 2025-04-09 09:46:22.777257 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 @1744184782 {#7661
date: 2025-04-09 09:46:22.777271 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 @1744184782 {#7662
date: 2025-04-09 09:46:22.777278 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 @1744184782 {#7663
date: 2025-04-09 09:46:22.777284 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 @1744184782 {#7664
date: 2025-04-09 09:46:22.777289 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 @1744184782 {#7665
date: 2025-04-09 09:46:22.777294 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 @1744184782 {#7666
date: 2025-04-09 09:46:22.777301 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 @1744184782 {#7667
date: 2025-04-09 09:46:22.777307 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 @1744184782 {#7668
date: 2025-04-09 09:46:22.777312 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 @1744184782 {#7669
date: 2025-04-09 09:46:22.777318 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 {#7671
#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 {#52 …}
$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 {#52 …}
}
}
}
}
]
"level" => 200
"level_name" => "INFO"
"channel" => "php"
"datetime" => DateTime @1744184782 {#7672
date: 2025-04-09 09:46:22.777340 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 @1744184782 {#7695
date: 2025-04-09 09:46:22.777452 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 @1744184782 {#7696
date: 2025-04-09 09:46:22.777460 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 @1744184782 {#7697
date: 2025-04-09 09:46:22.777466 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 @1744184782 {#7698
date: 2025-04-09 09:46:22.777470 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 @1744184782 {#7699
date: 2025-04-09 09:46:22.777476 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 {#7705
#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 @1744184782 {#7704
date: 2025-04-09 09:46:22.777929 Europe/Warsaw (+02:00)
}
"extra" => []
]
]
#stopBuffering: true
#passthruLevel: null
#level: 100
#bubble: true
#formatter: null
#processors: []
}
Monolog\Handler\StreamHandler {#479
#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 {#483
-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 {#487
-records: [
"0000000038c4dc50000000001bbaca0b" => [
[
"timestamp" => 1744184782
"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" => 1744184782
"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 {#407}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#341}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "liip_imagine_filter"
"route_parameters" => [
"_route" => "liip_imagine_filter"
"_controller" => "Liip\ImagineBundle\Controller\ImagineController::filterAction"
"filter" => "textileThumb"
"path" => "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg"
]
"request_uri" => "https://ckdev.centrumkrzesel.pl/media/cache/resolve/textileThumb/images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1744184782
"message" => "User Deprecated: The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#768}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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 {#1551}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"message" => "Populated the TokenStorage with an anonymous Token."
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "security"
]
[
"timestamp" => 1744184782
"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 {#1570}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Listener\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#1863}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#2634}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "images/parameters/6a98eedddb0eb6fc11c85d06b7d5d41e.jpg" could not be found" at /home/users/ck_new/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2613}
]
"channel" => "request"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#2667}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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 {#6525}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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 {#6522}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#7671}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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"
]
]
"0000000038c4d6ca000000001bbaca0b" => [
[
"timestamp" => 1744184782
"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 {#2725}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Listener\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1744184782
"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 {#2731}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#2789}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#2953}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#6460}
]
"channel" => "php"
]
[
"timestamp" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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" => 1744184782
"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 {#7705}
]
"channel" => "php"
]
]
]
-errorCount: [
"0000000038c4dc50000000001bbaca0b" => 1
"0000000038c4d6ca000000001bbaca0b" => 0
"" => 0
]
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#484 …}
}
]
#microsecondTimestamps: true
#exceptionHandler: null
} |