https://ckdev.centrumkrzesel.pl/contact

Log Messages

  • Info. & Errors 2
  • Deprecations 124
  • Debug 141
  • PHP Notices 0
  • Container 2094

Log messages generated by using features marked as deprecated.

Time Channel
  • php
  • (none)
Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
php (18 times) 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.
0 of 0
[ "exception" => ErrorException {#413 #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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
0 of 0
[ "exception" => ErrorException {#401 #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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
0 of 0
[ "exception" => ErrorException {#400 #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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
0 of 0
[ "exception" => ErrorException {#399 #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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
0 of 0
[ "exception" => ErrorException {#398 #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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1401 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:2071 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1024 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
0 of 0
[ "exception" => ErrorException {#349 #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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:871 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1603 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:943 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:871 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:1603 { Container9uK7mQF\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/Container9uK7mQF/srcApp_KernelDevDebugContainer.php:943 { Container9uK7mQF\srcApp_KernelDevDebugContainer->Container9uK7mQF\{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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php (2 times) 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.
0 of 0
[ "exception" => ErrorException {#13368 #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: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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /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: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) { } /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 { } /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: The "Symfony\Component\Debug\Exception\SilencedErrorContext" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Exception\SilencedErrorContext" instead.
0 of 0
[ "exception" => ErrorException {#13576 #message: "User Deprecated: The "Symfony\Component\Debug\Exception\SilencedErrorContext" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Exception\SilencedErrorContext" instead." #code: 0 #file: "/home/users/ck_new/vendor/symfony/debug/Exception/SilencedErrorContext.php" #line: 14 #severity: E_USER_DEPRECATED trace: { /home/users/ck_new/vendor/symfony/debug/Exception/SilencedErrorContext.php:14 { spl_autoload_call($class_name) … › › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', SilencedErrorContext::class, \Symfony\Component\ErrorHandler\Exception\SilencedErrorContext::class), \E_USER_DEPRECATED);} /home/users/ck_new/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:137 { Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->getContainerDeprecationLogs() … › foreach (unserialize($logContent) as $log) { $log['context'] = ['exception' => new SilencedErrorContext($log['type'], $log['file'], $log['line'], $log['trace'], $log['count'])]; $log['timestamp'] = $bootTime; } /home/users/ck_new/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:67 { Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() … › if (null !== $this->logger) { $containerDeprecationLogs = $this->getContainerDeprecationLogs(); $this->data = $this->computeErrorsCount($containerDeprecationLogs); } /home/users/ck_new/vendor/symfony/http-kernel/Profiler/Profiler.php:99 { Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) … › if ($collector instanceof LateDataCollectorInterface) { $collector->lateCollect();} } /home/users/ck_new/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:113 { Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) … › foreach ($this->profiles as $request) { $this->profiler->saveProfile($this->profiles[$request]);} } /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: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);} } } ]
0 of 0
{ /home/users/ck_new/vendor/symfony/debug/Exception/SilencedErrorContext.php:14 { spl_autoload_call($class_name) … › › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', SilencedErrorContext::class, \Symfony\Component\ErrorHandler\Exception\SilencedErrorContext::class), \E_USER_DEPRECATED);} /home/users/ck_new/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:137 { Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->getContainerDeprecationLogs() … › foreach (unserialize($logContent) as $log) { $log['context'] = ['exception' => new SilencedErrorContext($log['type'], $log['file'], $log['line'], $log['trace'], $log['count'])]; $log['timestamp'] = $bootTime; } /home/users/ck_new/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:67 { Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() … › if (null !== $this->logger) { $containerDeprecationLogs = $this->getContainerDeprecationLogs(); $this->data = $this->computeErrorsCount($containerDeprecationLogs); } /home/users/ck_new/vendor/symfony/http-kernel/Profiler/Profiler.php:99 { Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) … › if ($collector instanceof LateDataCollectorInterface) { $collector->lateCollect();} } /home/users/ck_new/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:113 { Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) … › foreach ($this->profiles as $request) { $this->profiler->saveProfile($this->profiles[$request]);} } /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: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);} }
n/a The "App\Controller\Backend\AdminController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#13287 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ArticleController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#12847 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\AvailabilityController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#13239 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\BannerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#12842 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\BlogController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#12845 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\CategoryController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19476 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\CurrencyController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19477 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\DeliveryMethodController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19478 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\EmailTemplateController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19479 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\EmployeeController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19480 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\FurnitureTypeController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19481 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\GoogleLabelController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19482 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\HelplineHoursController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19483 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\LandingPageController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19484 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\LanguageController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19485 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ListingMarkerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19486 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\MarkerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19487 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ModuleController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19488 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\NewsController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19489 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\OrderManagerController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19490 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\OrderStatusController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19491 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\PaymentMethodController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19492 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\PriceAutomationController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19493 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductColorController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19494 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductCommentController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19495 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19496 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductCrossSellingController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19497 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductEquipmentController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19498 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductFamilyController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19499 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductParameterController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19500 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductParameterValueController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19501 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductParameterValueGroupController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19502 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductPriceController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19503 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductPriceDraftController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19504 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductPricePromotionManagementController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19505 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\ProductProducerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19506 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\RebateCodeController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19507 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\SearchPhraseController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19508 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\SearchReplaceController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19509 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\TeamNotificationController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19510 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\TopBannerControllerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19511 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\UrlRedirectController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19512 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\UserGroupController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19513 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\VatRateController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19514 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\WaitingListSendController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19515 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "App\Controller\Backend\WorkingHoursController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19516 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait" trait is considered internal. It may change without further notice. You should not use it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19517 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::has()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19518 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::get()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19519 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::generateUrl()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#8614 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::forward()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#12844 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19520 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirectToRoute()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19521 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19522 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::file()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19523 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::addFlash()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19524 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::isGranted()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19525 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::denyAccessUnlessGranted()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19526 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19527 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19528 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::stream()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19529 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createNotFoundException()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19530 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createAccessDeniedException()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19531 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createForm()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19532 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createFormBuilder()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19533 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19534 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getUser()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19535 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::isCsrfTokenValid()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19536 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::dispatchMessage()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19537 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::addLink()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19538 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "FOS\UserBundle\Controller\SecurityController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19539 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "file" => "/home/users/ck_new/src/Controller/SecurityController.php" "line" => 31 "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/src/Controller/SecurityController.php" "line" => 31 "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bridge\Doctrine\Form\Type\DoctrineType::getQueryBuilderPartsForCachingHash()" method is considered internal This method is public to be usable as callback. It should not * be used in user code. It may change without further notice. You should not extend it from "App\Form\Type\TransEntity".
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19540 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19541 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/twig/twig/lib/Twig/Extension.php" -line: 7 -trace: [ [ "file" => "/home/users/ck_new/src/Twig/AppExtension.php" "line" => 23 "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/src/Twig/AppExtension.php" "line" => 23 "function" => "spl_autoload_call" ] ]
n/a (3 times) The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19542 +count: 3 -severity: 16384 -file: "/home/users/ck_new/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php" -line: 90 -trace: [ [ "file" => "/home/users/ck_new/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php" "line" => 117 "function" => "classify" "class" => "Doctrine\Common\Inflector\Inflector" "type" => "::" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php" "line" => 117 "function" => "classify" "class" => "Doctrine\Common\Inflector\Inflector" "type" => "::" ] ]
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19543 +count: 2 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/config/Definition/ArrayNode.php" -line: 234 -trace: [ [ "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php" "line" => 427 "function" => "finalizeValue" "class" => "Symfony\Component\Config\Definition\ArrayNode" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php" "line" => 427 "function" => "finalizeValue" "class" => "Symfony\Component\Config\Definition\ArrayNode" "type" => "->" ] ]
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19544 +count: 2 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/config/Definition/ArrayNode.php" -line: 234 -trace: [ [ "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php" "line" => 427 "function" => "finalizeValue" "class" => "Symfony\Component\Config\Definition\ArrayNode" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php" "line" => 427 "function" => "finalizeValue" "class" => "Symfony\Component\Config\Definition\ArrayNode" "type" => "->" ] ]
n/a (6 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19545 +count: 6 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php" -line: 30 -trace: [ [ "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php" "line" => 34 "function" => "__construct" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php" "line" => 34 "function" => "__construct" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ]
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_user" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19546 +count: 2 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php" -line: 51 -trace: [ [ "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php" "line" => 35 "function" => "root" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php" "line" => 35 "function" => "root" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ]
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "lexik_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19547 +count: 2 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php" -line: 51 -trace: [ [ "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/DependencyInjection/Configuration.php" "line" => 25 "function" => "root" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/DependencyInjection/Configuration.php" "line" => 25 "function" => "root" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ]
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "knp_paginator" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19548 +count: 2 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php" -line: 51 -trace: [ [ "file" => "/home/users/ck_new/vendor/knplabs/knp-paginator-bundle/DependencyInjection/Configuration.php" "line" => 14 "function" => "root" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/knplabs/knp-paginator-bundle/DependencyInjection/Configuration.php" "line" => 14 "function" => "root" "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder" "type" => "->" ] ]
n/a The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19549 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/Model/User.php" "line" => 23 "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/Model/User.php" "line" => 23 "function" => "spl_autoload_call" ] ]
n/a The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19550 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php" -line: 18 -trace: [ [ "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/Command/ImportTranslationsCommand.php" "line" => 22 "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/Command/ImportTranslationsCommand.php" "line" => 22 "function" => "spl_autoload_call" ] ]
n/a The "Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19551 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a The "Lexik\Bundle\TranslationBundle\Command\ExportTranslationsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19552 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php" -line: 204 -trace: [ [ "function" => "spl_autoload_call" ] ] } ]
0 of 0
[ [ "function" => "spl_autoload_call" ] ]
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
0 of 0
[ "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19553 +count: 1 -severity: 16384 -file: "/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php" -line: 66 -trace: [ [ "file" => "/home/users/ck_new/var/cache/dev/Container9uK7mQF/srcApp_KernelDevDebugContainer.php" "line" => 871 "function" => "__construct" "class" => "Doctrine\ORM\Mapping\UnderscoreNamingStrategy" "type" => "->" ] ] } ]
0 of 0
[ [ "file" => "/home/users/ck_new/var/cache/dev/Container9uK7mQF/srcApp_KernelDevDebugContainer.php" "line" => 871 "function" => "__construct" "class" => "Doctrine\ORM\Mapping\UnderscoreNamingStrategy" "type" => "->" ] ]