https://klean.studiojna.fr/_fragment

Exceptions

Sorry not existing!

Exception

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

  1. return $this->render($result['template'], $result['data']);
  2. }
  3. $slug_info = $this->em->getRepository(UrlPost::class)->findUrlBySlug($slug);
  4. if(!$slug_info){
  5. throw new NotFoundHttpException('Sorry not existing!');
  6. }
  7. // verification lang slug and then switched
  8. $slug_lang = $this->em->getRepository(UrlPost::class)->SwitchLangRoute($slug);
  9. if($slug_lang != null && $_locale != $slug_lang){
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. {
  2. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3. $this->requestStack->push($request);
  4. try {
  5. return $this->handleRaw($request, $type);
  6. } catch (\Exception $e) {
  7. if ($e instanceof RequestExceptionInterface) {
  8. $e = new BadRequestHttpException($e->getMessage(), $e);
  9. }
  10. if (false === $catch) {
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
Kernel->handle() in public/index.php (line 20)
  1. Debug::enable();
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request = Request::createFromGlobals();
  5. $response = $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request, $response);

Logs

Level Channel Message
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $registry as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $expressionLanguage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $language as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Liip\ImagineBundle\Imagine\Cache\SignerInterface::sign(): Implicitly marking parameter $runtimeConfig as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Liip\ImagineBundle\Imagine\Cache\SignerInterface::check(): Implicitly marking parameter $runtimeConfig as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Liip\ImagineBundle\Imagine\Cache\Signer::sign(): Implicitly marking parameter $runtimeConfig as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Liip\ImagineBundle\Imagine\Cache\Signer::check(): Implicitly marking parameter $runtimeConfig as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Api\ResourceClassResolver::getResourceClass(): Implicitly marking parameter $resourceClass as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\SerializerFilterContextBuilder::createFromRequest(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\SerializerContextBuilder::createFromRequest(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::__construct(): Implicitly marking parameter $identifiersExtractor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::__construct(): Implicitly marking parameter $subresourceDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::__construct(): Implicitly marking parameter $identifierConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::__construct(): Implicitly marking parameter $resourceClassResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::__construct(): Implicitly marking parameter $resourceMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::getIriFromItem(): Implicitly marking parameter $referenceType as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::getIriFromResourceClass(): Implicitly marking parameter $referenceType as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::getItemIriFromResourceClass(): Implicitly marking parameter $referenceType as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter::getSubresourceIriFromResourceClass(): Implicitly marking parameter $referenceType as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\EventListener\ReadListener::__construct(): Implicitly marking parameter $subresourceDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\EventListener\ReadListener::__construct(): Implicitly marking parameter $serializerContextBuilder as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\EventListener\ReadListener::__construct(): Implicitly marking parameter $identifierConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\EventListener\ReadListener::__construct(): Implicitly marking parameter $resourceMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\EventListener\ReadListener::__construct(): Implicitly marking parameter $resourceMetadataCollectionFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\EventListener\ReadListener::__construct(): Implicitly marking parameter $metadataBackwardCompatibilityLayer as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Util\AnnotationFilterExtractorTrait::getFilterProperties(): Implicitly marking parameter $reflectionProperty as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Util\AnnotationFilterExtractorTrait::readFilterAnnotations(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Util\AnnotationFilterExtractorTrait::generateFilterId(): Implicitly marking parameter $filterId as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory::__construct(): Implicitly marking parameter $docBlockFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory::createMetadata(): Implicitly marking parameter $parentResourceMetadata as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory::createMetadata(): Implicitly marking parameter $parentPropertyMetadata as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory::__construct(): Implicitly marking parameter $resourceClassResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory::transformReadWrite(): Implicitly marking parameter $normalizationGroups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory::transformReadWrite(): Implicitly marking parameter $denormalizationGroups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory::transformLinkStatus(): Implicitly marking parameter $normalizationGroups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory::transformLinkStatus(): Implicitly marking parameter $denormalizationGroups as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Metadata\Extractor\AbstractResourceExtractor::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory::__construct(): Implicitly marking parameter $identifiersExtractor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory::computeSubresourceOperations(): Implicitly marking parameter $rootResourceClass as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory::computeSubresourceOperations(): Implicitly marking parameter $parentOperation as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory::computeSubresourceOperations(): Implicitly marking parameter $maxDepth as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonSchema\TypeFactory::__construct(): Implicitly marking parameter $resourceClassResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonSchema\TypeFactory::getType(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonSchema\TypeFactory::makeBasicType(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\ContextBuilder::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\ContextBuilder::__construct(): Implicitly marking parameter $iriConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\ContextBuilder::getResourceContextUri(): Implicitly marking parameter $referenceType as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\Routing\SkolemIriConverter::getIriFromResource(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\JsonSchema\SchemaFactory::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\JsonSchema\SchemaFactory::__construct(): Implicitly marking parameter $resourceClassResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\HttpCache\EventListener\AddHeadersListener::__construct(): Implicitly marking parameter $maxAge as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\HttpCache\EventListener\AddHeadersListener::__construct(): Implicitly marking parameter $sharedMaxAge as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\HttpCache\EventListener\AddHeadersListener::__construct(): Implicitly marking parameter $vary as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\HttpCache\EventListener\AddHeadersListener::__construct(): Implicitly marking parameter $public as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\HttpCache\EventListener\AddHeadersListener::__construct(): Implicitly marking parameter $staleWhileRevalidate as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\HttpCache\EventListener\AddHeadersListener::__construct(): Implicitly marking parameter $staleIfError as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\CollectionDataProviderInterface::getCollection(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\ContextAwareCollectionDataProviderInterface::getCollection(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\RestrictedDataProviderInterface::supports(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\RestrictDataProviderTrait::supports(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider::getCollection(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\ChainCollectionDataProvider::getCollection(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\ItemDataProviderInterface::getItem(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider::getItem(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\ChainItemDataProvider::getItem(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface::getSubresource(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider::getSubresource(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider::getSubresource(): Implicitly marking parameter $operationName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct(): Implicitly marking parameter $expressionLanguage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct(): Implicitly marking parameter $authenticationTrustResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct(): Implicitly marking parameter $authorizationChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\EventListener\DenyAccessListener::__construct(): Implicitly marking parameter $authenticationTrustResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\EventListener\DenyAccessListener::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\EventListener\DenyAccessListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Symfony\EventListener\DenyAccessListener::__construct(): Implicitly marking parameter $authorizationChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Api\CachedIdentifiersExtractor::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Api\CachedIdentifiersExtractor::__construct(): Implicitly marking parameter $resourceClassResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Api\IdentifiersExtractor::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Api\IdentifiersExtractor::__construct(): Implicitly marking parameter $resourceClassResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Api\IdentifiersExtractor::__construct(): Implicitly marking parameter $metadataBackwardCompatibilityLayer as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Identifier\IdentifierConverter::__construct(): Implicitly marking parameter $resourceMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface::getEntrypointLookup(): Implicitly marking parameter $buildName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection::__construct(): Implicitly marking parameter $defaultBuildName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection::getEntrypointLookup(): Implicitly marking parameter $buildName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: MobileDetectBundle\Helper\DeviceView::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Mobile_Detect::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $operationPathResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $urlGenerator as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $subresourceOperationFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $identifiersExtractor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $openApiNormalizer as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $serializePayloadFields as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $serializePayloadFields as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $serializePayloadFields as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $operationMethodResolver as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $subresourceOperationFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\DocumentationNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\DocumentationNormalizer::getHydraOperation(): Implicitly marking parameter $subresourceMetadata as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::__construct(): Implicitly marking parameter $itemDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::__construct(): Implicitly marking parameter $resourceAccessChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::instantiateObject(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::createConstructorArgument(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::validateType(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\AbstractItemNormalizer::transformOutput(): Implicitly marking parameter $outputClass as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\JsonLd\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $resourceAccessChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $itemDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\ItemNormalizer::__construct(): Implicitly marking parameter $resourceAccessChecker as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Serializer\JsonEncoder::__construct(): Implicitly marking parameter $jsonEncoder as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $collectionDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $itemDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $subresourceDataProvider as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $dataPersister as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: MobileDetectBundle\DataCollector\DeviceDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Twig\Extra\String\StringExtension::__construct(): Implicitly marking parameter $slugger as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension::renderWebpackScriptTags(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension::renderWebpackLinkTags(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::renderStimulusAction(): Implicitly marking parameter $actionName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::renderStimulusAction(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::appendStimulusAction(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::renderStimulusTarget(): Implicitly marking parameter $targetNames as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::appendStimulusTarget(): Implicitly marking parameter $targetNames as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter" is deprecated, use ApiPlatform\Symfony\Routing\IriConverter instead.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
{
    "exception": {}
}
INFO 16:51:05 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "3573f4"
    },
    "request_uri": "https://klean.studiojna.fr/_profiler/3573f4?panel=exception",
    "method": "GET"
}
INFO 16:51:05 deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
{
    "exception": {}
}
INFO 16:51:05 deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 16:51:05 doctrine SELECT t0.id AS id_1, t0.id_module AS id_module_2, t0.type_module AS type_module_3, t0.old AS old_4, t0.new AS new_5, t0.active AS active_6, t0.lien_externe AS lien_externe_7, t0.DateCreation AS DateCreation_8, t0.DateModification AS DateModification_9, t0.locale AS locale_10, t0.IdSite AS IdSite_11 FROM cms_redirection t0 WHERE t0.old = ? AND t0.active = ? LIMIT 1
[
    "/_profiler/3573f4?panel=ex [...]",
    true
]
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\RedirectSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RedirectSubscriber::onKernelRequest"
}
INFO 16:51:05 deprecation User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 16:51:05 doctrine SELECT t0.id AS id_1, t0.id_module AS id_module_2, t0.type_module AS type_module_3, t0.old AS old_4, t0.new AS new_5, t0.active AS active_6, t0.lien_externe AS lien_externe_7, t0.DateCreation AS DateCreation_8, t0.DateModification AS DateModification_9, t0.locale AS locale_10, t0.IdSite AS IdSite_11 FROM cms_redirection t0 WHERE t0.old = ? AND t0.active = ? LIMIT 1
[
    "/_fragment?_path=_format%3 [...]",
    true
]
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\RedirectSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RedirectSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleResponse".
{
    "event": "kernel.response",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "App\EventSubscriber\HeaderSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "App\\EventSubscriber\\HeaderSubscriber::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 16:51:05 doctrine SELECT t0.id AS id_1, t0.id_module AS id_module_2, t0.type_module AS type_module_3, t0.old AS old_4, t0.new AS new_5, t0.active AS active_6, t0.lien_externe AS lien_externe_7, t0.DateCreation AS DateCreation_8, t0.DateModification AS DateModification_9, t0.locale AS locale_10, t0.IdSite AS IdSite_11 FROM cms_redirection t0 WHERE t0.old = ? AND t0.active = ? LIMIT 1
[
    "/_fragment?panel=exception [...]",
    true
]
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\RedirectSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RedirectSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleResponse".
{
    "event": "kernel.response",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "App\EventSubscriber\HeaderSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "App\\EventSubscriber\\HeaderSubscriber::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 16:51:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 16:51:05 doctrine SELECT t0.id AS id_1, t0.id_module AS id_module_2, t0.type_module AS type_module_3, t0.old AS old_4, t0.new AS new_5, t0.active AS active_6, t0.lien_externe AS lien_externe_7, t0.DateCreation AS DateCreation_8, t0.DateModification AS DateModification_9, t0.locale AS locale_10, t0.IdSite AS IdSite_11 FROM cms_redirection t0 WHERE t0.old = ? AND t0.active = ? LIMIT 1
[
    "/_fragment?_path=_format%3 [...]",
    true
]
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.request" to listener "App\EventSubscriber\RedirectSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RedirectSubscriber::onKernelRequest"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 16:51:05 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

NotFoundHttpException
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
Sorry not existing!

  at src/Controller/FrontEnd/PageCmsController.php:73
  at App\Controller\FrontEnd\PageCmsController->index()
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:20)