17:20:07
|
php
|
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
|
17:20:07
|
php
(7 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.
[
"exception" => ErrorException {#114
#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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
"exception" => ErrorException {#106
#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/wf10501/www/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
"exception" => ErrorException {#105
#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/wf10501/www/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
"exception" => ErrorException {#104
#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/wf10501/www/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
"exception" => ErrorException {#103
#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/wf10501/www/vendor/symfony/routing/Router.php"
#line: 436
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
› $this->context = $context ?: new RequestContext();
› $this->setOptions($options);
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
› {
› $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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' => 'srcDevDebugProjectContainerUrlGenerator', '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' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
ContainerR31Bbd1\srcDevDebugProjectContainer->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/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
› }, 1 => 'onKernelRequest'], 32);
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
"exception" => ErrorException {#306
#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/wf10501/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
#line: 66
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/var/cache/dev/ContainerR31Bbd1/getDoctrine_Orm_DefaultEntityManagerService.php:53 {
require …
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getLoginFormAuthenticatorService.php:17 {
require …
›
› return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->load('getSecurity_Csrf_TokenManagerService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getSecurity_Firewall_Map_Context_MainService.php:36 {
require …
› yield 4 => ($this->privates['security.access_listener'] ?? $this->load('getSecurity_AccessListenerService.php'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))), $c, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->load('getLoginFormAuthenticatorService.php')), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/wf10501/www/vendor/symfony/dependency-injection/Container.php:448 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/wf10501/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:162 {
Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallContext(Request $request) …
›
› return $this->container->get($contextId);
› }
}
/home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:133 {
Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/wf10501/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:44 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelRequest(GetResponseEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/var/cache/dev/ContainerR31Bbd1/getDoctrine_Orm_DefaultEntityManagerService.php:53 {
require …
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getLoginFormAuthenticatorService.php:17 {
require …
›
› return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->load('getSecurity_Csrf_TokenManagerService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getSecurity_Firewall_Map_Context_MainService.php:36 {
require …
› yield 4 => ($this->privates['security.access_listener'] ?? $this->load('getSecurity_AccessListenerService.php'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))), $c, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->load('getLoginFormAuthenticatorService.php')), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL));
›
}
/home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/wf10501/www/vendor/symfony/dependency-injection/Container.php:448 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/wf10501/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:162 {
Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallContext(Request $request) …
›
› return $this->container->get($contextId);
› }
}
/home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:133 {
Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/wf10501/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:44 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelRequest(GetResponseEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
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.
[
"exception" => ErrorException {#643
#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/wf10501/www/vendor/symfony/http-foundation/Cookie.php"
#line: 97
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:145 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
› 'status_code' => $statusCode,
› 'status_text' => Response::$statusTexts[(int) $statusCode],
› ])
}
/home/wf10501/www/vendor/symfony/framework-bundle/DataCollector/RequestDataCollector.php:33 {
Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
› {
› parent::collect($request, $response, $exception);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:165 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Exception $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:91 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, $type) …
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:145 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
› 'status_code' => $statusCode,
› 'status_text' => Response::$statusTexts[(int) $statusCode],
› ])
}
/home/wf10501/www/vendor/symfony/framework-bundle/DataCollector/RequestDataCollector.php:33 {
Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
› {
› parent::collect($request, $response, $exception);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:165 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Exception $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:91 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, $type) …
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/wf10501/www/public/index.php:37 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
17:20:07
|
php
|
User Deprecated: The "Symfony\Component\Debug\Exception\SilencedErrorContext" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Exception\SilencedErrorContext" instead.
[
"exception" => ErrorException {#758
#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/wf10501/www/vendor/symfony/debug/Exception/SilencedErrorContext.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:131 {
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/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:101 {
Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:88 {
Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));
› }
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:165 {
Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/home/wf10501/www/public/index.php:39 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:131 {
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/wf10501/www/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/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:101 {
Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/wf10501/www/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/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/wf10501/www/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/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:88 {
Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));
› }
}
/home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:165 {
Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/home/wf10501/www/public/index.php:39 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
|
13:28:59
|
-
(8 times)
|
A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#728
+count: 8
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
-line: 30
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
"line" => 32
"function" => "__construct"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
"line" => 32
"function" => "__construct"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
|
13:28:59
|
-
(2 times)
|
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "twig" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#725
+count: 2
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
-line: 51
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
"line" => 33
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
"line" => 33
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
|
13:28:59
|
-
(2 times)
|
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "framework" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#737
+count: 2
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
-line: 51
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/framework-bundle/DependencyInjection/Configuration.php"
"line" => 58
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/framework-bundle/DependencyInjection/Configuration.php"
"line" => 58
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
|
13:28:59
|
-
(2 times)
|
The "dir_name" option is deprecated. Use "migrations_paths" instead.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#734
+count: 2
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/ArrayNode.php"
-line: 234
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
"line" => 427
"function" => "finalizeValue"
"class" => "Symfony\Component\Config\Definition\ArrayNode"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
"line" => 427
"function" => "finalizeValue"
"class" => "Symfony\Component\Config\Definition\ArrayNode"
"type" => "->"
]
]
|
13:28:59
|
-
(2 times)
|
The "namespace" option is deprecated. Use "migrations_paths" instead.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#743
+count: 2
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/ArrayNode.php"
-line: 234
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
"line" => 427
"function" => "finalizeValue"
"class" => "Symfony\Component\Config\Definition\ArrayNode"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
"line" => 427
"function" => "finalizeValue"
"class" => "Symfony\Component\Config\Definition\ArrayNode"
"type" => "->"
]
]
|
13:28:59
|
-
(2 times)
|
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "security" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#741
+count: 2
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
-line: 51
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/MainConfiguration.php"
"line" => 53
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/MainConfiguration.php"
"line" => 53
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
|
13:28:59
|
-
|
Not setting "logout_on_user_change" to true on firewall "main" is deprecated as of 3.4, it will always be true in 4.0.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#742
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php"
-line: 386
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php"
"line" => 297
"function" => "createFirewall"
"class" => "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php"
"line" => 297
"function" => "createFirewall"
"class" => "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension"
"type" => "->"
]
]
|
13:28:59
|
-
(2 times)
|
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "web_profiler" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#744
+count: 2
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
-line: 51
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/web-profiler-bundle/DependencyInjection/Configuration.php"
"line" => 35
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/web-profiler-bundle/DependencyInjection/Configuration.php"
"line" => 35
"function" => "root"
"class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
"type" => "->"
]
]
|
13:28:59
|
-
(90 times)
|
Passing the $requiringClass as 3rd argument for "Symfony\Component\DependencyInjection\TypedReference::__construct()" is deprecated since Symfony 4.1. It should be removed, moving all following arguments 1 to the left.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#736
+count: 90
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/TypedReference.php"
-line: 34
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php"
"line" => 167
"function" => "__construct"
"class" => "Symfony\Component\DependencyInjection\TypedReference"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php"
"line" => 167
"function" => "__construct"
"class" => "Symfony\Component\DependencyInjection\TypedReference"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\CountryRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#731
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\CustomerOrderItemRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#748
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\CustomerRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#739
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\InquiryRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#753
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\PaymentRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#747
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RiserOrderRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#746
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|
13:28:59
|
-
|
The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\UserRepository" service.
[
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#740
+count: 1
-severity: 16384
-file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
-line: 67
-trace: [
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
}
]
[
[
"file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
"line" => 51
"function" => "getDefinitionId"
"class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
"type" => "->"
]
]
|