logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#233
-records: [
2 => [
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.652+02:00"
"message" => "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#462
#message: "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:23 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('api-platform/symfony', '4.1', 'The "api_platform.validator.query_parameter_validator" service is deprecated use "\\ApiPlatform\\Metadata\\Parameter::$constraints" instead.');
›
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#464
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php"
#line: 41
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:41 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
›
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#467
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php:25 {
ApiPlatform\ParameterValidator\Validator\ArrayItems->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:46 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› $this->validators = [
› new ArrayItems(),
› new Bounds(),
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#469
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php:25 {
ApiPlatform\ParameterValidator\Validator\Bounds->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:47 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new ArrayItems(),
› new Bounds(),
› new Enum(),
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#471
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php:25 {
ApiPlatform\ParameterValidator\Validator\Enum->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:48 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Bounds(),
› new Enum(),
› new Length(),
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#473
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php:25 {
ApiPlatform\ParameterValidator\Validator\Length->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:49 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Enum(),
› new Length(),
› new MultipleOf(),
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#475
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php:25 {
ApiPlatform\ParameterValidator\Validator\MultipleOf->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:50 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Length(),
› new MultipleOf(),
› new Pattern(),
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#477
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php:25 {
ApiPlatform\ParameterValidator\Validator\Pattern->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:51 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new MultipleOf(),
› new Pattern(),
› new Required(),
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.653+02:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#479
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php:27 {
ApiPlatform\ParameterValidator\Validator\Required->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/var/www/html/current/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:52 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Pattern(),
› new Required(),
› ];
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerCtMAo0A\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:767 {
ContainerCtMAo0A\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1695 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
› {
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container)));
› }
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1060 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.659+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.659+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.659+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.659+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.659+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.659+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.664+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://gameraude.fr/robots.txt"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#787
#message: "No route found for "GET https://gameraude.fr/robots.txt""
#code: 0
#file: "/var/www/html/current/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#747 …}
-statusCode: 404
-headers: []
trace: {
/var/www/html/current/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.702+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.702+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.702+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.702+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.702+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.703+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
973 => [
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1033
#message: "Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated"
#code: 0
#file: "/var/www/html/current/src/EventListener/LogApiSubscriber.php"
#line: 37
#severity: E_DEPRECATED
trace: {
/var/www/html/current/src/EventListener/LogApiSubscriber.php:37 {
App\EventListener\LogApiSubscriber->onKernelRequest(RequestEvent $event) …
›
› if (preg_match('/Bearer\s(\S+)/', $authorization, $matches)) {
› $jwtToken = $matches[1];
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\LogApiSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.665+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FD\LogViewer\EventSubscriber\RemoteHostProxySubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerCtMAo0A\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.697+02:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2307, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1348
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2307, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/var/www/html/current/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/current/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/html/current/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:2307 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
›
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/fdekker/log-viewer-bundle/src/Entity')], false));
›
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1021 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1012 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/current/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/current/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerCtMAo0A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/current/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/html/current/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:98 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/var/www/html/current/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/html/current/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.698+02:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1372
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/var/www/html/current/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/current/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/current/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/html/current/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/current/vendor/doctrine/orm/src/EntityManager.php:177 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1021 {
ContainerCtMAo0A\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/current/var/cache/dev/ContainerCtMAo0A/App_KernelDevDebugContainer.php:1012 {
ContainerCtMAo0A\App_KernelDevDebugContainer::ContainerCtMAo0A\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/current/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/current/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerCtMAo0A\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/current/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/html/current/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:98 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/var/www/html/current/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/html/current/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/current/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.698+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.699+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
"" => [
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.704+02:00"
"message" => "Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1593
#message: "Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated"
#code: 0
#file: "/var/www/html/current/src/EventListener/LogApiSubscriber.php"
#line: 68
#severity: E_DEPRECATED
trace: {
/var/www/html/current/src/EventListener/LogApiSubscriber.php:68 {
App\EventListener\LogApiSubscriber->onKernelTerminate(TerminateEvent $event) …
›
› if (preg_match('/Bearer\s(\S+)/', $authorization, $matches)) {
› $jwtToken = $matches[1];
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#156 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
}
}
/var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#346 …}
$eventName: "kernel.request"
}
}
/var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php:115 {
Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/html/current/vendor/symfony/http-kernel/Kernel.php:157 {
Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› if ($this->kernel instanceof TerminableInterface) {
› $this->kernel->terminate($this->request, $response);
› }
}
/var/www/html/current/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/current/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/current/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1751727406
"timestamp_rfc3339" => "2025-07-05T16:56:46.704+02:00"
"message" => "error or redirect : 404 /robots.txt 216.73.216.206 anonym"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"headers" => [
"x-real-ip" => [
"216.73.216.206"
]
"x-forwarded-server" => [
"76c80c5b15d1"
]
"x-forwarded-proto" => [
"https"
]
"x-forwarded-port" => [
"443"
]
"x-forwarded-host" => [
"gameraude.fr"
]
"x-forwarded-for" => [
"216.73.216.206"
]
"accept-encoding" => [
"gzip, br, zstd, deflate"
]
"accept" => [
"*/*"
]
"user-agent" => [
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
"host" => [
"gameraude.fr"
]
"x-php-ob-level" => [
"0"
]
]
"requestEndPoint" => "GET /robots.txt"
"requestBody" => null
"responseStatusCode" => 404
"responseBody" => """
<!-- No route found for "GET https://gameraude.fr/robots.txt" (404 Not Found) -->\n
<!DOCTYPE html>\n
<html lang="en">\n
<head>\n
<meta charset="UTF-8" />\n
<meta name="robots" content="noindex,nofollow" />\n
<meta name="viewport" content="width=device-width,initial-scale=1" />\n
<title>No route found for "GET https://gameraude.fr/robots.txt" (404 Not Found)</title>\n
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80+aYpoIkqzUikz6Z5klQoWUWYRIJYEUGpQ+lIr9U5dOTLdCtkmWZis3rbnC5fw/neYW002307mX/cZvP3/7o1PwwOdh95x7vnf39zvnd29AgBer2xO6DclAXiMqZAqxIiNIN/IYSUS2BPhjmGATchUxI+ADWiRhpWK7HKuHFVBFdmU5YvnI4grFGCaReF/EBH4KsZlGgj2JBTuCYBWRIYF8YoEOJ6wBt/gEs7mBbyOjQXruPLSdOgPCiEiPSUUHDoL8Ug5IUo9B/d5wrt+G7OAKNrODPuVdB6vRCIzN6SdBlpW9RIgk/1FeAXabzRlrUPVCS/JhbmwudztnGeeH9AyXBIwtmM3wLinZJZHifjHw2V+NBoRh+9ixQrbgbnaSIcl7cGea6hoXQbNe7za241oeO5Z0p42M4BV2EqP2D50wo+6HzvwC6C4sApNOR8cmOrtcnhtj2kYRyC9eBvXzKrBZrXSs72kFd1t3MoKVbMekQkEnSNKOO8fac3LpmK6l1TlGtsxmsdKFsecPYgwxst0cwROMYDXboSotg0WLBRqjY51jLYcENElXwW2XJKPydvoI2GN9T8rBtrAArYIUruBJXkFheCQYlCpQP6uk5dAQFQNaUROMSGVQFxLmkoQsxDJrhLbTZ+nvVsERME9MgPJRKV/58AsyomTSzE813WLFvWK++qI0xSfQl8k8Pg46sYRuv5t6dS+4RqxDwaa4BGjYH+NTQvKScIp9+YL/hoZh3jDtLRHtt2C3g6bmhX+CpsFBWg7ilDSPgj0lD2ncr5ev/BP8VvyAJhqVyZeUhPOrEhEFxgEtjft846Z/guQTNT89Q5P9flMLoth4F7808wKtWWKzAwNQHxrh/1vaid2F+XpYTSbQf1XA2McOmOpROnvpvMEA4tSjq1cW0sws2gCYxswY6TKkvzYnJq1NHZLnRU4BX+4U0uburvusu8Kv8iHY7qefkM4IFngJHEOUXmLEPgiGsI8YnlZILit3vSSLRTQe/MPIZva5pshNIEmyFQlCvruJKXPkCEfmePzkphXHdzZNQdoRI9KPlBAxlj/I8U97ERPS5bjGbWDFbEdqHVe5caTBeZZx2H/IMvzeN15yoQAAAABJRU5ErkJggg==" />\n
<style>/* This file is based on WebProfilerBundle/Resources/views/Profiler/profiler.css.twig.\n
If you make any change in this file, verify the same change is needed in the other file. */\n
:root {\n
--font-sans-serif: Helvetica, Arial, sans-serif;\n
--page-background: #f9f9f9;\n
--color-text: #222;\n
/* when updating any of these colors, do the same in toolbar.css.twig */\n
--color-success: #4f805d;\n
--color-warning: #a46a1f;\n
--color-error: #b0413e;\n
--color-muted: #999;\n
--tab-background: #f0f0f0;\n
--tab-border-color: #e5e5e5;\n
--tab-active-border-color: #d4d4d4;\n
--tab-color: #444;\n
--tab-active-background: #fff;\n
--tab-active-color: var(--color-text);\n
--tab-disabled-background: #f5f5f5;\n
--tab-disabled-color: #999;\n
--selected-badge-background: #e5e5e5;\n
--selected-badge-color: #525252;\n
--selected-badge-shadow: inset 0 0 0 1px #d4d4d4;\n
--selected-badge-warning-background: #fde496;\n
--selected-badge-warning-color: #785b02;\n
--selected-badge-warning-shadow: inset 0 0 0 1px #e6af05;\n
--selected-badge-danger-background: #FCE9ED;\n
--selected-badge-danger-color: #83122A;\n
--selected-badge-danger-shadow: inset 0 0 0 1px #F5B8C5;\n
--metric-value-background: #fff;\n
--metric-value-color: inherit;\n
--metric-unit-color: #999;\n
--metric-label-background: #e0e0e0;\n
--metric-label-color: inherit;\n
--table-border: #e0e0e0;\n
--table-background: #fff;\n
--table-header: #e0e0e0;\n
--trace-selected-background: #F7E5A1;\n
--tree-active-background: #F7E5A1;\n
--exception-title-color: var(--base-2);\n
--shadow: 0px 0px 1px rgba(128, 128, 128, .2);\n
--border: 1px solid #e0e0e0;\n
--background-error: var(--color-error);\n
--highlight-comment: #969896;\n
--highlight-default: #222222;\n
--highlight-keyword: #a71d5d;\n
--highlight-string: #183691;\n
--base-0: #fff;\n
--base-1: #f5f5f5;\n
--base-2: #e0e0e0;\n
--base-3: #ccc;\n
--base-4: #666;\n
--base-5: #444;\n
--base-6: #222;\n
}\n
\n
.theme-dark {\n
--page-background: #36393e;\n
--color-text: #e0e0e0;\n
--color-muted: #777;\n
--color-error: #f76864;\n
--tab-background: #404040;\n
--tab-border-color: #737373;\n
--tab-active-border-color: #171717;\n
--tab-color: var(--color-text);\n
--tab-active-background: #d4d4d4;\n
--tab-active-color: #262626;\n
--tab-disabled-background: var(--page-background);\n
--tab-disabled-color: #a3a3a3;\n
--selected-badge-background: #555;\n
--selected-badge-color: #ddd;\n
--selected-badge-shadow: none;\n
--selected-badge-warning-background: #fcd55f;\n
--selected-badge-warning-color: #785b02;\n
--selected-badge-warning-shadow: inset 0 0 0 1px #af8503;\n
--selected-badge-danger-background: #B41939;\n
--selected-badge-danger-color: #FCE9ED;\n
--selected-badge-danger-shadow: none;\n
--metric-value-background: #555;\n
--metric-value-color: inherit;\n
--metric-unit-color: #999;\n
--metric-label-background: #777;\n
--metric-label-color: #e0e0e0;\n
--trace-selected-background: #5d5227cc;\n
--table-border: #444;\n
--table-background: #333;\n
--table-header: #555;\n
--info-background: rgba(79, 148, 195, 0.5);\n
--tree-active-background: var(--metric-label-background);\n
--exception-title-color: var(--base-2);\n
--shadow: 0px 0px 1px rgba(32, 32, 32, .2);\n
--border: 1px solid #666;\n
--background-error: #b0413e;\n
--highlight-comment: #dedede;\n
--highlight-default: var(--base-6);\n
--highlight-keyword: #de8986;\n
--highlight-string: #70a6fd;\n
--base-0: #2e3136;\n
--base-1: #444;\n
--base-2: #666;\n
--base-3: #666;\n
--base-4: #666;\n
--base-5: #e0e0e0;\n
--base-6: #f5f5f5;\n
--card-label-background: var(--tab-active-background);\n
--card-label-color: var(--tab-active-color);\n
}\n
\n
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}summary{cursor: pointer}\n
\n
html {\n
/* always display the vertical scrollbar to avoid jumps when toggling contents */\n
overflow-y: scroll;\n
}\n
body { background-color: var(--page-background); color: var(--base-6); font: 14px/1.4 Helvetica, Arial, sans-serif; padding-bottom: 45px; }\n
\n
a { cursor: pointer; text-decoration: none; }\n
a:hover { text-decoration: underline; }\n
abbr[title] { border-bottom: none; cursor: help; text-decoration: none; }\n
\n
code, pre { font: 13px/1.5 Consolas, Monaco, Menlo, "Ubuntu Mono", "Liberation Mono", monospace; }\n
\n
table, tr, th, td { background: var(--base-0); border-collapse: collapse; vertical-align: top; }\n
table { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; width: 100%; }\n
table th, table td { border: solid var(--base-2); border-width: 1px 0; padding: 8px 10px; }\n
table th { background-color: var(--base-2); font-weight: bold; text-align: left; }\n
\n
.m-t-5 { margin-top: 5px; }\n
.hidden-xs-down { display: none; }\n
.block { display: block; }\n
.full-width { width: 100%; }\n
.hidden { display: none; }\n
.prewrap { white-space: pre-wrap; }\n
.nowrap { white-space: nowrap; }\n
.newline { display: block; }\n
.break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; min-width: 0; }\n
.text-small { font-size: 12px !important; }\n
.text-muted { color: #999; }\n
.text-bold { font-weight: bold; }\n
.empty { border: 4px dashed var(--base-2); color: #999; margin: 1em 0; padding: .5em 2em; }\n
\n
.status-success { background: rgba(94, 151, 110, 0.3); }\n
.status-warning { background: rgba(240, 181, 24, 0.3); }\n
.status-error { background: rgba(176, 65, 62, 0.2); }\n
.status-success td, .status-warning td, .status-error td { background: transparent; }\n
tr.status-error td, tr.status-warning td { border-bottom: 1px solid var(--base-2); border-top: 1px solid var(--base-2); }\n
.status-warning .colored { color: #A46A1F; }\n
.status-error .colored { color: var(--color-error); }\n
\n
.sf-toggle { cursor: pointer; position: relative; }\n
.sf-toggle-content { -moz-transition: display .25s ease; -webkit-transition: display .25s ease; transition: display .25s ease; }\n
.sf-toggle-content.sf-toggle-hidden { display: none; }\n
.sf-toggle-content.sf-toggle-visible { display: block; }\n
thead.sf-toggle-content.sf-toggle-visible, tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }\n
.sf-toggle-off .icon-close, .sf-toggle-on .icon-open { display: none; }\n
.sf-toggle-off .icon-open, .sf-toggle-on .icon-close { display: block; }\n
\n
.tab-navigation {\n
background-color: var(--tab-background);\n
border-radius: 6px;\n
box-shadow: inset 0 0 0 1px var(--tab-border-color), 0 0 0 5px var(--page-background);\n
display: inline-flex;\n
flex-wrap: wrap;\n
margin: 0 0 15px;\n
padding: 0;\n
user-select: none;\n
-webkit-user-select: none;\n
}\n
.sf-tabs-sm .tab-navigation {\n
box-shadow: inset 0 0 0 1px var(--tab-border-color), 0 0 0 4px var(--page-background);\n
margin: 0 0 10px;\n
}\n
.tab-navigation .tab-control {\n
background: transparent;\n
border: 0;\n
box-shadow: none;\n
transition: box-shadow .05s ease-in, background-color .05s ease-in;\n
cursor: pointer;\n
font-size: 14px;\n
font-weight: 500;\n
line-height: 1.4;\n
margin: 0;\n
padding: 4px 14px;\n
position: relative;\n
text-align: center;\n
z-index: 1;\n
}\n
.sf-tabs-sm .tab-navigation .tab-control {\n
font-size: 13px;\n
padding: 2.5px 10px;\n
}\n
.tab-navigation .tab-control:before {\n
background: var(--tab-border-color);\n
bottom: 15%;\n
content: "";\n
left: 0;\n
position: absolute;\n
top: 15%;\n
width: 1px;\n
}\n
.tab-navigation .tab-control:first-child:before,\n
.tab-navigation .tab-control.active + .tab-control:before,\n
.tab-navigation .tab-control.active:before {\n
width: 0;\n
}\n
.tab-navigation .tab-control .badge {\n
background: var(--selected-badge-background);\n
box-shadow: var(--selected-badge-shadow);\n
color: var(--selected-badge-color);\n
display: inline-block;\n
font-size: 12px;\n
font-weight: bold;\n
line-height: 1;\n
margin-left: 8px;\n
min-width: 10px;\n
padding: 2px 6px;\n
text-align: center;\n
white-space: nowrap;\n
}\n
.tab-navigation .tab-control.disabled {\n
color: var(--tab-disabled-color);\n
}\n
.tab-navigation .tab-control.active {\n
background-color: var(--tab-active-background);\n
border-radius: 6px;\n
box-shadow: inset 0 0 0 1.5px var(--tab-active-border-color);\n
color: var(--tab-active-color);\n
position: relative;\n
z-index: 1;\n
}\n
.theme-dark .tab-navigation li.active {\n
box-shadow: inset 0 0 0 1px var(--tab-border-color);\n
}\n
.tab-content > *:first-child {\n
margin-top: 0;\n
}\n
.tab-navigation .tab-control .badge.status-warning {\n
background: var(--selected-badge-warning-background);\n
box-shadow: var(--selected-badge-warning-shadow);\n
color: var(--selected-badge-warning-color);\n
}\n
.tab-navigation .tab-control .badge.status-error {\n
background: var(--selected-badge-danger-background);\n
box-shadow: var(--selected-badge-danger-shadow);\n
color: var(--selected-badge-danger-color);\n
}\n
\n
.sf-tabs .tab:not(:first-child) { display: none; }\n
\n
[data-filters] { position: relative; }\n
[data-filtered] { cursor: pointer; }\n
[data-filtered]:after { content: '\00a0\25BE'; }\n
[data-filtered]:hover .filter-list li { display: inline-flex; }\n
[class*="filter-hidden-"] { display: none; }\n
.filter-list { position: absolute; border: var(--border); box-shadow: var(--shadow); margin: 0; padding: 0; display: flex; flex-direction: column; }\n
.filter-list :after { content: ''; }\n
.filter-list li {\n
background: var(--tab-disabled-background);\n
border-bottom: var(--border);\n
color: var(--tab-disabled-color);\n
display: none;\n
list-style: none;\n
margin: 0;\n
padding: 5px 10px;\n
text-align: left;\n
font-weight: normal;\n
}\n
.filter-list li.active {\n
background: var(--tab-background);\n
color: var(--tab-color);\n
}\n
.filter-list li.last-active {\n
background: var(--tab-active-background);\n
color: var(--tab-active-color);\n
}\n
\n
.filter-list-level li { cursor: s-resize; }\n
.filter-list-level li.active { cursor: n-resize; }\n
.filter-list-level li.last-active { cursor: default; }\n
.filter-list-level li.last-active:before { content: '\2714\00a0'; }\n
.filter-list-choice li:before { content: '\2714\00a0'; color: transparent; }\n
.filter-list-choice li.active:before { color: unset; }\n
\n
.container { max-width: 1024px; margin: 0 auto; padding: 0 15px; }\n
.container::after { content: ""; display: table; clear: both; }\n
\n
header { background-color: #222; color: rgba(255, 255, 255, 0.75); font-size: 13px; height: 33px; line-height: 33px; padding: 0; }\n
header .container { display: flex; justify-content: space-between; }\n
.logo { flex: 1; font-size: 13px; font-weight: normal; margin: 0; padding: 0; }\n
.logo svg { height: 18px; width: 18px; opacity: .8; vertical-align: -5px; }\n
\n
.help-link { margin-left: 15px; }\n
.help-link a { color: inherit; }\n
.help-link .icon svg { height: 15px; width: 15px; opacity: .7; vertical-align: -2px; }\n
.help-link a:hover { color: #EEE; text-decoration: none; }\n
.help-link a:hover svg { opacity: .9; }\n
\n
.exception-summary { background: var(--background-error); border-bottom: 2px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, .3); flex: 0 0 auto; margin-bottom: 15px; }\n
.exception-metadata { background: rgba(0, 0, 0, 0.1); padding: 7px 0; }\n
.exception-metadata .container { display: flex; flex-direction: row; justify-content: space-between; }\n
.exception-metadata h2, .exception-metadata h2 > a { color: rgba(255, 255, 255, 0.8); font-size: 13px; font-weight: 400; margin: 0; }\n
.exception-http small { font-size: 13px; opacity: .7; }\n
.exception-hierarchy { flex: 1; }\n
.exception-hierarchy .icon { margin: 0 3px; opacity: .7; }\n
.exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }\n
\n
.exception-without-message .exception-message-wrapper { display: none; }\n
.exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }\n
.exception-message { flex-grow: 1; }\n
.exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }\n
.exception-message.long { font-size: 18px; }\n
.exception-message a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: inherit; text-decoration: none; }\n
.exception-message a:hover { border-bottom-color: #ffffff; }\n
\n
.exception-properties-wrapper { margin: .8em 0; }\n
.exception-properties { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); }\n
.exception-properties pre { margin: 0; padding: 0.2em 0; }\n
\n
.exception-illustration { flex-basis: 111px; flex-shrink: 0; height: 66px; margin-left: 15px; opacity: .7; }\n
\n
.trace + .trace { margin-top: 30px; }\n
.trace-head { background-color: var(--base-2); padding: 10px; position: relative; }\n
.trace-head .trace-class { color: var(--base-6); font-size: 18px; font-weight: bold; line-height: 1.3; margin: 0; position: relative; }\n
.trace-head .trace-namespace { color: #999; display: block; font-size: 13px; }\n
.trace-head .icon { position: absolute; right: 0; top: 0; }\n
.trace-head .icon svg { fill: var(--base-5); height: 24px; width: 24px; }\n
\n
.trace-details { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 0 0 1em; table-layout: fixed; }\n
\n
.trace-message { font-size: 14px; font-weight: normal; margin: .5em 0 0; }\n
\n
.trace-line { position: relative; padding-top: 8px; padding-bottom: 8px; }\n
.trace-line + .trace-line { border-top: var(--border); }\n
.trace-line:hover { background: var(--base-1); }\n
.trace-line a { color: var(--base-6); }\n
.trace-line .icon { opacity: .4; position: absolute; left: 10px; }\n
.trace-line .icon svg { fill: var(--base-5); height: 16px; width: 16px; }\n
.trace-line .icon.icon-copy { left: auto; top: auto; padding-left: 5px; display: none }\n
.trace-line:hover .icon.icon-copy:not(.hidden) { display: inline-block }\n
.trace-line-header { padding-left: 36px; padding-right: 10px; }\n
\n
.trace-file-path, .trace-file-path a { color: var(--base-6); font-size: 13px; }\n
.trace-class { color: var(--color-error); }\n
.trace-type { padding: 0 2px; }\n
.trace-method { color: var(--color-error); font-weight: bold; }\n
.trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }\n
\n
.trace-code { background: var(--base-0); font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }\n
.trace-code ol { margin: 0; float: left; }\n
.trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }\n
.trace-code li + li { margin-top: 5px; }\n
.trace-code li.selected { background: var(--trace-selected-background); margin-top: 2px; }\n
.trace-code li code { color: var(--base-6); white-space: pre; }\n
\n
.trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }\n
\n
@media (min-width: 575px) {\n
.hidden-xs-down { display: initial; }\n
.help-link { margin-left: 30px; }\n
}</style>\n
<style>.sf-reset .traces {\n
padding-bottom: 14px;\n
}\n
.sf-reset .traces li {\n
font-size: 12px;\n
color: #868686;\n
padding: 5px 4px;\n
list-style-type: decimal;\n
margin-left: 20px;\n
}\n
.sf-reset #logs .traces li.error {\n
font-style: normal;\n
color: #AA3333;\n
background: #f9ecec;\n
}\n
.sf-reset #logs .traces li.warning {\n
font-style: normal;\n
background: #ffcc00;\n
}\n
/* fix for Opera not liking empty <li> */\n
.sf-reset .traces li:after {\n
content: "\00A0";\n
}\n
.sf-reset .trace {\n
border: 1px solid #D3D3D3;\n
padding: 10px;\n
overflow: auto;\n
margin: 10px 0 20px;\n
}\n
.sf-reset .block-exception {\n
-moz-border-radius: 16px;\n
-webkit-border-radius: 16px;\n
border-radius: 16px;\n
margin-bottom: 20px;\n
background-color: #f6f6f6;\n
border: 1px solid #dfdfdf;\n
padding: 30px 28px;\n
word-wrap: break-word;\n
overflow: hidden;\n
}\n
.sf-reset .block-exception div {\n
color: #313131;\n
font-size: 10px;\n
}\n
.sf-reset .block-exception-detected .illustration-exception,\n
.sf-reset .block-exception-detected .text-exception {\n
float: left;\n
}\n
.sf-reset .block-exception-detected .illustration-exception {\n
width: 152px;\n
}\n
.sf-reset .block-exception-detected .text-exception {\n
width: 670px;\n
padding: 30px 44px 24px 46px;\n
position: relative;\n
}\n
.sf-reset .text-exception .open-quote,\n
.sf-reset .text-exception .close-quote {\n
font-family: Arial, Helvetica, sans-serif;\n
position: absolute;\n
color: #C9C9C9;\n
font-size: 8em;\n
}\n
.sf-reset .open-quote {\n
top: 0;\n
left: 0;\n
}\n
.sf-reset .close-quote {\n
bottom: -0.5em;\n
right: 50px;\n
}\n
.sf-reset .block-exception p {\n
font-family: Arial, Helvetica, sans-serif;\n
}\n
.sf-reset .block-exception p a,\n
.sf-reset .block-exception p a:hover {\n
color: #565656;\n
}\n
.sf-reset .logs h2 {\n
float: left;\n
width: 654px;\n
}\n
.sf-reset .error-count, .sf-reset .support {\n
float: right;\n
width: 170px;\n
text-align: right;\n
}\n
.sf-reset .error-count span {\n
display: inline-block;\n
background-color: #aacd4e;\n
-moz-border-radius: 6px;\n
-webkit-border-radius: 6px;\n
border-radius: 6px;\n
padding: 4px;\n
color: white;\n
margin-right: 2px;\n
font-size: 11px;\n
font-weight: bold;\n
}\n
\n
.sf-reset .support a {\n
display: inline-block;\n
-moz-border-radius: 6px;\n
-webkit-border-radius: 6px;\n
border-radius: 6px;\n
padding: 4px;\n
color: #000000;\n
margin-right: 2px;\n
font-size: 11px;\n
font-weight: bold;\n
}\n
\n
.sf-reset .toggle {\n
vertical-align: middle;\n
}\n
.sf-reset .linked ul,\n
.sf-reset .linked li {\n
display: inline;\n
}\n
.sf-reset #output-content {\n
color: #000;\n
font-size: 12px;\n
}\n
.sf-reset #traces-text pre {\n
white-space: pre;\n
font-size: 12px;\n
font-family: monospace;\n
}</style>\n
</head>\n
<body>\n
<script>\n
document.body.classList.add(\n
localStorage.getItem('symfony/profiler/theme') || (matchMedia('(prefers-color-scheme: dark)').matches ? 'theme-dark' : 'theme-light')\n
);\n
</script>\n
\n
<header>\n
<div class="container">\n
<h1 class="logo"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#FFF" d="M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z"/></svg> Symfony Exception</h1>\n
\n
<div class="help-link">\n
<a href="https://symfony.com/doc/6.4.22/index.html">\n
<span class="icon"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="#FFF" d="M1703 478q40 57 18 129l-275 906q-19 64-76.5 107.5T1247 1664H324q-77 0-148.5-53.5T76 1479q-24-67-2-127 0-4 3-27t4-37q1-8-3-21.5t-3-19.5q2-11 8-21t16.5-23.5T116 1179q23-38 45-91.5t30-91.5q3-10 .5-30t-.5-28q3-11 17-28t17-23q21-36 42-92t25-90q1-9-2.5-32t.5-28q4-13 22-30.5t22-22.5q19-26 42.5-84.5T404 411q1-8-3-25.5t-2-26.5q2-8 9-18t18-23 17-21q8-12 16.5-30.5t15-35 16-36 19.5-32 26.5-23.5 36-11.5T620 134l-1 3q38-9 51-9h761q74 0 114 56t18 130l-274 906q-36 119-71.5 153.5T1089 1408H220q-27 0-38 15-11 16-1 43 24 70 144 70h923q29 0 56-15.5t35-41.5l300-987q7-22 5-57 38 15 59 43zm-1064 2q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5T1311 480l21-64q4-13-2-22.5t-20-9.5H702q-13 0-25.5 9.5T660 416zm-83 256q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5T1228 736l21-64q4-13-2-22.5t-20-9.5H619q-13 0-25.5 9.5T577 672z"/></svg></span>\n
<span class="hidden-xs-down">Symfony</span> Docs\n
</a>\n
</div>\n
</div>\n
</header>\n
\n
<div class="exception-summary ">\n
<div class="exception-metadata">\n
<div class="container">\n
<h2 class="exception-hierarchy">\n
<a href="#trace-box-2"><abbr title="Symfony\Component\Routing\Exception\ResourceNotFoundException">ResourceNotFoundException</abbr></a>\n
<span class="icon"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="#FFF" d="M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L531 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"/></svg></span>\n
<a href="#trace-box-1"><abbr title="Symfony\Component\HttpKernel\Exception\NotFoundHttpException">NotFoundHttpException</abbr></a>\n
</h2>\n
<h2 class="exception-http">\n
HTTP 404 <small>Not Found</small>\n
</h2>\n
</div>\n
</div>\n
<div class="exception-message-wrapper">\n
<div class="container">\n
<h1 class="break-long-words exception-message">No route found for "GET https://gameraude.fr/robots.txt"</h1>\n
\n
<div class="exception-illustration hidden-xs-down">\n
<svg viewBox="0 0 136 81" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4"><path d="M92.4 20.4a23.2 23.2 0 0 1 9 1.9 23.7 23.7 0 0 1 5.2 3 24.3 24.3 0 0 1 3.4 3.4 24.8 24.8 0 0 1 5 9.4c.5 1.7.8 3.4 1 5.2v14.5h.4l.5.2a7.4 7.4 0 0 0 2.5.2l.2-.2.6-.8.8-1.3-.2-.1a5.5 5.5 0 0 1-.8-.3 5.6 5.6 0 0 1-2.3-1.8 5.7 5.7 0 0 1-.9-1.6 6.5 6.5 0 0 1-.2-2.8 7.3 7.3 0 0 1 .5-2l.3-.3.8-.9.3-.3c.2-.2.5-.3.8-.3H120.7c.2 0 .3-.1.4 0h.4l.2.1.3.2.2-.4.3-.4.1-.1 1.2-1 .3-.2.4-.1.4-.1h.3l1.5.1.4.1.8.5.1.2 1 1.1v.2H129.4l.4-.2 1.4-.5h1.1c.3 0 .7.2 1 .4.2 0 .3.2.5.3l.2.2.5.3.4.6.1.3.4 1.4.1.4v.6a7.8 7.8 0 0 1-.1.6 9.9 9.9 0 0 1-.8 2.4 7.8 7.8 0 0 1-3 3.3 6.4 6.4 0 0 1-1 .5 6.1 6.1 0 0 1-.6.2l-.7.1h-.1a23.4 23.4 0 0 1-.2 1.7 14.3 14.3 0 0 1-.6 2.1l-.8 2a9.2 9.2 0 0 1-.4.6l-.7 1a9.1 9.1 0 0 1-2.3 2.2c-.9.5-2 .6-3 .7l-1.4.1h-.5l-.4.1a15.8 15.8 0 0 1-2.8-.1v4.2a9.7 9.7 0 0 1-.7 3.5 9.6 9.6 0 0 1-1.7 2.8 9.3 9.3 0 0 1-3 2.3 9 9 0 0 1-5.4.7 9 9 0 0 1-3-1 9.4 9.4 0 0 1-2.7-2.5 10 10 0 0 1-1 1.2 9.3 9.3 0 0 1-2 1.3 9 9 0 0 1-2.4 1 9 9 0 0 1-6.5-1.1A9.4 9.4 0 0 1 85 77V77a10.9 10.9 0 0 1-.6.6 9.3 9.3 0 0 1-2.7 2 9 9 0 0 1-6 .8 9 9 0 0 1-2.4-1 9.3 9.3 0 0 1-2.3-1.7 9.6 9.6 0 0 1-1.8-2.8 9.7 9.7 0 0 1-.8-3.7v-4a18.5 18.5 0 0 1-2.9.2l-1.2-.1c-1.9-.3-3.7-1-5.1-2.2a8.2 8.2 0 0 1-1.1-1 10.2 10.2 0 0 1-.9-1.2 15.3 15.3 0 0 1-.7-1.3 20.8 20.8 0 0 1-1.9-6.2v-.2a6.5 6.5 0 0 1-1-.3 6.1 6.1 0 0 1-.6-.3 6.6 6.6 0 0 1-.9-.6 8.2 8.2 0 0 1-2.7-3.7 10 10 0 0 1-.3-1 10.3 10.3 0 0 1-.3-1.9V47v-.4l.1-.4.6-1.4.1-.2a2 2 0 0 1 .8-.8l.3-.2.3-.2a3.2 3.2 0 0 1 1.8-.5h.4l.3.2 1.4.6.2.2.4.3.3.4.7-.7.2-.2.4-.2.6-.2h2.1l.4.2.4.2.3.2.8 1 .2-.1h.1v-.1H63l1.1.1h.3l.8.5.3.4.7 1 .2.3.1.5a11 11 0 0 1 .2 1.5c0 .8 0 1.6-.3 2.3a6 6 0 0 1-.5 1.2 5.5 5.5 0 0 1-3.3 2.5 12.3 12.3 0 0 0 1.4 3h.1l.2.1 1 .2h1.5l.5-.2H67.8l.5-.2h.1V44v-.4a26.7 26.7 0 0 1 .3-2.3 24.7 24.7 0 0 1 5.7-12.5 24.2 24.2 0 0 1 3.5-3.3 23.7 23.7 0 0 1 4.9-3 23.2 23.2 0 0 1 5.6-1.7 23.7 23.7 0 0 1 4-.3zm-.3 2a21.2 21.2 0 0 0-8 1.7 21.6 21.6 0 0 0-4.8 2.7 22.2 22.2 0 0 0-3.2 3 22.7 22.7 0 0 0-5 9.2 23.4 23.4 0 0 0-.7 4.9v15.7l-.5.1a34.3 34.3 0 0 1-1.5.3h-.2l-.4.1h-.4l-.9.2a10 10 0 0 1-1.9 0c-.5 0-1-.2-1.5-.4a1.8 1.8 0 0 1-.3-.2 2 2 0 0 1-.3-.3 5.2 5.2 0 0 1-.1-.2 9 9 0 0 1-.6-.9 13.8 13.8 0 0 1-1-2 14.3 14.3 0 0 1-.6-2 14 14 0 0 1-.1-.8v-.2h.3a12.8 12.8 0 0 0 1.4-.2 4.4 4.4 0 0 0 .3 0 3.6 3.6 0 0 0 1.1-.7 3.4 3.4 0 0 0 1.2-1.7l.2-1.2a5.1 5.1 0 0 0 0-.8 7.2 7.2 0 0 0-.1-.8l-.7-1-1.2-.2-1 .7-.1 1.3a5 5 0 0 1 .1.4v.6a1 1 0 0 1 0 .3c-.1.3-.4.4-.7.5l-1.2.4v-.7A9.9 9.9 0 0 1 60 49l.3-.6v-.2l.1-.1v-1.6l-1-1.2h-1.5l-1 1.1v.4a5.3 5.3 0 0 0-.2.6 5.5 5.5 0 0 0 0 .5c0 .7 0 1.4.3 2 0 .4.2.8.4 1.2L57 51a9.5 9.5 0 0 1-1.1-.5h-.2a2 2 0 0 1-.4-.3c-.4-.4-.5-1-.6-1.6a5.6 5.6 0 0 1 0-.5v-.5-.5l-.6-1.5-1.4-.6-.9.3s-.2 0-.3.2a2 2 0 0 1-.1 0l-.6 1.4v.7a8.5 8.5 0 0 0 .5 2c.4 1.1 1 2.1 2 2.8a4.7 4.7 0 0 0 2.1.9h1a22.8 22.8 0 0 0 .1 1 18.1 18.1 0 0 0 .8 3.8 18.2 18.2 0 0 0 1.6 3.7l1 1.3c1 1 2.3 1.6 3.7 2a11.7 11.7 0 0 0 4.8 0h.4l.5-.2.5-.1.6-.2v6.6a8 8 0 0 0 .1 1.3 7.5 7.5 0 0 0 2.4 4.3 7.2 7.2 0 0 0 2.3 1.3 7 7 0 0 0 7-1.1 7.5 7.5 0 0 0 2-2.6A7.7 7.7 0 0 0 85 72V71a8.2 8.2 0 0 0 .2 1.3c0 .7.3 1.4.6 2a7.5 7.5 0 0 0 1.7 2.3 7.3 7.3 0 0 0 2.2 1.4 7.1 7.1 0 0 0 4.6.2 7.2 7.2 0 0 0 2.4-1.2 7.5 7.5 0 0 0 2.1-2.7 7.8 7.8 0 0 0 .7-2.4V71a9.3 9.3 0 0 0 .1.6 7.6 7.6 0 0 0 .6 2.5 7.5 7.5 0 0 0 2.4 3 7.1 7.1 0 0 0 7 .8 7.3 7.3 0 0 0 2.3-1.5 7.5 7.5 0 0 0 1.6-2.3 7.6 7.6 0 0 0 .5-2l.1-1.1v-6.7l.4.1a12.2 12.2 0 0 0 2 .5 11.1 11.1 0 0 0 2.5 0h.8l1.2-.1a9.5 9.5 0 0 0 1.4-.2l.9-.3a3.5 3.5 0 0 0 .6-.4l1.2-1.4a12.2 12.2 0 0 0 .8-1.2c0-.3.2-.5.3-.7a15.9 15.9 0 0 0 .7-2l.3-1.6v-1.3l.2-.9V54.6a15.5 15.5 0 0 0 1.8 0 4.5 4.5 0 0 0 1.4-.5 5.7 5.7 0 0 0 2.5-3.2 7.6 7.6 0 0 0 .4-1.5v-.3l-.4-1.4a5.2 5.2 0 0 1-.2-.1l-.4-.4a3.8 3.8 0 0 0-.2 0 1.4 1.4 0 0 0-.5-.2l-1.4.4-.7 1.3v.7a5.7 5.7 0 0 1-.1.8l-.7 1.4a1.9 1.9 0 0 1-.5.3h-.3a9.6 9.6 0 0 1-.8.3 8.8 8.8 0 0 1-.6 0l.2-.4.2-.5.2-.3v-.4l.1-.2V50l.1-1 .1-.6v-.6a4.8 4.8 0 0 0 0-.8v-.2l-1-1.1-1.5-.2-1.1 1-.2 1.4v.1l.2.4.2.3v.4l.1 1.1v.3l.1.5v.8a9.6 9.6 0 0 1-.8-.3l-.2-.1h-.3l-.8-.1h-.2a1.6 1.6 0 0 1-.2-.2.9.9 0 0 1-.2-.2 1 1 0 0 1-.1-.5l.2-.9v-1.2l-.9-.8h-1.2l-.8.9v.3a4.8 4.8 0 0 0-.3 2l.3.9a3.5 3.5 0 0 0 1.2 1.6l1 .5.8.2 1.4.1h.4l.2.1a12.1 12.1 0 0 1-1 2.6 13.2 13.2 0 0 1-.8 1.5 9.5 9.5 0 0 1-1 1.2l-.2.3a1.7 1.7 0 0 1-.4.3 2.4 2.4 0 0 1-.7.2h-2.5a7.8 7.8 0 0 1-.6-.2l-.7-.2h-.2a14.8 14.8 0 0 1-.6-.2 23.4 23.4 0 0 1-.4-.1l-.4-.1-.3-.1V43.9a34.6 34.6 0 0 0 0-.6 23.6 23.6 0 0 0-.4-3 22.7 22.7 0 0 0-1.5-4.7 22.6 22.6 0 0 0-4.6-6.7 21.9 21.9 0 0 0-6.9-4.7 21.2 21.2 0 0 0-8.1-1.8H92zm9.1 33.7l.3.1a1 1 0 0 1 .6.8v.4a8.4 8.4 0 0 1 0 .5 8.8 8.8 0 0 1-1.6 4.2l-1 1.3A10 10 0 0 1 95 66c-1.3.3-2.7.4-4 .3a10.4 10.4 0 0 1-2.7-.8 10 10 0 0 1-3.6-2.5 9.3 9.3 0 0 1-.8-1 9 9 0 0 1-.7-1.2 8.6 8.6 0 0 1-.8-3.4V57a1 1 0 0 1 .3-.6 1 1 0 0 1 1.3-.2 1 1 0 0 1 .4.8v.4a6.5 6.5 0 0 0 .5 2.2 7 7 0 0 0 2.1 2.8l1 .6c2.6 1.6 6 1.6 8.5 0a8 8 0 0 0 1.1-.6 7.6 7.6 0 0 0 1.2-1.2 7 7 0 0 0 1-1.7 6.5 6.5 0 0 0 .4-2.5 1 1 0 0 1 .7-1h.4zM30.7 43.7c-15.5 1-28.5-6-30.1-16.4C-1.2 15.7 11.6 4 29 1.3 46.6-1.7 62.3 5.5 64 17.1c1.6 10.4-8.7 21-23.7 25a31.2 31.2 0 0 0 0 .9v.3a19 19 0 0 0 .1 1l.1.4.1.9a4.7 4.7 0 0 0 .5 1l.7 1a9.2 9.2 0 0 0 1.2 1l1.5.8.6.8-.7.6-1.1.3a11.2 11.2 0 0 1-2.6.4 8.6 8.6 0 0 1-3-.5 8.5 8.5 0 0 1-1-.4 11.2 11.2 0 0 1-1.8-1.2 13.3 13.3 0 0 1-1-1 18 18 0 0 1-.7-.6l-.4-.4a23.4 23.4 0 0 1-1.3-1.8l-.1-.1-.3-.5V45l-.3-.6v-.7zM83.1 36c3.6 0 6.5 3.2 6.5 7.1 0 4-3 7.2-6.5 7.2S76.7 47 76.7 43 79.6 36 83 36zm18 0c3.6 0 6.5 3.2 6.5 7.1 0 4-2.9 7.2-6.4 7.2S94.7 47 94.7 43s3-7.1 6.5-7.1zm-18 6.1c2 0 3.5 1.6 3.5 3.6S85 49.2 83 49.2s-3.4-1.6-3.4-3.6S81.2 42 83 42zm17.9 0c1.9 0 3.4 1.6 3.4 3.6s-1.5 3.6-3.4 3.6c-2 0-3.5-1.6-3.5-3.6S99.1 42 101 42zM17 28c-.3 1.6-1.8 5-5.2 5.8-2.5.6-4.1-.8-4.5-2.6-.4-1.9.7-3.5 2.1-4.5A3.5 3.5 0 0 1 8 24.6c-.4-2 .8-3.7 3.2-4.2 1.9-.5 3.1.2 3.4 1.5.3 1.1-.5 2.2-1.8 2.5-.9.3-1.6 0-1.7-.6a1.4 1.4 0 0 1 0-.7s.3.2 1 0c.7-.1 1-.7.9-1.2-.2-.6-1-.8-1.8-.6-1 .2-2 1-1.7 2.6.3 1 .9 1.6 1.5 1.8l.7-.2c1-.2 1.5 0 1.6.5 0 .4-.2 1-1.2 1.2a3.3 3.3 0 0 1-1.5 0c-.9.7-1.6 1.9-1.3 3.2.3 1.3 1.3 2.2 3 1.8 2.5-.7 3.8-3.7 4.2-5-.3-.5-.6-1-.7-1.6-.1-.5.1-1 .9-1.2.4 0 .7.2.8.8a2.8 2.8 0 0 1 0 1l.7 1c.6-2 1.4-4 1.7-4 .6-.2 1.5.6 1.5.6-.8.7-1.7 2.4-2.3 4.2.8.6 1.6 1 2.1 1 .5-.1.8-.6 1-1.2-.3-2.2 1-4.3 2.3-4.6.7-.2 1.3.2 1.4.8.1.5 0 1.3-.9 1.7-.2-1-.6-1.3-1-1.3-.4.1-.7 1.4-.4 2.8.2 1 .7 1.5 1.3 1.4.8-.2 1.3-1.2 1.7-2.1-.3-2.1.9-4.2 2.2-4.5.7-.2 1.2.1 1.4 1 .4 1.4-1 2.8-2.2 3.4.3.7.7 1 1.3.9 1-.3 1.6-1.5 2-2.5l-.5-3v-.3s1.6-.3 1.8.6v.1c.2-.6.7-1.2 1.3-1.4.8-.1 1.5.6 1.7 1.6.5 2.2-.5 4.4-1.8 4.7H33a31.9 31.9 0 0 0 1 5.2c-.4.1-1.8.4-2-.4l-.5-5.6c-.5 1-1.3 2.2-2.5 2.4-1 .3-1.6-.3-2-1.1-.5 1-1.3 2.1-2.4 2.4-.8.2-1.5-.1-2-1-.3.8-.9 1.5-1.5 1.7-.7.1-1.5-.3-2.4-1-.3.8-.4 1.6-.4 2.2 0 0-.7 0-.8-.4-.1-.5 0-1.5.3-2.7a10.3 10.3 0 0 1-.7-.8zm38.2-17.8l.2.9c.5 1.9.4 4.4.8 6.4 0 .6-.4 3-1.4 3.3-.2 0-.3 0-.4-.4-.1-.7 0-1.6-.3-2.6-.2-1.1-.8-1.6-1.5-1.5-.8.2-1.3 1-1.6 2l-.1-.5c-.2-1-1.8-.6-1.8-.6a6.2 6.2 0 0 1 .4 1.3l.2 1c-.2.5-.6 1-1.2 1l-.2.1a7 7 0 0 0-.1-.8c-.3-1.1-1-2-1.6-1.8a.7.7 0 0 0-.4.3c-1.3.3-2.4 2-2.1 3.9-.2.9-.6 1.7-1 1.9-.5 0-.8-.5-1.1-1.8l-.1-1.2a4 4 0 0 0 0-1.7c0-.4-.4-.7-.8-.6-.7.2-.9 1.7-.5 3.8-.2 1-.6 2-1.3 2-.4.2-.8-.2-1-1l-.2-3c1.2-.5 2-1 1.8-1.7-.1-.5-.8-.7-.8-.7s0 .7-1 1.2l-.2-1.4c-.1-.6-.4-1-1.7-.6l.4 1 .2 1.5h-1v.8c0 .3.4.3 1 .2 0 1.3 0 2.7.2 3.6.3 1.4 1.2 2 2 1.7 1-.2 1.6-1.3 2-2.3.3 1.2 1 2 1.9 1.7.7-.2 1.2-1.1 1.6-2.2.4.8 1.1 1.1 2 1 1.2-.4 1.7-1.6 1.8-2.8h.2c.6-.2 1-.6 1.3-1 0 .8 0 1.5.2 2.1.1.5.3.7.6.6.5-.1 1-.9 1-.9a4 4 0 0 1-.3-1c-.3-1.3.3-3.6 1-3.7.2 0 .3.2.5.7v.8l.2 1.5v.7c.2.7.7 1.3 1.5 1 1.3-.2 2-2.6 2.1-3.9.3.2.6.2 1 .1-.6-2.2 0-6.1-.3-7.9-.1-.4-1-.5-1.7-.5h-.4zm-21.5 12c.4 0 .7.3 1 1.1.2 1.3-.3 2.6-.9 2.8-.2 0-.7 0-1-1.2v-.4c0-1.3.4-2 1-2.2zm-5.2 1c.3 0 .6.2.6.5.2.6-.3 1.3-1.2 2-.3-1.4.1-2.3.6-2.5zm18-.4c-.5.2-1-.4-1.2-1.2-.2-1 0-2.1.7-2.5v.5c.2.7.6 1.5 1.3 1.9 0 .7-.2 1.2-.7 1.3zm10-1.6c0 .5.4.7 1 .6.8-.2 1-1 .8-1.6 0-.5-.4-1-1-.8-.5.1-1 .9-.8 1.8zm-14.3-5.5c0-.4-.5-.7-1-.5-.8.2-1 1-.9 1.5.2.6.5 1 1 .8.5 0 1.1-1 1-1.8z" fill="#fff" fill-opacity=".6"/></svg> </div>\n
</div>\n
</div>\n
</div>\n
\n
<div class="container">\n
<div class="sf-tabs">\n
<div class="tab">\n
<h3 class="tab-title">\n
Exceptions <span class="badge">2</span>\n
</h3>\n
\n
<div class="tab-content">\n
<div class="trace trace-as-html" id="trace-box-1">\n
<div class="trace-details">\n
<div class="trace-head">\n
<div class="sf-toggle" data-toggle-selector="#trace-html-1" data-toggle-initial="display">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h832q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H960v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V896H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V416q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
<h3 class="trace-class">\n
<span class="trace-namespace">Symfony\Component\HttpKernel\Exception\</span>\n
NotFoundHttpException </h3>\n
</div>\n
<details class="exception-properties-wrapper">\n
<summary>Show exception properties</summary>\n
<div class="exception-properties">\n
<script> Sfdump = window.Sfdump || (function (doc) { doc.documentElement.classList.add('sf-js-enabled'); var rxEsc = /([.*+?^${}()|\[\]\/\\])/g, idRx = /\bsf-dump-\d+-ref[012]\w+\b/, keyHint = 0 <= navigator.platform.toUpperCase().indexOf('MAC') ? 'Cmd' : 'Ctrl', addEventListener = function (e, n, cb) { e.addEventListener(n, cb, false); }; if (!doc.addEventListener) { addEventListener = function (element, eventName, callback) { element.attachEvent('on' + eventName, function (e) { e.preventDefault = function () {e.returnValue = false;}; e.target = e.srcElement; callback(e); }); }; } function toggle(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className, arrow, newClass; if (/\bsf-dump-compact\b/.test(oldClass)) { arrow = '▼'; newClass = 'sf-dump-expanded'; } else if (/\bsf-dump-expanded\b/.test(oldClass)) { arrow = '▶'; newClass = 'sf-dump-compact'; } else { return false; } if (doc.createEvent && s.dispatchEvent) { var event = doc.createEvent('Event'); event.initEvent('sf-dump-expanded' === newClass ? 'sfbeforedumpexpand' : 'sfbeforedumpcollapse', true, false); s.dispatchEvent(event); } a.lastChild.innerHTML = arrow; s.className = s.className.replace(/\bsf-dump-(compact|expanded)\b/, newClass); if (recursive) { try { a = s.querySelectorAll('.'+oldClass); for (s = 0; s < a.length; ++s) { if (-1 == a[s].className.indexOf(newClass)) { a[s].className = newClass; a[s].previousSibling.lastChild.innerHTML = arrow; } } } catch (e) { } } return true; }; function collapse(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className; if (/\bsf-dump-expanded\b/.test(oldClass)) { toggle(a, recursive); return true; } return false; }; function expand(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className; if (/\bsf-dump-compact\b/.test(oldClass)) { toggle(a, recursive); return true; } return false; }; function collapseAll(root) { var a = root.querySelector('a.sf-dump-toggle'); if (a) { collapse(a, true); expand(a); return true; } return false; } function reveal(node) { var previous, parents = []; while ((node = node.parentNode || {}) && (previous = node.previousSibling) && 'A' === previous.tagName) { parents.push(previous); } if (0 !== parents.length) { parents.forEach(function (parent) { expand(parent); }); return true; } return false; } function highlight(root, activeNode, nodes) { resetHighlightedNodes(root); Array.from(nodes||[]).forEach(function (node) { if (!/\bsf-dump-highlight\b/.test(node.className)) { node.className = node.className + ' sf-dump-highlight'; } }); if (!/\bsf-dump-highlight-active\b/.test(activeNode.className)) { activeNode.className = activeNode.className + ' sf-dump-highlight-active'; } } function resetHighlightedNodes(root) { Array.from(root.querySelectorAll('.sf-dump-str, .sf-dump-key, .sf-dump-public, .sf-dump-protected, .sf-dump-private')).forEach(function (strNode) { strNode.className = strNode.className.replace(/\bsf-dump-highlight\b/, ''); strNode.className = strNode.className.replace(/\bsf-dump-highlight-active\b/, ''); }); } return function (root, x) { root = doc.getElementById(root); var indentRx = new RegExp('^('+(root.getAttribute('data-indent-pad') || ' ').replace(rxEsc, '\\$1')+')+', 'm'), options = {"maxDepth":1,"maxStringLength":160,"fileLinkFormat":false}, elt = root.getElementsByTagName('A'), len = elt.length, i = 0, s, h, t = []; while (i < len) t.push(elt[i++]); for (i in x) { options[i] = x[i]; } function a(e, f) { addEventListener(root, e, function (e, n) { if ('A' == e.target.tagName) { f(e.target, e); } else if ('A' == e.target.parentNode.tagName) { f(e.target.parentNode, e); } else { n = /\bsf-dump-ellipsis\b/.test(e.target.className) ? e.target.parentNode : e.target; if ((n = n.nextElementSibling) && 'A' == n.tagName) { if (!/\bsf-dump-toggle\b/.test(n.className)) { n = n.nextElementSibling || n; } f(n, e, true); } } }); }; function isCtrlKey(e) { return e.ctrlKey || e.metaKey; } function xpathString(str) { var parts = str.match(/[^'"]+|['"]/g).map(function (part) { if ("'" == part) { return '"\'"'; } if ('"' == part) { return "'\"'"; } return "'" + part + "'"; }); return "concat(" + parts.join(",") + ", '')"; } function xpathHasClass(className) { return "contains(concat(' ', normalize-space(@class), ' '), ' " + className +" ')"; } a('mouseover', function (a, e, c) { if (c) { e.target.style.cursor = "pointer"; } }); a('click', function (a, e, c) { if (/\bsf-dump-toggle\b/.test(a.className)) { e.preventDefault(); if (!toggle(a, isCtrlKey(e))) { var r = doc.getElementById(a.getAttribute('href').slice(1)), s = r.previousSibling, f = r.parentNode, t = a.parentNode; t.replaceChild(r, a); f.replaceChild(a, s); t.insertBefore(s, r); f = f.firstChild.nodeValue.match(indentRx); t = t.firstChild.nodeValue.match(indentRx); if (f && t && f[0] !== t[0]) { r.innerHTML = r.innerHTML.replace(new RegExp('^'+f[0].replace(rxEsc, '\\$1'), 'mg'), t[0]); } if (/\bsf-dump-compact\b/.test(r.className)) { toggle(s, isCtrlKey(e)); } } if (c) { } else if (doc.getSelection) { try { doc.getSelection().removeAllRanges(); } catch (e) { doc.getSelection().empty(); } } else { doc.selection.empty(); } } else if (/\bsf-dump-str-toggle\b/.test(a.className)) { e.preventDefault(); e = a.parentNode.parentNode; e.className = e.className.replace(/\bsf-dump-str-(expand|collapse)\b/, a.parentNode.className); } }); elt = root.getElementsByTagName('SAMP'); len = elt.length; i = 0; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; if ('SAMP' == elt.tagName) { a = elt.previousSibling || {}; if ('A' != a.tagName) { a = doc.createElement('A'); a.className = 'sf-dump-ref'; elt.parentNode.insertBefore(a, elt); } else { a.innerHTML += ' '; } a.title = (a.title ? a.title+'\n[' : '[')+keyHint+'+click] Expand all children'; a.innerHTML += elt.className == 'sf-dump-compact' ? '<span>▶</span>' : '<span>▼</span>'; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' <span>▶</span>'; } else { elt.innerHTML = '<span>▶</span>'; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0<\/span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"\/><\/svg> <\/button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"\/><\/svg> <\/button> '; root.insertBefore(search, root.firstChild); var state = new SearchState(); var searchInput = search.querySelector('.sf-dump-search-input'); var counter = search.querySelector('.sf-dump-search-count'); var searchInputTimer = 0; var previousSearchQuery = ''; addEventListener(searchInput, 'keyup', function (e) { var searchQuery = e.target.value; /* Don't perform anything if the pressed key didn't change the query */ if (searchQuery === previousSearchQuery) { return; } previousSearchQuery = searchQuery; clearTimeout(searchInputTimer); searchInputTimer = setTimeout(function () { state.reset(); collapseAll(root); resetHighlightedNodes(root); if ('' === searchQuery) { counter.textContent = '0 of 0'; return; } var classMatches = [ "sf-dump-str", "sf-dump-key", "sf-dump-public", "sf-dump-protected", "sf-dump-private", ].map(xpathHasClass).join(' or '); var xpathResult = doc.evaluate('.//span[' + classMatches + '][contains(translate(child::text(), ' + xpathString(searchQuery.toUpperCase()) + ', ' + xpathString(searchQuery.toLowerCase()) + '), ' + xpathString(searchQuery.toLowerCase()) + ')]', root, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE, null); while (node = xpathResult.iterateNext()) state.nodes.push(node); showCurrent(state); }, 400); }); Array.from(search.querySelectorAll('.sf-dump-search-input-next, .sf-dump-search-input-previous')).forEach(function (btn) { addEventListener(btn, 'click', function (e) { e.preventDefault(); -1 !== e.target.className.indexOf('next') ? state.next() : state.previous(); searchInput.focus(); collapseAll(root); showCurrent(state); }) }); addEventListener(root, 'keydown', function (e) { var isSearchActive = !/\bsf-dump-search-hidden\b/.test(search.className); if ((114 === e.keyCode && !isSearchActive) || (isCtrlKey(e) && 70 === e.keyCode)) { /* F3 or CMD/CTRL + F */ if (70 === e.keyCode && document.activeElement === searchInput) { /* * If CMD/CTRL + F is hit while having focus on search input, * the user probably meant to trigger browser search instead. * Let the browser execute its behavior: */ return; } e.preventDefault(); search.className = search.className.replace(/\bsf-dump-search-hidden\b/, ''); searchInput.focus(); } else if (isSearchActive) { if (27 === e.keyCode) { /* ESC key */ search.className += ' sf-dump-search-hidden'; e.preventDefault(); resetHighlightedNodes(root); searchInput.value = ''; } else if ( (isCtrlKey(e) && 71 === e.keyCode) /* CMD/CTRL + G */ || 13 === e.keyCode /* Enter */ || 114 === e.keyCode /* F3 */ ) { e.preventDefault(); e.shiftKey ? state.previous() : state.next(); collapseAll(root); showCurrent(state); } } }); } if (0 >= options.maxStringLength) { return; } try { elt = root.querySelectorAll('.sf-dump-str'); len = elt.length; i = 0; t = []; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; s = elt.innerText || elt.textContent; x = s.length - options.maxStringLength; if (0 < x) { h = elt.innerHTML; elt[elt.innerText ? 'innerText' : 'textContent'] = s.substring(0, options.maxStringLength); elt.className += ' sf-dump-str-collapse'; elt.innerHTML = '<span class=sf-dump-str-collapse>'+h+'<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span>'+ '<span class=sf-dump-str-expand>'+elt.innerHTML+'<a class="sf-dump-ref sf-dump-str-toggle" title="'+x+' remaining characters"> ▶</a></span>'; } } } catch (e) { } }; })(document); </script><style> .sf-js-enabled pre.sf-dump .sf-dump-compact, .sf-js-enabled .sf-dump-str-collapse .sf-dump-str-collapse, .sf-js-enabled .sf-dump-str-expand .sf-dump-str-expand { display: none; } .sf-dump-hover:hover { background-color: #B729D9; color: #FFF !important; border-radius: 2px; } pre.sf-dump { display: block; white-space: pre; padding: 5px; overflow: initial !important; } pre.sf-dump:after { content: ""; visibility: hidden; display: block; height: 0; clear: both; } pre.sf-dump .sf-dump-ellipsization { display: inline-flex; } pre.sf-dump a { text-decoration: none; cursor: pointer; border: 0; outline: none; color: inherit; } pre.sf-dump img { max-width: 50em; max-height: 50em; margin: .5em 0 0 0; padding: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAHUlEQVQY02O8zAABilCaiQEN0EeA8QuUcX9g3QEAAjcC5piyhyEAAAAASUVORK5CYII=) #D3D3D3; } pre.sf-dump .sf-dump-ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } pre.sf-dump .sf-dump-ellipsis-tail { flex-shrink: 0; } pre.sf-dump code { display:inline; padding:0; background:none; } .sf-dump-public.sf-dump-highlight, .sf-dump-protected.sf-dump-highlight, .sf-dump-private.sf-dump-highlight, .sf-dump-str.sf-dump-highlight, .sf-dump-key.sf-dump-highlight { background: rgba(111, 172, 204, 0.3); border: 1px solid #7DA0B1; border-radius: 3px; } .sf-dump-public.sf-dump-highlight-active, .sf-dump-protected.sf-dump-highlight-active, .sf-dump-private.sf-dump-highlight-active, .sf-dump-str.sf-dump-highlight-active, .sf-dump-key.sf-dump-highlight-active { background: rgba(253, 175, 0, 0.4); border: 1px solid #ffa500; border-radius: 3px; } pre.sf-dump .sf-dump-search-hidden { display: none !important; } pre.sf-dump .sf-dump-search-wrapper { font-size: 0; white-space: nowrap; margin-bottom: 5px; display: flex; position: -webkit-sticky; position: sticky; top: 5px; } pre.sf-dump .sf-dump-search-wrapper > * { vertical-align: top; box-sizing: border-box; height: 21px; font-weight: normal; border-radius: 0; background: #FFF; color: #757575; border: 1px solid #BBB; } pre.sf-dump .sf-dump-search-wrapper > input.sf-dump-search-input { padding: 3px; height: 21px; font-size: 12px; border-right: none; border-top-left-radius: 3px; border-bottom-left-radius: 3px; color: #000; min-width: 15px; width: 100%; } pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next, pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-previous { background: #F2F2F2; outline: none; border-left: none; font-size: 0; line-height: 0; } pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next > svg, pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-previous > svg { pointer-events: none; width: 12px; height: 12px; } pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-count { display: inline-block; padding: 0 5px; margin: 0; border-left: none; line-height: 21px; font-size: 12px; }pre.sf-dump, pre.sf-dump .sf-dump-default{background:none; color:#CC7832; line-height:1.2em; font:12px Menlo, Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap; position:relative; z-index:99999; word-break: break-all}pre.sf-dump .sf-dump-num{font-weight:bold; color:#1299DA}pre.sf-dump .sf-dump-const{font-weight:bold}pre.sf-dump .sf-dump-str{font-weight:bold; color:#629755;}pre.sf-dump .sf-dump-note{color:#6897BB}pre.sf-dump .sf-dump-ref{color:#6E6E6E}pre.sf-dump .sf-dump-public{color:#262626}pre.sf-dump .sf-dump-protected{color:#262626}pre.sf-dump .sf-dump-private{color:#262626}pre.sf-dump .sf-dump-meta{color:#B729D9}pre.sf-dump .sf-dump-key{color:#789339}pre.sf-dump .sf-dump-index{color:#1299DA}pre.sf-dump .sf-dump-ellipsis{color:#CC7832}pre.sf-dump .sf-dump-ns{user-select:none;}pre.sf-dump .sf-dump-ellipsis-note{color:#6897BB}</style><pre class=sf-dump id=sf-dump-616418736 data-indent-pad=" "><span class=sf-dump-note>Symfony\Component\HttpKernel\Exception\NotFoundHttpException</span> {<a class=sf-dump-ref>#787</a><samp data-depth=1 class=sf-dump-expanded>\n
-<span class=sf-dump-private title="Private property defined in class: `Symfony\Component\HttpKernel\Exception\HttpException`">statusCode</span>: <span class=sf-dump-num>404</span>\n
-<span class=sf-dump-private title="Private property defined in class: `Symfony\Component\HttpKernel\Exception\HttpException`">headers</span>: []\n
</samp>}\n
</pre><script>Sfdump("sf-dump-616418736")</script>\n
</div>\n
</details>\n
</div>\n
\n
<div id="trace-html-1" class="sf-toggle-content">\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-0" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/EventListener/RouterListener.php#L127">\n
vendor/symfony/http-kernel/EventListener/<strong>RouterListener.php</strong>\n
</a>\n
(line 127)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/EventListener/RouterListener.php:127">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-0" class="trace-code sf-toggle-content">\n
<ol start="122"><li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$referer </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">headers</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">get</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'referer'</span><span style="color: var(--highlight-keyword)">)) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$message </span><span style="color: var(--highlight-keyword)">.= </span><span style="color: var(--highlight-default)">sprintf</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">' (from "%s")'</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$referer</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> throw new </span><span style="color: var(--highlight-default)">NotFoundHttpException</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$message</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } catch (</span><span style="color: var(--highlight-default)">MethodNotAllowedException $e</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$message </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">sprintf</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'No route found for "%s %s": Method Not Allowed (Allow: %s)'</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getMethod</span><span style="color: var(--highlight-keyword)">(), </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getUriForPath</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getPathInfo</span><span style="color: var(--highlight-keyword)">()), </span><span style="color: var(--highlight-default)">implode</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">', '</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getAllowedMethods</span><span style="color: var(--highlight-keyword)">()));</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> throw new </span><span style="color: var(--highlight-default)">MethodNotAllowedHttpException</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getAllowedMethods</span><span style="color: var(--highlight-keyword)">(), </span><span style="color: var(--highlight-default)">$message</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-1" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php#L116">\n
vendor/symfony/event-dispatcher/Debug/<strong>WrappedListener.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">onKernelRequest</span>\n
(line 116)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-1" class="trace-code sf-toggle-content">\n
<ol start="111"><li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">priority </span><span style="color: var(--highlight-keyword)">??= </span><span style="color: var(--highlight-default)">$dispatcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getListenerPriority</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">listener</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stopwatch</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">start</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">name</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-string)">'event_listener'</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> (</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">optimizedListener </span><span style="color: var(--highlight-keyword)">?? </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">listener</span><span style="color: var(--highlight-keyword)">)(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$dispatcher</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } finally {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">isStarted</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stop</span><span style="color: var(--highlight-keyword)">();</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-2" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php#L220">\n
vendor/symfony/event-dispatcher/<strong>EventDispatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">__invoke</span>\n
(line 220)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/EventDispatcher.php:220">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-2" class="trace-code sf-toggle-content">\n
<ol start="215"><li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> foreach (</span><span style="color: var(--highlight-default)">$listeners </span><span style="color: var(--highlight-keyword)">as </span><span style="color: var(--highlight-default)">$listener</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$stoppable </span><span style="color: var(--highlight-keyword)">&& </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">isPropagationStopped</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> break;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$listener</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">/**</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> * Sorts the internal list of listeners for the given event by priority.</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-3" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php#L56">\n
vendor/symfony/event-dispatcher/<strong>EventDispatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">callListeners</span>\n
(line 56)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/EventDispatcher.php:56">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-3" class="trace-code sf-toggle-content">\n
<ol start="51"><li><code><span style="color: var(--highlight-keyword)"> } else {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$listeners </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getListeners</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$listeners</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">callListeners</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$listeners</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-4" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php#L139">\n
vendor/symfony/event-dispatcher/Debug/<strong>TraceableEventDispatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">dispatch</span>\n
(line 139)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-4" class="trace-code sf-toggle-content">\n
<ol start="134"><li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">beforeDispatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stopwatch</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">start</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-string)">'section'</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } finally {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">isStarted</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stop</span><span style="color: var(--highlight-keyword)">();</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-5" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php#L157">\n
vendor/symfony/http-kernel/<strong>HttpKernel.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">dispatch</span>\n
(line 157)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/HttpKernel.php:157">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-5" class="trace-code sf-toggle-content">\n
<ol start="152"><li><code><span style="color: var(--highlight-comment)"> */</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-keyword)">private function </span><span style="color: var(--highlight-default)">handleRaw</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">Request $request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">int $type </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">self</span><span style="color: var(--highlight-keyword)">::</span><span style="color: var(--highlight-default)">MAIN_REQUEST</span><span style="color: var(--highlight-keyword)">): </span><span style="color: var(--highlight-default)">Response</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"> </span><span style="color: var(--highlight-keyword)">{</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">// request</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-default)">$event </span><span style="color: var(--highlight-keyword)">= new </span><span style="color: var(--highlight-default)">RequestEvent</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">KernelEvents</span><span style="color: var(--highlight-keyword)">::</span><span style="color: var(--highlight-default)">REQUEST</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">hasResponse</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">filterResponse</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getResponse</span><span style="color: var(--highlight-keyword)">(), </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-6" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php#L76">\n
vendor/symfony/http-kernel/<strong>HttpKernel.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">handleRaw</span>\n
(line 76)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/HttpKernel.php:76">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-6" class="trace-code sf-toggle-content">\n
<ol start="71"><li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">headers</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">set</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'X-Php-Ob-Level'</span><span style="color: var(--highlight-keyword)">, (string) </span><span style="color: var(--highlight-default)">ob_get_level</span><span style="color: var(--highlight-keyword)">());</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">requestStack</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">push</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$response </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">null</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$response </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">handleRaw</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } catch (</span><span style="color: var(--highlight-default)">\Throwable $e</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$e </span><span style="color: var(--highlight-keyword)">instanceof </span><span style="color: var(--highlight-default)">\Error </span><span style="color: var(--highlight-keyword)">&& !</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">handleAllThrowables</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> throw </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-7" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/Kernel.php#L197">\n
vendor/symfony/http-kernel/<strong>Kernel.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">handle</span>\n
(line 197)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/Kernel.php:197">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-7" class="trace-code sf-toggle-content">\n
<ol start="192"><li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">boot</span><span style="color: var(--highlight-keyword)">();</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> ++</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">requestStackSize</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">resetServices </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">true</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getHttpKernel</span><span style="color: var(--highlight-keyword)">()-></span><span style="color: var(--highlight-default)">handle</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$catch</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } finally {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> --</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">requestStackSize</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-8" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php#L35">\n
vendor/symfony/runtime/Runner/Symfony/<strong>HttpKernelRunner.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">handle</span>\n
(line 35)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-8" class="trace-code sf-toggle-content">\n
<ol start="30"><li><code><span style="color: var(--highlight-keyword)"> ) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> public function </span><span style="color: var(--highlight-default)">run</span><span style="color: var(--highlight-keyword)">(): </span><span style="color: var(--highlight-default)">int</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"> </span><span style="color: var(--highlight-keyword)">{</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$response </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">kernel</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">handle</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">request</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">Kernel</span><span style="color: var(--highlight-keyword)">::</span><span style="color: var(--highlight-default)">VERSION_ID </span><span style="color: var(--highlight-keyword)">>= </span><span style="color: var(--highlight-default)">60400</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$response</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">send</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">false</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">\function_exists</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'fastcgi_finish_request'</span><span style="color: var(--highlight-keyword)">) && !</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">debug</span><span style="color: var(--highlight-keyword)">) {</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-9" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/autoload_runtime.php#L29">\n
vendor/<strong>autoload_runtime.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">run</span>\n
(line 29)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/autoload_runtime.php:29">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-9" class="trace-code sf-toggle-content">\n
<ol start="24"><li><code><span style="color: var(--highlight-keyword)"></span><span style="color: var(--highlight-default)">$app </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$app</span><span style="color: var(--highlight-keyword)">(...</span><span style="color: var(--highlight-default)">$args</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">exit(</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$runtime</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"> </span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getRunner</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$app</span><span style="color: var(--highlight-keyword)">)</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> -></span><span style="color: var(--highlight-default)">run</span><span style="color: var(--highlight-keyword)">()</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line ">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-1-10" data-toggle-initial="display">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
<span class="trace-class"><abbr title=""></abbr></span><span class="trace-method">require_once</span><span class="trace-arguments">('/var/www/html/current/vendor/autoload_runtime.php')</span> \n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/public/index.php#L5">\n
public/<strong>index.php</strong>\n
</a>\n
(line 5)\n
<span class="icon icon-copy hidden" data-clipboard-text="public/index.php:5">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-1-10" class="trace-code sf-toggle-content">\n
<ol start="1"><li><code><span style="color: var(--highlight-default)"><?php</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"></span></code></li>\n
<li><code><span style="color: var(--highlight-default)"></span><span style="color: var(--highlight-keyword)">use </span><span style="color: var(--highlight-default)">App\Kernel</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)">require_once </span><span style="color: var(--highlight-default)">dirname</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">__DIR__</span><span style="color: var(--highlight-keyword)">).</span><span style="color: var(--highlight-string)">'/vendor/autoload_runtime.php'</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">return function (array </span><span style="color: var(--highlight-default)">$context</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return new </span><span style="color: var(--highlight-default)">Kernel</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$context</span><span style="color: var(--highlight-keyword)">[</span><span style="color: var(--highlight-string)">'APP_ENV'</span><span style="color: var(--highlight-keyword)">], (bool) </span><span style="color: var(--highlight-default)">$context</span><span style="color: var(--highlight-keyword)">[</span><span style="color: var(--highlight-string)">'APP_DEBUG'</span><span style="color: var(--highlight-keyword)">]);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">};</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
</div>\n
</div>\n
</div><div class="trace trace-as-html" id="trace-box-2">\n
<div class="trace-details">\n
<div class="trace-head">\n
<div class="sf-toggle" data-toggle-selector="#trace-html-2" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h832q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H960v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V896H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V416q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
<h3 class="trace-class">\n
<span class="trace-namespace">Symfony\Component\Routing\Exception\</span>\n
ResourceNotFoundException </h3>\n
<p class="break-long-words trace-message">No routes found for "/robots.txt/".</p>\n
</div>\n
</div>\n
\n
<div id="trace-html-2" class="sf-toggle-content">\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-0" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php#L70">\n
vendor/symfony/routing/Matcher/Dumper/<strong>CompiledUrlMatcherTrait.php</strong>\n
</a>\n
(line 70)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-0" class="trace-code sf-toggle-content">\n
<ol start="65"><li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$allowSchemes</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> goto </span><span style="color: var(--highlight-default)">redirect_scheme</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> throw new </span><span style="color: var(--highlight-default)">ResourceNotFoundException</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">sprintf</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'No routes found for "%s".'</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$pathinfo</span><span style="color: var(--highlight-keyword)">));</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> private function </span><span style="color: var(--highlight-default)">doMatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">string $pathinfo</span><span style="color: var(--highlight-keyword)">, array &</span><span style="color: var(--highlight-default)">$allow </span><span style="color: var(--highlight-keyword)">= [], array &</span><span style="color: var(--highlight-default)">$allowSchemes </span><span style="color: var(--highlight-keyword)">= []): array</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$allow </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$allowSchemes </span><span style="color: var(--highlight-keyword)">= [];</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-1" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/routing/Matcher/UrlMatcher.php#L97">\n
vendor/symfony/routing/Matcher/<strong>UrlMatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">match</span>\n
(line 97)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/routing/Matcher/UrlMatcher.php:97">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-1" class="trace-code sf-toggle-content">\n
<ol start="92"><li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> public function </span><span style="color: var(--highlight-default)">matchRequest</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">Request $request</span><span style="color: var(--highlight-keyword)">): array</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">request </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$ret </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">match</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getPathInfo</span><span style="color: var(--highlight-keyword)">());</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">request </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">null</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$ret</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-2" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/routing/Router.php#L237">\n
vendor/symfony/routing/<strong>Router.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">matchRequest</span>\n
(line 237)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/routing/Router.php:237">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-2" class="trace-code sf-toggle-content">\n
<ol start="232"><li><code><span style="color: var(--highlight-keyword)"> if (!</span><span style="color: var(--highlight-default)">$matcher </span><span style="color: var(--highlight-keyword)">instanceof </span><span style="color: var(--highlight-default)">RequestMatcherInterface</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">// fallback to the default UrlMatcherInterface</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-keyword)">return </span><span style="color: var(--highlight-default)">$matcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">match</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getPathInfo</span><span style="color: var(--highlight-keyword)">());</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$matcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">matchRequest</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">/**</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> * Gets the UrlMatcher or RequestMatcher instance associated with this Router.</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> */</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-3" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/EventListener/RouterListener.php#L105">\n
vendor/symfony/http-kernel/EventListener/<strong>RouterListener.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">matchRequest</span>\n
(line 105)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/EventListener/RouterListener.php:105">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-3" class="trace-code sf-toggle-content">\n
<ol start="100"><li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">// add attributes based on the request (routing)</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-keyword)">try {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">// matching a request is more powerful than matching a URL path + context, so try that first</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-keyword)">if (</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">matcher </span><span style="color: var(--highlight-keyword)">instanceof </span><span style="color: var(--highlight-default)">RequestMatcherInterface</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$parameters </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">matcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">matchRequest</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } else {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$parameters </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">matcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">match</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getPathInfo</span><span style="color: var(--highlight-keyword)">());</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">logger</span><span style="color: var(--highlight-keyword)">?-></span><span style="color: var(--highlight-default)">info</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'Matched route "{route}".'</span><span style="color: var(--highlight-keyword)">, [</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-4" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/Debug/WrappedListener.php#L116">\n
vendor/symfony/event-dispatcher/Debug/<strong>WrappedListener.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">onKernelRequest</span>\n
(line 116)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-4" class="trace-code sf-toggle-content">\n
<ol start="111"><li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">priority </span><span style="color: var(--highlight-keyword)">??= </span><span style="color: var(--highlight-default)">$dispatcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getListenerPriority</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">listener</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stopwatch</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">start</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">name</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-string)">'event_listener'</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> (</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">optimizedListener </span><span style="color: var(--highlight-keyword)">?? </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">listener</span><span style="color: var(--highlight-keyword)">)(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$dispatcher</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } finally {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">isStarted</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stop</span><span style="color: var(--highlight-keyword)">();</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-5" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php#L220">\n
vendor/symfony/event-dispatcher/<strong>EventDispatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">__invoke</span>\n
(line 220)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/EventDispatcher.php:220">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-5" class="trace-code sf-toggle-content">\n
<ol start="215"><li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> foreach (</span><span style="color: var(--highlight-default)">$listeners </span><span style="color: var(--highlight-keyword)">as </span><span style="color: var(--highlight-default)">$listener</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$stoppable </span><span style="color: var(--highlight-keyword)">&& </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">isPropagationStopped</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> break;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$listener</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">/**</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> * Sorts the internal list of listeners for the given event by priority.</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-6" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/EventDispatcher.php#L56">\n
vendor/symfony/event-dispatcher/<strong>EventDispatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">callListeners</span>\n
(line 56)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/EventDispatcher.php:56">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-6" class="trace-code sf-toggle-content">\n
<ol start="51"><li><code><span style="color: var(--highlight-keyword)"> } else {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$listeners </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getListeners</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$listeners</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">callListeners</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$listeners</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-7" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php#L139">\n
vendor/symfony/event-dispatcher/Debug/<strong>TraceableEventDispatcher.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">dispatch</span>\n
(line 139)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-7" class="trace-code sf-toggle-content">\n
<ol start="134"><li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">beforeDispatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stopwatch</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">start</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-string)">'section'</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$eventName</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } finally {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">isStarted</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">stop</span><span style="color: var(--highlight-keyword)">();</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-8" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php#L157">\n
vendor/symfony/http-kernel/<strong>HttpKernel.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">dispatch</span>\n
(line 157)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/HttpKernel.php:157">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-8" class="trace-code sf-toggle-content">\n
<ol start="152"><li><code><span style="color: var(--highlight-comment)"> */</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-keyword)">private function </span><span style="color: var(--highlight-default)">handleRaw</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">Request $request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">int $type </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">self</span><span style="color: var(--highlight-keyword)">::</span><span style="color: var(--highlight-default)">MAIN_REQUEST</span><span style="color: var(--highlight-keyword)">): </span><span style="color: var(--highlight-default)">Response</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"> </span><span style="color: var(--highlight-keyword)">{</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-comment)">// request</span></code></li>\n
<li><code><span style="color: var(--highlight-comment)"> </span><span style="color: var(--highlight-default)">$event </span><span style="color: var(--highlight-keyword)">= new </span><span style="color: var(--highlight-default)">RequestEvent</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatcher</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">dispatch</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">KernelEvents</span><span style="color: var(--highlight-keyword)">::</span><span style="color: var(--highlight-default)">REQUEST</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">hasResponse</span><span style="color: var(--highlight-keyword)">()) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">filterResponse</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$event</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getResponse</span><span style="color: var(--highlight-keyword)">(), </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-9" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/HttpKernel.php#L76">\n
vendor/symfony/http-kernel/<strong>HttpKernel.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">handleRaw</span>\n
(line 76)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/HttpKernel.php:76">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-9" class="trace-code sf-toggle-content">\n
<ol start="71"><li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">headers</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">set</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'X-Php-Ob-Level'</span><span style="color: var(--highlight-keyword)">, (string) </span><span style="color: var(--highlight-default)">ob_get_level</span><span style="color: var(--highlight-keyword)">());</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">requestStack</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">push</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$response </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">null</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$response </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">handleRaw</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } catch (</span><span style="color: var(--highlight-default)">\Throwable $e</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">$e </span><span style="color: var(--highlight-keyword)">instanceof </span><span style="color: var(--highlight-default)">\Error </span><span style="color: var(--highlight-keyword)">&& !</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">handleAllThrowables</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> throw </span><span style="color: var(--highlight-default)">$e</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-10" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/http-kernel/Kernel.php#L197">\n
vendor/symfony/http-kernel/<strong>Kernel.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">handle</span>\n
(line 197)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/http-kernel/Kernel.php:197">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-10" class="trace-code sf-toggle-content">\n
<ol start="192"><li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">boot</span><span style="color: var(--highlight-keyword)">();</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> ++</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">requestStackSize</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">resetServices </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">true</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> try {</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> return </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getHttpKernel</span><span style="color: var(--highlight-keyword)">()-></span><span style="color: var(--highlight-default)">handle</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$request</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$type</span><span style="color: var(--highlight-keyword)">, </span><span style="color: var(--highlight-default)">$catch</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> } finally {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> --</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">requestStackSize</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-11" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php#L35">\n
vendor/symfony/runtime/Runner/Symfony/<strong>HttpKernelRunner.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">handle</span>\n
(line 35)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-11" class="trace-code sf-toggle-content">\n
<ol start="30"><li><code><span style="color: var(--highlight-keyword)"> ) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> }</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> public function </span><span style="color: var(--highlight-default)">run</span><span style="color: var(--highlight-keyword)">(): </span><span style="color: var(--highlight-default)">int</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"> </span><span style="color: var(--highlight-keyword)">{</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$response </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">kernel</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">handle</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">request</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">Kernel</span><span style="color: var(--highlight-keyword)">::</span><span style="color: var(--highlight-default)">VERSION_ID </span><span style="color: var(--highlight-keyword)">>= </span><span style="color: var(--highlight-default)">60400</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$response</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">send</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">false</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> if (</span><span style="color: var(--highlight-default)">\function_exists</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-string)">'fastcgi_finish_request'</span><span style="color: var(--highlight-keyword)">) && !</span><span style="color: var(--highlight-default)">$this</span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">debug</span><span style="color: var(--highlight-keyword)">) {</span></code></li></ol> </div> </div>\n
<div class="trace-line trace-from-vendor">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-12" data-toggle-initial="">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
\n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/vendor/autoload_runtime.php#L29">\n
vendor/<strong>autoload_runtime.php</strong>\n
</a>\n
<span class="trace-type">-></span>\n
<span class="trace-method">run</span>\n
(line 29)\n
<span class="icon icon-copy hidden" data-clipboard-text="vendor/autoload_runtime.php:29">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-12" class="trace-code sf-toggle-content">\n
<ol start="24"><li><code><span style="color: var(--highlight-keyword)"></span><span style="color: var(--highlight-default)">$app </span><span style="color: var(--highlight-keyword)">= </span><span style="color: var(--highlight-default)">$app</span><span style="color: var(--highlight-keyword)">(...</span><span style="color: var(--highlight-default)">$args</span><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">exit(</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> </span><span style="color: var(--highlight-default)">$runtime</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"> </span><span style="color: var(--highlight-keyword)">-></span><span style="color: var(--highlight-default)">getRunner</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$app</span><span style="color: var(--highlight-keyword)">)</span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)"> -></span><span style="color: var(--highlight-default)">run</span><span style="color: var(--highlight-keyword)">()</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
<div class="trace-line ">\n
<div class="trace-line-header break-long-words sf-toggle" data-toggle-selector="#trace-html-2-13" data-toggle-initial="display">\n
<span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 960V832q0-26-19-45t-45-19h-320V448q0-26-19-45t-45-19H832q-26 0-45 19t-19 45v320H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></span>\n
\n
<span class="trace-class"><abbr title=""></abbr></span><span class="trace-method">require_once</span><span class="trace-arguments">('/var/www/html/current/vendor/autoload_runtime.php')</span> \n
<span class="block trace-file-path">\n
in\n
<a href="file:///var/www/html/current/public/index.php#L5">\n
public/<strong>index.php</strong>\n
</a>\n
(line 5)\n
<span class="icon icon-copy hidden" data-clipboard-text="public/index.php:5">\n
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg> </span>\n
</span>\n
</div>\n
<div id="trace-html-2-13" class="trace-code sf-toggle-content">\n
<ol start="1"><li><code><span style="color: var(--highlight-default)"><?php</span></code></li>\n
<li><code><span style="color: var(--highlight-default)"></span></code></li>\n
<li><code><span style="color: var(--highlight-default)"></span><span style="color: var(--highlight-keyword)">use </span><span style="color: var(--highlight-default)">App\Kernel</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li class="selected"><code><span style="color: var(--highlight-keyword)">require_once </span><span style="color: var(--highlight-default)">dirname</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">__DIR__</span><span style="color: var(--highlight-keyword)">).</span><span style="color: var(--highlight-string)">'/vendor/autoload_runtime.php'</span><span style="color: var(--highlight-keyword)">;</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">return function (array </span><span style="color: var(--highlight-default)">$context</span><span style="color: var(--highlight-keyword)">) {</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"> return new </span><span style="color: var(--highlight-default)">Kernel</span><span style="color: var(--highlight-keyword)">(</span><span style="color: var(--highlight-default)">$context</span><span style="color: var(--highlight-keyword)">[</span><span style="color: var(--highlight-string)">'APP_ENV'</span><span style="color: var(--highlight-keyword)">], (bool) </span><span style="color: var(--highlight-default)">$context</span><span style="color: var(--highlight-keyword)">[</span><span style="color: var(--highlight-string)">'APP_DEBUG'</span><span style="color: var(--highlight-keyword)">]);</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)">};</span></code></li>\n
<li><code><span style="color: var(--highlight-keyword)"></span></code></li></ol> </div> </div>\n
</div>\n
</div>\n
</div> </div>\n
</div>\n
\n
<div class="tab ">\n
<h3 class="tab-title">\n
Logs\n
<span class="badge status-error">1</span> </h3>\n
\n
<div class="tab-content">\n
<table class="logs" data-filter-level="Emergency,Alert,Critical,Error,Warning,Notice,Info,Debug" data-filters>\n
<thead>\n
<tr>\n
<th data-filter="level">Level</th>\n
<th data-filter="channel">Channel</th> <th class="full-width">Message</th>\n
</tr>\n
</thead>\n
\n
<tbody>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-error" data-filter-level="error" data-filter-channel="request">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">ERROR</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
request </td>\n
<td>\n
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://gameraude.fr/robots.txt"" at RouterListener.php line 127 <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-warning" data-filter-level="info" data-filter-channel="deprecation">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">INFO</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
deprecation </td>\n
<td>\n
Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated <pre class="text-muted prewrap m-t-5">{\n
"exception": {}\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "App\EventListener\LogApiSubscriber::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "App\\EventListener\\LogApiSubscriber::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequestPrettyUrls"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "FD\LogViewer\EventSubscriber\RemoteHostProxySubscriber::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "FD\\LogViewer\\EventSubscriber\\RemoteHostProxySubscriber::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.request",\n
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller",\n
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller",\n
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller",\n
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller_arguments",\n
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller_arguments",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller_arguments" to listener "ContainerCtMAo0A\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller_arguments",\n
"listener": "ContainerCtMAo0A\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"\n
}</pre>\n
</td>\n
</tr>\n
<tr class="status-normal" data-filter-level="debug" data-filter-channel="event">\n
<td class="text-small nowrap">\n
<span class="colored text-bold">DEBUG</span>\n
<span class="text-muted newline">16:56:46</span>\n
</td>\n
<td class="text-small text-bold nowrap">\n
event </td>\n
<td>\n
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". <pre class="text-muted prewrap m-t-5">{\n
"event": "kernel.controller_arguments",\n
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"\n
}</pre>\n
</td>\n
</tr>\n
</tbody>\n
</table> </div>\n
</div>\n
\n
<div class="tab">\n
<h3 class="tab-title">\n
Stack Traces <span class="badge">2</span>\n
</h3>\n
\n
<div class="tab-content">\n
<table class="trace trace-as-text">\n
<thead class="trace-head">\n
<tr>\n
<th class="sf-toggle" data-toggle-selector="#trace-text-1" data-toggle-initial="display">\n
<div class="trace-class">\n
<span class="text-muted">[2/2]</span>\n
NotFoundHttpException <span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h832q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H960v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V896H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V416q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
</div>\n
</th>\n
</tr>\n
</thead>\n
\n
<tbody id="trace-text-1">\n
<tr>\n
<td>\n
<pre class="stacktrace">\n
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:\n
No route found for "GET https://gameraude.fr/robots.txt"\n
\n
at vendor/symfony/http-kernel/EventListener/RouterListener.php:127\n
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))\n
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)\n
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))\n
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)\n
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(RequestEvent))\n
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)\n
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(RequestEvent), 'kernel.request')\n
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)\n
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(RequestEvent), 'kernel.request')\n
(vendor/symfony/http-kernel/HttpKernel.php:157)\n
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)\n
(vendor/symfony/http-kernel/HttpKernel.php:76)\n
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)\n
(vendor/symfony/http-kernel/Kernel.php:197)\n
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))\n
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)\n
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n
(vendor/autoload_runtime.php:29)\n
at require_once('/var/www/html/current/vendor/autoload_runtime.php')\n
(public/index.php:5) </pre>\n
</td>\n
</tr>\n
</tbody>\n
</table><table class="trace trace-as-text">\n
<thead class="trace-head">\n
<tr>\n
<th class="sf-toggle" data-toggle-selector="#trace-text-2" data-toggle-initial="">\n
<div class="trace-class">\n
<span class="text-muted">[1/2]</span>\n
ResourceNotFoundException <span class="icon icon-close"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h832q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
<span class="icon icon-open"><svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 800v64q0 14-9 23t-23 9H960v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V896H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V416q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z"/></svg></span>\n
</div>\n
</th>\n
</tr>\n
</thead>\n
\n
<tbody id="trace-text-2">\n
<tr>\n
<td>\n
<pre class="stacktrace">\n
Symfony\Component\Routing\Exception\ResourceNotFoundException:\n
No routes found for "/robots.txt/".\n
\n
at vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70\n
at Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match('/robots.txt/')\n
(vendor/symfony/routing/Matcher/UrlMatcher.php:97)\n
at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest(object(Request))\n
(vendor/symfony/routing/Router.php:237)\n
at Symfony\Component\Routing\Router->matchRequest(object(Request))\n
(vendor/symfony/http-kernel/EventListener/RouterListener.php:105)\n
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))\n
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)\n
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))\n
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)\n
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(RequestEvent))\n
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)\n
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(RequestEvent), 'kernel.request')\n
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)\n
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(RequestEvent), 'kernel.request')\n
(vendor/symfony/http-kernel/HttpKernel.php:157)\n
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)\n
(vendor/symfony/http-kernel/HttpKernel.php:76)\n
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)\n
(vendor/symfony/http-kernel/Kernel.php:197)\n
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))\n
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)\n
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n
(vendor/autoload_runtime.php:29)\n
at require_once('/var/www/html/current/vendor/autoload_runtime.php')\n
(public/index.php:5) </pre>\n
</td>\n
</tr>\n
</tbody>\n
</table> </div>\n
</div>\n
\n
</div>\n
</div>\n
<script>\n
/* This file is based on WebProfilerBundle/Resources/views/Profiler/base_js.html.twig.\n
If you make any change in this file, verify the same change is needed in the other file. */\n
/*<![CDATA[*/\n
(function() {\n
"use strict";\n
\n
if ('classList' in document.documentElement) {\n
var hasClass = function (el, cssClass) { return el.classList.contains(cssClass); };\n
var removeClass = function(el, cssClass) { el.classList.remove(cssClass); };\n
var addClass = function(el, cssClass) { el.classList.add(cssClass); };\n
var toggleClass = function(el, cssClass) { el.classList.toggle(cssClass); };\n
} else {\n
var hasClass = function (el, cssClass) { return el.className.match(new RegExp('\\b' + cssClass + '\\b')); };\n
var removeClass = function(el, cssClass) { el.className = el.className.replace(new RegExp('\\b' + cssClass + '\\b'), ' '); };\n
var addClass = function(el, cssClass) { if (!hasClass(el, cssClass)) { el.className += " " + cssClass; } };\n
var toggleClass = function(el, cssClass) { hasClass(el, cssClass) ? removeClass(el, cssClass) : addClass(el, cssClass); };\n
}\n
\n
var addEventListener;\n
\n
var el = document.createElement('div');\n
if (!('addEventListener' in el)) {\n
addEventListener = function (element, eventName, callback) {\n
element.attachEvent('on' + eventName, callback);\n
};\n
} else {\n
addEventListener = function (element, eventName, callback) {\n
element.addEventListener(eventName, callback, false);\n
};\n
}\n
\n
if (navigator.clipboard) {\n
document.querySelectorAll('[data-clipboard-text]').forEach(function(element) {\n
removeClass(element, 'hidden');\n
element.addEventListener('click', function() {\n
navigator.clipboard.writeText(element.getAttribute('data-clipboard-text'));\n
})\n
});\n
}\n
\n
(function createTabs() {\n
/* the accessibility options of this component have been defined according to: */\n
/* www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-manual.html */\n
var tabGroups = document.querySelectorAll('.sf-tabs:not([data-processed=true])');\n
\n
/* create the tab navigation for each group of tabs */\n
for (var i = 0; i < tabGroups.length; i++) {\n
var tabs = tabGroups[i].querySelectorAll(':scope > .tab');\n
var tabNavigation = document.createElement('div');\n
tabNavigation.className = 'tab-navigation';\n
tabNavigation.setAttribute('role', 'tablist');\n
\n
var selectedTabId = 'tab-' + i + '-0'; /* select the first tab by default */\n
for (var j = 0; j < tabs.length; j++) {\n
var tabId = 'tab-' + i + '-' + j;\n
var tabTitle = tabs[j].querySelector('.tab-title').innerHTML;\n
\n
var tabNavigationItem = document.createElement('button');\n
addClass(tabNavigationItem, 'tab-control');\n
tabNavigationItem.setAttribute('data-tab-id', tabId);\n
tabNavigationItem.setAttribute('role', 'tab');\n
tabNavigationItem.setAttribute('aria-controls', tabId);\n
if (hasClass(tabs[j], 'active')) { selectedTabId = tabId; }\n
if (hasClass(tabs[j], 'disabled')) {\n
addClass(tabNavigationItem, 'disabled');\n
}\n
tabNavigationItem.innerHTML = tabTitle;\n
tabNavigation.appendChild(tabNavigationItem);\n
\n
var tabContent = tabs[j].querySelector('.tab-content');\n
tabContent.parentElement.setAttribute('id', tabId);\n
}\n
\n
tabGroups[i].insertBefore(tabNavigation, tabGroups[i].firstChild);\n
addClass(document.querySelector('[data-tab-id="' + selectedTabId + '"]'), 'active');\n
}\n
\n
/* display the active tab and add the 'click' event listeners */\n
for (i = 0; i < tabGroups.length; i++) {\n
tabNavigation = tabGroups[i].querySelectorAll(':scope > .tab-navigation .tab-control');\n
\n
for (j = 0; j < tabNavigation.length; j++) {\n
tabId = tabNavigation[j].getAttribute('data-tab-id');\n
var tabPanel = document.getElementById(tabId);\n
tabPanel.setAttribute('role', 'tabpanel');\n
tabPanel.setAttribute('aria-labelledby', tabId);\n
tabPanel.querySelector('.tab-title').className = 'hidden';\n
\n
if (hasClass(tabNavigation[j], 'active')) {\n
tabPanel.className = 'block';\n
tabNavigation[j].setAttribute('aria-selected', 'true');\n
tabNavigation[j].removeAttribute('tabindex');\n
} else {\n
tabPanel.className = 'hidden';\n
tabNavigation[j].removeAttribute('aria-selected');\n
tabNavigation[j].setAttribute('tabindex', '-1');\n
}\n
\n
tabNavigation[j].addEventListener('click', function(e) {\n
var activeTab = e.target || e.srcElement;\n
\n
/* needed because when the tab contains HTML contents, user can click */\n
/* on any of those elements instead of their parent '<button>' element */\n
while (activeTab.tagName.toLowerCase() !== 'button') {\n
activeTab = activeTab.parentNode;\n
}\n
\n
/* get the full list of tabs through the parent of the active tab element */\n
var tabNavigation = activeTab.parentNode.children;\n
for (var k = 0; k < tabNavigation.length; k++) {\n
var tabId = tabNavigation[k].getAttribute('data-tab-id');\n
document.getElementById(tabId).className = 'hidden';\n
removeClass(tabNavigation[k], 'active');\n
tabNavigation[k].removeAttribute('aria-selected');\n
tabNavigation[k].setAttribute('tabindex', '-1');\n
}\n
\n
addClass(activeTab, 'active');\n
activeTab.setAttribute('aria-selected', 'true');\n
activeTab.removeAttribute('tabindex');\n
var activeTabId = activeTab.getAttribute('data-tab-id');\n
document.getElementById(activeTabId).className = 'block';\n
});\n
}\n
\n
tabGroups[i].setAttribute('data-processed', 'true');\n
}\n
})();\n
\n
(function createToggles() {\n
var toggles = document.querySelectorAll('.sf-toggle:not([data-processed=true])');\n
\n
for (var i = 0; i < toggles.length; i++) {\n
var elementSelector = toggles[i].getAttribute('data-toggle-selector');\n
var element = document.querySelector(elementSelector);\n
\n
addClass(element, 'sf-toggle-content');\n
\n
if (toggles[i].hasAttribute('data-toggle-initial') && toggles[i].getAttribute('data-toggle-initial') == 'display') {\n
addClass(toggles[i], 'sf-toggle-on');\n
addClass(element, 'sf-toggle-visible');\n
} else {\n
addClass(toggles[i], 'sf-toggle-off');\n
addClass(element, 'sf-toggle-hidden');\n
}\n
\n
addEventListener(toggles[i], 'click', function(e) {\n
var toggle = e.currentTarget;\n
\n
if (e.target.closest('a, span[data-clipboard-text], .sf-toggle') !== toggle) {\n
return;\n
}\n
\n
e.preventDefault();\n
\n
if ('' !== window.getSelection().toString()) {\n
/* Don't do anything on text selection */\n
return;\n
}\n
\n
var element = document.querySelector(toggle.getAttribute('data-toggle-selector'));\n
\n
toggleClass(toggle, 'sf-toggle-on');\n
toggleClass(toggle, 'sf-toggle-off');\n
toggleClass(element, 'sf-toggle-hidden');\n
toggleClass(element, 'sf-toggle-visible');\n
\n
/* the toggle doesn't change its contents when clicking on it */\n
if (!toggle.hasAttribute('data-toggle-alt-content')) {\n
return;\n
}\n
\n
if (!toggle.hasAttribute('data-toggle-original-content')) {\n
toggle.setAttribute('data-toggle-original-content', toggle.innerHTML);\n
}\n
\n
var currentContent = toggle.innerHTML;\n
var originalContent = toggle.getAttribute('data-toggle-original-content');\n
var altContent = toggle.getAttribute('data-toggle-alt-content');\n
toggle.innerHTML = currentContent !== altContent ? altContent : originalContent;\n
});\n
\n
toggles[i].setAttribute('data-processed', 'true');\n
}\n
})();\n
\n
(function createFilters() {\n
document.querySelectorAll('[data-filters] [data-filter]').forEach(function (filter) {\n
var filters = filter.closest('[data-filters]'),\n
type = 'choice',\n
name = filter.dataset.filter,\n
ucName = name.charAt(0).toUpperCase()+name.slice(1),\n
list = document.createElement('ul'),\n
values = filters.dataset['filter'+ucName] || filters.querySelectorAll('[data-filter-'+name+']'),\n
labels = {},\n
defaults = null,\n
indexed = {},\n
processed = {};\n
if (typeof values === 'string') {\n
type = 'level';\n
labels = values.split(',');\n
values = values.toLowerCase().split(',');\n
defaults = values.length - 1;\n
}\n
addClass(list, 'filter-list');\n
addClass(list, 'filter-list-'+type);\n
values.forEach(function (value, i) {\n
if (value instanceof HTMLElement) {\n
value = value.dataset['filter'+ucName];\n
}\n
if (value in processed) {\n
return;\n
}\n
var option = document.createElement('li'),\n
label = i in labels ? labels[i] : value,\n
active = false,\n
matches;\n
if ('' === label) {\n
option.innerHTML = '<em>(none)</em>';\n
} else {\n
option.innerText = label;\n
}\n
option.dataset.filter = value;\n
option.setAttribute('title', 1 === (matches = filters.querySelectorAll('[data-filter-'+name+'="'+value+'"]').length) ? 'Matches 1 row' : 'Matches '+matches+' rows');\n
indexed[value] = i;\n
list.appendChild(option);\n
addEventListener(option, 'click', function () {\n
if ('choice' === type) {\n
filters.querySelectorAll('[data-filter-'+name+']').forEach(function (row) {\n
if (option.dataset.filter === row.dataset['filter'+ucName]) {\n
toggleClass(row, 'filter-hidden-'+name);\n
}\n
});\n
toggleClass(option, 'active');\n
} else if ('level' === type) {\n
if (i === this.parentNode.querySelectorAll('.active').length - 1) {\n
return;\n
}\n
this.parentNode.querySelectorAll('li').forEach(function (currentOption, j) {\n
if (j <= i) {\n
addClass(currentOption, 'active');\n
if (i === j) {\n
addClass(currentOption, 'last-active');\n
} else {\n
removeClass(currentOption, 'last-active');\n
}\n
} else {\n
removeClass(currentOption, 'active');\n
removeClass(currentOption, 'last-active');\n
}\n
});\n
filters.querySelectorAll('[data-filter-'+name+']').forEach(function (row) {\n
if (i < indexed[row.dataset['filter'+ucName]]) {\n
addClass(row, 'filter-hidden-'+name);\n
} else {\n
removeClass(row, 'filter-hidden-'+name);\n
}\n
});\n
}\n
});\n
if ('choice' === type) {\n
active = null === defaults || 0 <= defaults.indexOf(value);\n
} else if ('level' === type) {\n
active = i <= defaults;\n
if (active && i === defaults) {\n
addClass(option, 'last-active');\n
}\n
}\n
if (active) {\n
addClass(option, 'active');\n
} else {\n
filters.querySelectorAll('[data-filter-'+name+'="'+value+'"]').forEach(function (row) {\n
toggleClass(row, 'filter-hidden-'+name);\n
});\n
}\n
processed[value] = true;\n
});\n
\n
if (1 < list.childNodes.length) {\n
filter.appendChild(list);\n
filter.dataset.filtered = '';\n
}\n
});\n
})();\n
})();\n
/*]]>*/ </script>\n
\n
<div id="sfwdte1ff5b" class="sf-toolbar sf-display-none" role="region" aria-label="Symfony Web Debug Toolbar"> <!-- START of Symfony Web Debug Toolbar --><div id="sfMiniToolbar-e1ff5b" class="sf-minitoolbar" data-no-turbolink data-turbo="false"> <button type="button" title="Show Symfony toolbar" id="sfToolbarMiniToggler-e1ff5b" accesskey="D" aria-expanded="false" aria-controls="sfToolbarMainContent-e1ff5b"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z"/></svg> </button></div><div id="sfToolbarClearer-e1ff5b" class="sf-toolbar-clearer"></div><div id="sfToolbarMainContent-e1ff5b" class="sf-toolbarreset notranslate clear-fix" data-no-turbolink data-turbo="false"> <div class="sf-toolbar-block sf-toolbar-block-request sf-toolbar-status-normal " > <a href="https://gameraude.fr/_profiler/e1ff5b?panel=request"> <div class="sf-toolbar-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z"/></svg> <span class="sf-toolbar-value sf-toolbar-ajax-request-counter"> Loading… </span> </div> </a> <div class="sf-toolbar-info"> <div class="sf-toolbar-info-piece"> <b>Loading the web debug toolbar…</b> </div> <div class="sf-toolbar-info-piece"> Attempt #<span id="sfLoadCounter-e1ff5b"></span> </div> <div class="sf-toolbar-info-piece"> <b> <button class="sf-cancel-button" type="button" id="sfLoadCancel-e1ff5b" title="Cancel loading">Cancel</button> </b> </div> </div></div> <button class="hide-button" type="button" id="sfToolbarHideButton-e1ff5b" title="Close Toolbar" accesskey="D" aria-expanded="true" aria-controls="sfToolbarMainContent-e1ff5b"> <svg xmlns="http://www.w3.org/2000/svg" data-icon-name="icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <line x1="18" y1="6" x2="6" y2="18"></line> <line x1="6" y1="6" x2="18" y2="18"></line></svg> </button></div><!-- END of Symfony Web Debug Toolbar --></div><style nonce="8ceecede4fccf67e1ac44f111e977fd1"> .sf-toolbarreset { --sf-toolbar-font-family-system: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --sf-toolbar-font-family-monospace: "Ubuntu Mono", "JetBrains Mono", ui-monospace, "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace; --sf-toolbar-white: #fff; --sf-toolbar-black: #000; --sf-toolbar-gray-50: #fafafa; --sf-toolbar-gray-100: #f5f5f5; --sf-toolbar-gray-200: #e5e5e5; --sf-toolbar-gray-300: #d4d4d4; --sf-toolbar-gray-400: #a3a3a3; --sf-toolbar-gray-500: #737373; --sf-toolbar-gray-600: #525252; --sf-toolbar-gray-700: #404040; --sf-toolbar-gray-800: #262626; --sf-toolbar-gray-900: #171717; --sf-toolbar-red-50: #FEFBFC; --sf-toolbar-red-100: #FCE9ED; --sf-toolbar-red-200: #F5B8C5; --sf-toolbar-red-300: #EF869C; --sf-toolbar-red-400: #E85574; --sf-toolbar-red-500: #E1244B; --sf-toolbar-red-600: #B41939; --sf-toolbar-red-700: #83122A; --sf-toolbar-red-800: #510B1A; --sf-toolbar-red-900: #20040A; --sf-toolbar-yellow-50: #fef7e1; --sf-toolbar-yellow-100: #fef2cd; --sf-toolbar-yellow-200: #fde496; --sf-toolbar-yellow-300: #fcd55f; --sf-toolbar-yellow-400: #fbc728; --sf-toolbar-yellow-500: #e6af05; --sf-toolbar-yellow-600: #af8503; --sf-toolbar-yellow-700: #785b02; --sf-toolbar-yellow-800: #413101; --sf-toolbar-yellow-900: #0a0800; --sf-toolbar-green-50: #eff5f5; --sf-toolbar-green-100: #deeaea; --sf-toolbar-green-200: #bbd5d5; --sf-toolbar-green-300: #99bfbf; --sf-toolbar-green-400: #76a9a9; --sf-toolbar-green-500: #598e8e; --sf-toolbar-green-600: #436c6c; --sf-toolbar-green-700: #2e4949; --sf-toolbar-green-800: #182727; --sf-toolbar-green-900: #030404;}.sf-minitoolbar { --sf-toolbar-gray-800: #262626; background-color: var(--sf-toolbar-gray-800); border-top-left-radius: 4px; bottom: 0; box-sizing: border-box; display: none; height: 36px; padding: 6px; position: fixed; right: 0; z-index: 99999;}.sf-minitoolbar button { background-color: transparent; padding: 0; border: none;}.sf-minitoolbar svg,.sf-minitoolbar img { --sf-toolbar-gray-200: #e5e5e5; color: var(--sf-toolbar-gray-200); max-height: 24px; max-width: 24px; display: inline;}.sf-toolbar-clearer { clear: both; height: 36px;}.sf-display-none { display: none;}.sf-toolbarreset *:not(svg rect) { box-sizing: content-box; vertical-align: baseline; letter-spacing: normal; width: auto;}.sf-toolbarreset { background-color: var(--sf-toolbar-gray-800); bottom: 0; box-shadow: inset 0 1px 0 var(--sf-toolbar-black), 0 -1px 0 rgba(0, 0, 0, 0.5); color: var(--sf-toolbar-gray-200); font: 11px var(--sf-toolbar-font-family-system); left: 0; margin: 0; padding: 0 36px 0 0; position: fixed; right: 0; text-align: left; text-transform: none; z-index: 99999; direction: ltr; /* neutralize the aliasing defined by external CSS styles */ -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}.sf-toolbarreset abbr { border: dashed var(--sf-toolbar-gray-500); border-width: 0 0 1px;}.sf-toolbarreset svg,.sf-toolbarreset img { height: 20px; width: 20px; display: inline-block;}.sf-toolbarreset .sf-cancel-button { color: var(--sf-toolbar-gray-700);}.sf-toolbarreset .hide-button { background: var(--sf-toolbar-gray-800); color: var(--sf-toolbar-gray-300); display: block; position: absolute; top: 2px; right: 0; width: 36px; height: 34px; cursor: pointer; text-align: center; border: none; margin: 0; padding: 0;}.sf-toolbarreset .hide-button:hover { background: var(--sf-toolbar-gray-700);}.sf-toolbarreset .hide-button svg { max-height: 18px; margin-top: 1px;}.sf-toolbar-block { cursor: default; display: block; float: left; height: 36px; margin-right: 0; position: relative; white-space: nowrap; max-width: 15%;}.sf-toolbar-block > a,.sf-toolbar-block > a:hover { display: block; text-decoration: none; background-color: transparent; color: inherit;}.sf-toolbar-block span { display: inline-block;}.sf-toolbar-block .sf-toolbar-value { color: var(--sf-toolbar-gray-100); font-size: 13px; line-height: 36px; padding: 0;}.sf-toolbar-block .sf-toolbar-label,.sf-toolbar-block .sf-toolbar-class-separator { color: var(--sf-toolbar-gray-400); font-size: 12px; margin-left: 2px;}.sf-toolbar-block .sf-toolbar-info { border-collapse: collapse; display: table; z-index: 100000;}.sf-toolbar-block hr { border-top: 1px solid var(--sf-toolbar-gray-500); margin: 4px 0; padding-top: 4px;}.sf-toolbar-block .sf-toolbar-info-piece { /* this 'border-bottom' trick is needed because 'margin-bottom' doesn't work for table rows */ border-bottom: solid transparent 3px; display: table-row;}.sf-toolbar-block .sf-toolbar-info-piece-additional,.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { display: none;}.sf-toolbar-block .sf-toolbar-info-group { margin-bottom: 4px; padding-bottom: 2px; border-bottom: 1px solid #333333;}.sf-toolbar-block .sf-toolbar-info-group:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status { border-radius: 4px; padding: 2px 5px; margin-bottom: 0;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status + .sf-toolbar-status { margin-left: 4px;}.sf-toolbar-block .sf-toolbar-info-piece:last-child { margin-bottom: 0;}div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece a { color: #99CDD8; text-decoration: underline;}div.sf-toolbar .sf-toolbar-block a:hover { text-decoration: none;}.sf-toolbar-block .sf-toolbar-info-piece b { color: var(--sf-toolbar-gray-400); display: table-cell; font-size: 11px; padding: 4px 8px 4px 0;}.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span { color: var(--sf-toolbar-gray-100);}.sf-toolbar-block .sf-toolbar-info-piece span { font-size: 12px;}div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece.sf-toolbar-info-php-ext a { text-decoration: none;}.sf-toolbar-block .sf-toolbar-info { background-color: var(--sf-toolbar-gray-700); border-radius: 4px; border-bottom-left-radius: 0; bottom: 36px; color: var(--sf-toolbar-gray-100); display: none; padding: 9px 0; position: absolute;}.sf-toolbar-block.sf-toolbar-block-right .sf-toolbar-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 0;}.sf-toolbar-block .sf-toolbar-info:empty { visibility: hidden;}.sf-toolbar-block .sf-toolbar-status { display: inline-block; color: var(--sf-toolbar-white); background-color: var(--sf-toolbar-gray-600); padding: 3px 6px; margin: 0 4px; min-width: 15px; min-height: 13px; text-align: center;}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-green,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-green { background-color: #059669; color: var(--white);}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-red,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-red { background-color: var(--sf-toolbar-red-500); color: var(--sf-toolbar-red-50);}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-yellow,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-yellow { background-color: var(--sf-toolbar-yellow-300); color: var(--sf-toolbar-yellow-800);}.sf-toolbar-block.sf-toolbar-status-green::before,.sf-toolbar-block.sf-toolbar-status-red::before,.sf-toolbar-block.sf-toolbar-status-yellow::before { background: var(--sf-toolbar-yellow-400); border-radius: 6px; content: ''; position: absolute; bottom: 1px; left: 0; width: 98%; height: 3px; z-index: 10005;}.sf-toolbar-block.sf-toolbar-status-red::before { background: var(--sf-toolbar-red-400);}.sf-toolbar-block.sf-toolbar-status-green::before { background: var(--sf-toolbar-green-400);}.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-green::before,.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-red::before,.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-yellow::before { display: none;}.sf-toolbar-block-request .sf-toolbar-status { border-radius: 6px; color: #fff; display: inline-block; flex-shrink: 0; font-size: 13px; font-weight: 500; padding: 4px 8px;}.sf-toolbar-block-request .sf-toolbar-info-piece a { background-color: transparent; text-decoration: none;}.sf-toolbar-block-request .sf-toolbar-info-piece a:hover { text-decoration: underline;}.sf-toolbar-block-request .sf-toolbar-redirection-status { font-weight: normal; padding: 2px 4px; line-height: 18px;}.sf-toolbar-block.sf-toolbar-block-request .sf-toolbar-redirection-status.sf-toolbar-status-yellow { background-color: var(--sf-toolbar-yellow-300); border-radius: 4px; color: var(--sf-toolbar-yellow-800); padding: 1px 4px;}.sf-toolbar-block.sf-toolbar-block-request .sf-toolbar-info-piece .sf-toolbar-redirection-method { background: transparent; color: var(--sf-toolbar-gray-300); border: 1px solid var(--sf-toolbar-gray-400); padding: 1px 4px;}.sf-toolbar-block-request .sf-toolbar-info-piece span.sf-toolbar-redirection-method { font-size: 12px; height: 17px; line-height: 17px; margin-right: 5px;}.sf-toolbar-block-request .sf-toolbar-request-icon svg { stroke-width: 3px;}.sf-toolbar-block-ajax .sf-toolbar-icon { cursor: pointer;}.sf-toolbar-status-green .sf-toolbar-label,.sf-toolbar-status-yellow .sf-toolbar-label,.sf-toolbar-status-red .sf-toolbar-label { color: var(--sf-toolbar-white);}.sf-toolbar-block-config svg path,.sf-toolbar-block-config svg .sf-svg-path { fill: var(--sf-toolbar-white);}.sf-toolbar-block .sf-toolbar-icon { color: var(--sf-toolbar-gray-300); align-items: center; display: flex; height: 36px; padding: 0 7px; overflow: hidden; text-overflow: ellipsis;}.sf-toolbar-block:hover .sf-toolbar-icon { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; box-shadow: 1px 0 0 var(--sf-toolbar-black), inset 0 -1px 0 var(--sf-toolbar-black);}.sf-toolbar-block.sf-toolbar-block-right:hover .sf-toolbar-icon { box-shadow: -1px 0 0 var(--sf-toolbar-black), inset 0 -1px 0 var(--sf-toolbar-black);}.sf-toolbar-block-request .sf-toolbar-icon { padding-left: 0; padding-right: 0;}.sf-toolbar-block .sf-toolbar-icon img,.sf-toolbar-block .sf-toolbar-icon svg { border-width: 0;}.sf-toolbar-block .sf-toolbar-icon img + span,.sf-toolbar-block .sf-toolbar-icon svg + span { margin-left: 4px;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-value,.sf-toolbar-block.sf-toolbar-block-sf-cli .sf-toolbar-value { margin-left: 5px;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-block.sf-toolbar-block-sf-cli .sf-toolbar-label { margin-left: 0;}.sf-toolbar-block:hover,.sf-toolbar-block.hover { position: relative;}.sf-toolbar-block:hover .sf-toolbar-icon,.sf-toolbar-block.hover .sf-toolbar-icon { background-color: var(--sf-toolbar-gray-700); position: relative; z-index: 10002;}.sf-toolbar-block-ajax.hover .sf-toolbar-info { z-index: 10001;}.sf-toolbar-block:hover .sf-toolbar-info,.sf-toolbar-block.hover .sf-toolbar-info { display: block; padding: 10px; max-width: 525px; max-height: 480px; word-wrap: break-word; overflow: hidden; overflow-y: auto;}.sf-toolbar-info-piece b.sf-toolbar-ajax-info { color: var(--sf-toolbar-gray-100);}.sf-toolbar-ajax-requests { border: 1px solid var(--sf-toolbar-gray-500); font-variant: tabular-nums; margin: 5px 0 0; width: 100%;}.sf-toolbar-ajax-requests td { background-color: var(--sf-toolbar-gray-700); border: 1px solid var(--sf-toolbar-gray-500); color: var(--sf-toolbar-gray-100); font-size: 12px; padding: 4px; vertical-align: middle;}.sf-toolbar-ajax-requests thead { border: 0;}.sf-toolbar-ajax-requests th { background-color: var(--sf-toolbar-gray-800); border: 1px solid var(--sf-toolbar-gray-500); color: var(--sf-toolbar-gray-200); font-size: 11px; padding: 4px;}.sf-ajax-request-url { max-width: 250px; line-height: 9px; overflow: hidden; text-overflow: ellipsis;}.sf-toolbar-ajax-requests .sf-ajax-request-url a { text-decoration: none;}.sf-toolbar-ajax-requests .sf-ajax-request-url a:hover { text-decoration: underline;}.sf-ajax-request-duration { text-align: right;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-ajax-requests .sf-toolbar-status { font-size: 11px; padding: 1px 3px;}.sf-ajax-request-loading { animation: sf-blink .5s ease-in-out infinite;}@keyframes sf-blink { 0% { background: var(--sf-toolbar-gray-800); } 50% { background: var(--sf-toolbar-gray-700); } 100% { background: var(--sf-toolbar-gray-800); }}.sf-toolbar-block.sf-toolbar-block-dump .sf-toolbar-info { max-width: none; width: 100%; position: fixed; box-sizing: border-box; left: 0;}.sf-toolbar-block-dump pre.sf-dump { background-color: var(--sf-toolbar-gray-800); border-color: var(--sf-toolbar-gray-500); border-radius: 0; margin: 6px 0 12px 0;}.sf-toolbar-block-dump pre.sf-dump:last-child { margin-bottom: 0;}.sf-toolbar-block-dump pre.sf-dump .sf-dump-search-wrapper { margin-bottom: 5px;}.sf-toolbar-block-dump pre.sf-dump span.sf-dump-search-count { color: #333; font-size: 12px;}.sf-toolbar-block-dump .sf-toolbar-info-piece { display: block;}.sf-toolbar-block-dump .sf-toolbar-info-piece .sf-toolbar-file-line { color: var(--sf-toolbar-gray-400); margin-left: 4px;}.sf-toolbar-block-dump .sf-toolbar-info img { display: none;}.sf-toolbar-block-serializer .detailed-metrics { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 15px; margin-top: 15px;}/* Responsive Design */.sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-icon .sf-toolbar-value { display: none;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label,.sf-cli .sf-toolbar-icon .sf-toolbar-label { display: inline-block;}/* Legacy Design - these styles are maintained to make old panels look a bit better on the new toolbar */.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { color: var(--sf-toolbar-gray-400); font-size: 12px;}.sf-toolbar-status-green .sf-toolbar-info-piece-additional-detail,.sf-toolbar-status-yellow .sf-toolbar-info-piece-additional-detail,.sf-toolbar-status-red .sf-toolbar-info-piece-additional-detail { color: var(--sf-toolbar-white);}@media (min-width: 768px) { .sf-toolbar-icon .sf-toolbar-label, .sf-toolbar-icon .sf-toolbar-value { display: inline; } .sf-toolbar-block-time .sf-toolbar-icon svg, .sf-toolbar-block-memory .sf-toolbar-icon svg { display: none; } .sf-toolbar-block-time .sf-toolbar-icon svg + span, .sf-toolbar-block-memory .sf-toolbar-icon svg + span { margin-left: 0; } .sf-toolbar-block .sf-toolbar-icon { padding: 0 10px; } .sf-toolbar-block-time .sf-toolbar-icon { padding-right: 5px; } .sf-toolbar-block-memory .sf-toolbar-icon { padding-left: 5px; } .sf-toolbar-block-request .sf-toolbar-icon { display: flex; align-items: center; padding-left: 0; padding-right: 0; } .sf-toolbar-block-request .sf-toolbar-label { margin-left: 4px; margin-right: 1px; } .sf-toolbar-block-request .sf-toolbar-status + .sf-toolbar-request-icon { display: inline-flex; margin-left: 5px; } .sf-toolbar-block-request .sf-toolbar-icon .sf-toolbar-request-icon + .sf-toolbar-label { margin-left: 0; } .sf-toolbar-block-request .sf-toolbar-label + .sf-toolbar-value { margin-right: 5px; } .sf-toolbar-block-request:hover .sf-toolbar-info { max-width: none; } .sf-toolbar-block .sf-toolbar-info-piece b { font-size: 12px; } .sf-toolbar-block .sf-toolbar-info-piece span { font-size: 13px; } .sf-toolbar-block-right { float: right; margin-left: 0; margin-right: 0; } .sf-toolbarreset .sf-toolbar-block.sf-toolbar-block-right:not(.sf-toolbar-block-sf-cli) .sf-toolbar-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 0; }}@media (min-width: 1024px) { .sf-toolbar-block .sf-toolbar-info-piece-additional, .sf-toolbar-block .sf-toolbar-info-piece-additional-detail { display: inline; } .sf-toolbar-block .sf-toolbar-info-piece-additional:empty, .sf-toolbar-block .sf-toolbar-info-piece-additional-detail:empty { display: none; }}/***** Error Toolbar *****/.sf-error-toolbar .sf-toolbarreset { background: var(--sf-toolbar-gray-800); color: var(--sf-toolbar-gray-100); font: 13px/36px var(--sf-toolbar-font-family-system); height: 36px; padding: 0 15px; text-align: left;}.sf-error-toolbar .sf-toolbarreset svg { height: auto;}.sf-error-toolbar .sf-toolbarreset a { color: #99cdd8; margin-left: 5px; text-decoration: underline;}.sf-error-toolbar .sf-toolbarreset a:hover { text-decoration: none;}.sf-error-toolbar .sf-toolbarreset .sf-toolbar-icon { float: left; padding: 5px 0; margin-right: 10px;}.sf-full-stack { left: 0px; font-size: 12px;}/***** Media query print: Do not print the Toolbar. *****/@media print { .sf-toolbar { display: none !important; }}</style><script nonce="40ec73abee36dea8db4f7d60d3a0a9ec">/*<![CDATA[*/ if (typeof Sfjs === 'undefined' || typeof Sfjs.loadToolbar === 'undefined') { Sfjs = (function() { "use strict"; if ('classList' in document.documentElement) { var hasClass = function (el, cssClass) { return el.classList.contains(cssClass); }; var removeClass = function(el, cssClass) { el.classList.remove(cssClass); }; var addClass = function(el, cssClass) { el.classList.add(cssClass); }; var toggleClass = function(el, cssClass) { el.classList.toggle(cssClass); }; } else { var hasClass = function (el, cssClass) { return el.className.match(new RegExp('\\b' + cssClass + '\\b')); }; var removeClass = function(el, cssClass) { el.className = el.className.replace(new RegExp('\\b' + cssClass + '\\b'), ' '); }; var addClass = function(el, cssClass) { if (!hasClass(el, cssClass)) { el.className += " " + cssClass; } }; var toggleClass = function(el, cssClass) { hasClass(el, cssClass) ? removeClass(el, cssClass) : addClass(el, cssClass); }; } var noop = function() {}; var profilerStorageKey = 'symfony/profiler/'; var addEventListener; var el = document.createElement('div'); if (!('addEventListener' in el)) { addEventListener = function (element, eventName, callback) { element.attachEvent('on' + eventName, callback); }; } else { addEventListener = function (element, eventName, callback) { element.addEventListener(eventName, callback, false); }; } var request = function(url, onSuccess, onError, payload, options, tries) { var xhr = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject('Microsoft.XMLHTTP'); options = options || {}; options.retry = options.retry || false; tries = tries || 1; /* this delays for 125, 375, 625, 875, and 1000, ... */ var delay = tries < 5 ? (tries - 0.5) * 250 : 1000; xhr.open(options.method || 'GET', url, true); xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); xhr.onreadystatechange = function(state) { if (4 !== xhr.readyState) { return null; } if (xhr.status == 404 && options.retry && !options.stop) { setTimeout(function() { if (options.stop) { return; } request(url, onSuccess, onError, payload, options, tries + 1); }, delay); return null; } if (200 === xhr.status) { (onSuccess || noop)(xhr); } else { (onError || noop)(xhr); } }; if (options.onSend) { options.onSend(tries); } xhr.send(payload || ''); }; var getPreference = function(name) { if (!window.localStorage) { return null; } return localStorage.getItem(profilerStorageKey + name); }; var setPreference = function(name, value) { if (!window.localStorage) { return null; } localStorage.setItem(profilerStorageKey + name, value); }; var requestStack = []; var extractHeaders = function(xhr, stackElement) { /* Here we avoid to call xhr.getResponseHeader in order to */ /* prevent polluting the console with CORS security errors */ var allHeaders = xhr.getAllResponseHeaders(); var ret; if (ret = allHeaders.match(/^x-debug-token:\s+(.*)$/im)) { stackElement.profile = ret[1]; } if (ret = allHeaders.match(/^x-debug-token-link:\s+(.*)$/im)) { stackElement.profilerUrl = ret[1]; } if (ret = allHeaders.match(/^Symfony-Debug-Toolbar-Replace:\s+(.*)$/im)) { stackElement.toolbarReplaceFinished = false; stackElement.toolbarReplace = '1' === ret[1]; } }; var successStreak = 4; var pendingRequests = 0; var renderAjaxRequests = function() { var requestCounter = document.querySelector('.sf-toolbar-ajax-request-counter'); if (!requestCounter) { return; } requestCounter.textContent = requestStack.length; var infoSpan = document.querySelector(".sf-toolbar-ajax-info"); if (infoSpan) { infoSpan.textContent = requestStack.length + ' AJAX request' + (requestStack.length !== 1 ? 's' : ''); } var ajaxToolbarPanel = document.querySelector('.sf-toolbar-block-ajax'); if (requestStack.length) { ajaxToolbarPanel.style.display = 'block'; } else { ajaxToolbarPanel.style.display = 'none'; } if (pendingRequests > 0) { addClass(ajaxToolbarPanel, 'sf-ajax-request-loading'); } else if (successStreak < 4) { addClass(ajaxToolbarPanel, 'sf-toolbar-status-red'); removeClass(ajaxToolbarPanel, 'sf-ajax-request-loading'); } else { removeClass(ajaxToolbarPanel, 'sf-ajax-request-loading'); removeClass(ajaxToolbarPanel, 'sf-toolbar-status-red'); } }; var startAjaxRequest = function(index) { var tbody = document.querySelector('.sf-toolbar-ajax-request-list'); if (!tbody) { return; } var nbOfAjaxRequest = tbody.rows.length; if (nbOfAjaxRequest >= 100) { tbody.deleteRow(0); } var request = requestStack[index]; pendingRequests++; var row = document.createElement('tr'); request.DOMNode = row; var requestNumberCell = document.createElement('td'); requestNumberCell.textContent = index + 1; row.appendChild(requestNumberCell); var profilerCell = document.createElement('td'); profilerCell.textContent = 'n/a'; row.appendChild(profilerCell); var methodCell = document.createElement('td'); methodCell.textContent = request.method; row.appendChild(methodCell); var typeCell = document.createElement('td'); typeCell.textContent = request.type; row.appendChild(typeCell); var statusCodeCell = document.createElement('td'); var statusCode = document.createElement('span'); statusCode.textContent = 'n/a'; statusCodeCell.appendChild(statusCode); row.appendChild(statusCodeCell); var pathCell = document.createElement('td'); pathCell.className = 'sf-ajax-request-url'; if ('GET' === request.method) { var pathLink = document.createElement('a'); pathLink.setAttribute('href', request.url); pathLink.textContent = request.url; pathCell.appendChild(pathLink); } else { pathCell.textContent = request.url; } pathCell.setAttribute('title', request.url); row.appendChild(pathCell); var durationCell = document.createElement('td'); durationCell.className = 'sf-ajax-request-duration'; durationCell.textContent = 'n/a'; row.appendChild(durationCell); request.liveDurationHandle = setInterval(function() { durationCell.textContent = (new Date() - request.start) + ' ms'; }, 100); row.className = 'sf-ajax-request sf-ajax-request-loading'; tbody.insertBefore(row, null); var toolbarInfo = document.querySelector('.sf-toolbar-block-ajax .sf-toolbar-info'); toolbarInfo.scrollTop = toolbarInfo.scrollHeight; renderAjaxRequests(); }; var finishAjaxRequest = function(index) { var request = requestStack[index]; clearInterval(request.liveDurationHandle); if (!request.DOMNode) { return; } if (request.toolbarReplace && !request.toolbarReplaceFinished && request.profile) { /* Flag as complete because finishAjaxRequest can be called multiple times. */ request.toolbarReplaceFinished = true; /* Search up through the DOM to find the toolbar's container ID. */ for (var elem = request.DOMNode; elem && elem !== document; elem = elem.parentNode) { if (elem.id.match(/^sfwdt/)) { Sfjs.loadToolbar(elem.id.replace(/^sfwdt/, ''), request.profile); break; } } } pendingRequests--; var row = request.DOMNode; /* Unpack the children from the row */ var profilerCell = row.children[1]; var methodCell = row.children[2]; var statusCodeCell = row.children[4]; var statusCodeElem = statusCodeCell.children[0]; var durationCell = row.children[6]; if (request.error) { row.className = 'sf-ajax-request sf-ajax-request-error'; methodCell.className = 'sf-ajax-request-error'; successStreak = 0; } else { row.className = 'sf-ajax-request sf-ajax-request-ok'; successStreak++; } if (request.statusCode) { if (request.statusCode < 300) { statusCodeElem.setAttribute('class', 'sf-toolbar-status'); } else if (request.statusCode < 400) { statusCodeElem.setAttribute('class', 'sf-toolbar-status sf-toolbar-status-yellow'); } else { statusCodeElem.setAttribute('class', 'sf-toolbar-status sf-toolbar-status-red'); } statusCodeElem.textContent = request.statusCode; } else { statusCodeElem.setAttribute('class', 'sf-toolbar-status sf-toolbar-status-red'); } if (request.duration) { durationCell.textContent = request.duration + ' ms'; } if (request.profilerUrl) { profilerCell.textContent = ''; var profilerLink = document.createElement('a'); profilerLink.setAttribute('href', request.profilerUrl); profilerLink.textContent = request.profile; profilerCell.appendChild(profilerLink); } renderAjaxRequests(); }; if (window.fetch && window.fetch.polyfill === undefined) { var oldFetch = window.fetch; window.fetch = function () { var promise = oldFetch.apply(this, arguments); var url = arguments[0]; var params = arguments[1]; var paramType = Object.prototype.toString.call(arguments[0]); if (paramType === '[object Request]') { url = arguments[0].url; params = { method: arguments[0].method, credentials: arguments[0].credentials, headers: arguments[0].headers, mode: arguments[0].mode, redirect: arguments[0].redirect }; } else { url = String(url); } if (!url.match(new RegExp("^\/((index|app(_[\\w]+)?)\\.php\/)?_wdt"))) { var method = 'GET'; if (params && params.method !== undefined) { method = params.method; } var stackElement = { error: false, url: url, method: method, type: 'fetch', start: new Date() }; var idx = requestStack.push(stackElement) - 1; promise.then(function (r) { stackElement.duration = new Date() - stackElement.start; stackElement.error = r.status < 200 || r.status >= 400; stackElement.statusCode = r.status; stackElement.profile = r.headers.get('x-debug-token'); stackElement.profilerUrl = r.headers.get('x-debug-token-link'); stackElement.toolbarReplaceFinished = false; stackElement.toolbarReplace = '1' === r.headers.get('Symfony-Debug-Toolbar-Replace'); finishAjaxRequest(idx); }, function (e){ stackElement.error = true; finishAjaxRequest(idx); }); startAjaxRequest(idx); } return promise; }; } if (window.XMLHttpRequest && XMLHttpRequest.prototype.addEventListener) { var proxied = XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open = function(method, url, async, user, pass) { var self = this; /* prevent logging AJAX calls to static and inline files, like templates */ var path = url; if (url.slice(0, 1) === '/') { if (0 === url.indexOf('')) { path = url.slice(0); } } else if (0 === url.indexOf('https\u003A\/\/gameraude.fr')) { path = url.slice(20); } if (!path.match(new RegExp("^\/((index|app(_[\\w]+)?)\\.php\/)?_wdt"))) { var stackElement = { error: false, url: url, method: method, type: 'xhr', start: new Date() }; var idx = requestStack.push(stackElement) - 1; this.addEventListener('readystatechange', function() { if (self.readyState == 4) { stackElement.duration = new Date() - stackElement.start; stackElement.error = self.status < 200 || self.status >= 400; stackElement.statusCode = self.status; extractHeaders(self, stackElement); finishAjaxRequest(idx); } }, false); startAjaxRequest(idx); } proxied.apply(this, Array.prototype.slice.call(arguments)); }; } return { hasClass: hasClass, removeClass: removeClass, addClass: addClass, toggleClass: toggleClass, getPreference: getPreference, setPreference: setPreference, addEventListener: addEventListener, request: request, renderAjaxRequests: renderAjaxRequests, getSfwdt: function(token) { if (!this.sfwdt) { this.sfwdt = document.getElementById('sfwdt' + token); } return this.sfwdt; }, load: function(selector, url, onSuccess, onError, options) { var el = document.getElementById(selector); if (el && el.getAttribute('data-sfurl') !== url) { request( url, function(xhr) { el.innerHTML = xhr.responseText; el.setAttribute('data-sfurl', url); removeClass(el, 'loading'); var pending = pendingRequests; for (var i = 0; i < requestStack.length; i++) { startAjaxRequest(i); if (requestStack[i].duration) { finishAjaxRequest(i); } } /* Revert the pending state in case there was a start called without a finish above. */ pendingRequests = pending; (onSuccess || noop)(xhr, el); }, function(xhr) { (onError || noop)(xhr, el); }, '', options ); } return this; }, showToolbar: function(token) { var sfwdt = this.getSfwdt(token); removeClass(sfwdt, 'sf-display-none'); if (getPreference('toolbar/displayState') == 'none') { document.getElementById('sfToolbarMainContent-' + token).style.display = 'none'; document.getElementById('sfToolbarClearer-' + token).style.display = 'none'; document.getElementById('sfMiniToolbar-' + token).style.display = 'block'; } else { document.getElementById('sfToolbarMainContent-' + token).style.display = 'block'; document.getElementById('sfToolbarClearer-' + token).style.display = 'block'; document.getElementById('sfMiniToolbar-' + token).style.display = 'none'; } }, hideToolbar: function(token) { var sfwdt = this.getSfwdt(token); addClass(sfwdt, 'sf-display-none'); }, initToolbar: function(token) { this.showToolbar(token); var hideButton = document.getElementById('sfToolbarHideButton-' + token); var hideButtonSvg = hideButton.querySelector('svg'); hideButtonSvg.setAttribute('aria-hidden', 'true'); hideButtonSvg.setAttribute('focusable', 'false'); addEventListener(hideButton, 'click', function (event) { event.preventDefault(); var p = this.parentNode; p.style.display = 'none'; (p.previousElementSibling || p.previousSibling).style.display = 'none'; document.getElementById('sfMiniToolbar-' + token).style.display = 'block'; setPreference('toolbar/displayState', 'none'); }); var showButton = document.getElementById('sfToolbarMiniToggler-' + token); var showButtonSvg = showButton.querySelector('svg'); showButtonSvg.setAttribute('aria-hidden', 'true'); showButtonSvg.setAttribute('focusable', 'false'); addEventListener(showButton, 'click', function (event) { event.preventDefault(); var elem = this.parentNode; if (elem.style.display == 'none') { document.getElementById('sfToolbarMainContent-' + token).style.display = 'none'; document.getElementById('sfToolbarClearer-' + token).style.display = 'none'; elem.style.display = 'block'; } else { document.getElementById('sfToolbarMainContent-' + token).style.display = 'block'; document.getElementById('sfToolbarClearer-' + token).style.display = 'block'; elem.style.display = 'none' } setPreference('toolbar/displayState', 'block'); }); }, loadToolbar: function(token, newToken) { var that = this; var triesCounter = document.getElementById('sfLoadCounter-' + token); var options = { retry: true, onSend: function (count) { if (count === 3) { that.initToolbar(token); } if (triesCounter) { triesCounter.textContent = count; } }, }; var cancelButton = document.getElementById('sfLoadCancel-' + token); if (cancelButton) { addEventListener(cancelButton, 'click', function (event) { event.preventDefault(); options.stop = true; that.hideToolbar(token); }); } newToken = (newToken || token); this.load( 'sfwdt' + token, 'https\u003A\/\/gameraude.fr\/_wdt\/xxxxxx'.replace(/xxxxxx/, newToken), function(xhr, el) { /* Do nothing in the edge case where the toolbar has already been replaced with a new one */ if (!document.getElementById('sfToolbarMainContent-' + newToken)) { return; } /* Evaluate in global scope scripts embedded inside the toolbar */ var i, scripts = [].slice.call(el.querySelectorAll('script')); for (i = 0; i < scripts.length; ++i) { if (scripts[i].firstChild) { eval.call({}, scripts[i].firstChild.nodeValue); } } el.style.display = -1 !== xhr.responseText.indexOf('sf-toolbarreset') ? 'block' : 'none'; if (el.style.display == 'none') { return; } that.initToolbar(newToken); /* Handle toolbar-info position */ var toolbarBlocks = [].slice.call(el.querySelectorAll('.sf-toolbar-block')); for (i = 0; i < toolbarBlocks.length; ++i) { toolbarBlocks[i].onmouseover = function () { var toolbarInfo = this.querySelectorAll('.sf-toolbar-info')[0]; var pageWidth = document.body.clientWidth; var elementWidth = toolbarInfo.offsetWidth; var leftValue = (elementWidth + this.offsetLeft) - pageWidth; var rightValue = (elementWidth + (pageWidth - this.offsetLeft)) - pageWidth; /* Reset right and left value, useful on window resize */ toolbarInfo.style.right = ''; toolbarInfo.style.left = ''; if (elementWidth > pageWidth) { toolbarInfo.style.left = 0; } else if (leftValue > 0 && rightValue > 0) { toolbarInfo.style.right = (rightValue * -1) + 'px'; } else if (leftValue < 0) { toolbarInfo.style.left = 0; } else { toolbarInfo.style.right = '0px'; } }; } renderAjaxRequests(); addEventListener(document.querySelector('.sf-toolbar-ajax-clear'), 'click', function() { requestStack = []; renderAjaxRequests(); successStreak = 4; document.querySelector('.sf-toolbar-ajax-request-list').innerHTML = ''; }); addEventListener(document.querySelector('.sf-toolbar-block-ajax'), 'mouseenter', function (event) { var elem = document.querySelector('.sf-toolbar-block-ajax .sf-toolbar-info'); elem.scrollTop = elem.scrollHeight; }); addEventListener(document.querySelector('.sf-toolbar-block-ajax > .sf-toolbar-icon'), 'click', function (event) { event.preventDefault(); toggleClass(this.parentNode, 'hover'); }); var dumpInfo = document.querySelector('.sf-toolbar-block-dump .sf-toolbar-info'); if (null !== dumpInfo) { addEventListener(dumpInfo, 'sfbeforedumpcollapse', function () { dumpInfo.style.minHeight = dumpInfo.getBoundingClientRect().height+'px'; }); addEventListener(dumpInfo, 'mouseleave', function () { dumpInfo.style.minHeight = ''; }); } }, function(xhr) { if (xhr.status !== 0 && !options.stop) { var sfwdt = that.getSfwdt(token); sfwdt.innerHTML = '\ <div class="sf-toolbarreset notranslate">\ <div class="sf-toolbar-icon"><svg width="26" height="28" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" viewBox="0 0 26 28" enable-background="new 0 0 26 28" xml:space="preserve"><path fill="#FFFFFF" d="M13 0C5.8 0 0 5.8 0 13c0 7.2 5.8 13 13 13c7.2 0 13-5.8 13-13C26 5.8 20.2 0 13 0z M20 7.5 c-0.6 0-1-0.3-1-0.9c0-0.2 0-0.4 0.2-0.6c0.1-0.3 0.2-0.3 0.2-0.4c0-0.3-0.5-0.4-0.7-0.4c-2 0.1-2.5 2.7-2.9 4.8l-0.2 1.1 c1.1 0.2 1.9 0 2.4-0.3c0.6-0.4-0.2-0.8-0.1-1.3C18 9.2 18.4 9 18.7 8.9c0.5 0 0.8 0.5 0.8 1c0 0.8-1.1 2-3.3 1.9 c-0.3 0-0.5 0-0.7-0.1L15 14.1c-0.4 1.7-0.9 4.1-2.6 6.2c-1.5 1.8-3.1 2.1-3.8 2.1c-1.3 0-2.1-0.6-2.2-1.6c0-0.9 0.8-1.4 1.3-1.4 c0.7 0 1.2 0.5 1.2 1.1c0 0.5-0.2 0.6-0.4 0.7c-0.1 0.1-0.3 0.2-0.3 0.4c0 0.1 0.1 0.3 0.4 0.3c0.5 0 0.9-0.3 1.2-0.5 c1.3-1 1.7-2.9 2.4-6.2l0.1-0.8c0.2-1.1 0.5-2.3 0.8-3.5c-0.9-0.7-1.4-1.5-2.6-1.8c-0.8-0.2-1.3 0-1.7 0.4C8.4 10 8.6 10.7 9 11.1 l0.7 0.7c0.8 0.9 1.3 1.7 1.1 2.7c-0.3 1.6-2.1 2.8-4.3 2.1c-1.9-0.6-2.2-1.9-2-2.7c0.2-0.6 0.7-0.8 1.2-0.6 c0.5 0.2 0.7 0.8 0.6 1.3c0 0.1 0 0.1-0.1 0.3C6 15 5.9 15.2 5.9 15.3c-0.1 0.4 0.4 0.7 0.8 0.8c0.8 0.3 1.7-0.2 1.9-0.9 c0.2-0.6-0.2-1.1-0.4-1.2l-0.8-0.9c-0.4-0.4-1.2-1.5-0.8-2.8c0.2-0.5 0.5-1 0.9-1.4c1-0.7 2-0.8 3-0.6c1.3 0.4 1.9 1.2 2.8 1.9 c0.5-1.3 1.1-2.6 2-3.8c0.9-1 2-1.7 3.3-1.8C20 4.8 21 5.4 21 6.3C21 6.7 20.8 7.5 20 7.5z"/></svg></div>\ An error occurred while loading the web debug toolbar. <a href="https\u003A\/\/gameraude.fr\/_profiler\/' + newToken + '">Open the web profiler.</a>\ </div>\ '; sfwdt.setAttribute('class', 'sf-toolbar sf-error-toolbar'); } }, options ); return this; }, toggle: function(selector, elOn, elOff) { var tmp = elOn.style.display, el = document.getElementById(selector); elOn.style.display = elOff.style.display; elOff.style.display = tmp; if (el) { el.style.display = 'none' === tmp ? 'none' : 'block'; } return this; }, }; })(); } Sfjs.loadToolbar('e1ff5b');/*]]>*/</script>\n
</body>\n
</html>\n
<!-- No route found for "GET https://gameraude.fr/robots.txt" (404 Not Found) -->
"""
"realIp" => "216.73.216.206"
]
"channel" => "app"
]
]
]
-errorCount: [
2 => 1
973 => 0
"" => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#232 …}
} |