| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#124
-records: [
2 => [
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.424+01:00"
"message" => "Deprecated: Creation of dynamic property App\Services\Services::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#439
#message: "Deprecated: Creation of dynamic property App\Services\Services::$em is deprecated"
#code: 0
#file: "/var/www/formulaire-stripe/src/Services/Services.php"
#line: 19
#severity: E_DEPRECATED
trace: {
/var/www/formulaire-stripe/src/Services/Services.php:19 {
App\Services\Services->__construct(EntityManagerInterface $em, ?UserInterface $user, ParameterBagInterface $params, RequestStack $requestStack) …
› {
› $this->em = $em;
› $this->key = $params->get('encryption_key');
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:1138 {
Container8apWpal\App_KernelDevDebugContainer::getServicesService($container) …
›
› return $container->privates['App\\Services\\Services'] = new \App\Services\Services($a, NULL, ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:645 {
Container8apWpal\App_KernelDevDebugContainer::getHomeControllerService($container) …
›
› $container->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController($a, ($container->privates['App\\Services\\Services'] ?? self::getServicesService($container)));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:2137 {
Container8apWpal\App_KernelDevDebugContainer::getTwigService($container) …
› ])));
› $instance->addGlobal('menuUser', ($container->services['App\\Controller\\HomeController'] ?? self::getHomeControllerService($container)));
› $instance->registerUndefinedFilterCallback([$j, 'suggestFilter']);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:609 {
Container8apWpal\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:1180 {
Container8apWpal\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:859 {
Container8apWpal\App_KernelDevDebugContainer::Container8apWpal\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.424+01:00"
"message" => "Deprecated: Creation of dynamic property App\Services\Services::$key is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#440
#message: "Deprecated: Creation of dynamic property App\Services\Services::$key is deprecated"
#code: 0
#file: "/var/www/formulaire-stripe/src/Services/Services.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/var/www/formulaire-stripe/src/Services/Services.php:20 {
App\Services\Services->__construct(EntityManagerInterface $em, ?UserInterface $user, ParameterBagInterface $params, RequestStack $requestStack) …
› $this->em = $em;
› $this->key = $params->get('encryption_key');
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:1138 {
Container8apWpal\App_KernelDevDebugContainer::getServicesService($container) …
›
› return $container->privates['App\\Services\\Services'] = new \App\Services\Services($a, NULL, ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:645 {
Container8apWpal\App_KernelDevDebugContainer::getHomeControllerService($container) …
›
› $container->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController($a, ($container->privates['App\\Services\\Services'] ?? self::getServicesService($container)));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:2137 {
Container8apWpal\App_KernelDevDebugContainer::getTwigService($container) …
› ])));
› $instance->addGlobal('menuUser', ($container->services['App\\Controller\\HomeController'] ?? self::getHomeControllerService($container)));
› $instance->registerUndefinedFilterCallback([$j, 'suggestFilter']);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:609 {
Container8apWpal\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:1180 {
Container8apWpal\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:859 {
Container8apWpal\App_KernelDevDebugContainer::Container8apWpal\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.424+01:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\HomeController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#441
#message: "Deprecated: Creation of dynamic property App\Controller\HomeController::$em is deprecated"
#code: 0
#file: "/var/www/formulaire-stripe/src/Controller/HomeController.php"
#line: 48
#severity: E_DEPRECATED
trace: {
/var/www/formulaire-stripe/src/Controller/HomeController.php:48 {
App\Controller\HomeController->__construct(EntityManagerInterface $em, Services $service) …
› {
› $this->em = $em;
› $this->service = $service;
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:645 {
Container8apWpal\App_KernelDevDebugContainer::getHomeControllerService($container) …
›
› $container->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController($a, ($container->privates['App\\Services\\Services'] ?? self::getServicesService($container)));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:2137 {
Container8apWpal\App_KernelDevDebugContainer::getTwigService($container) …
› ])));
› $instance->addGlobal('menuUser', ($container->services['App\\Controller\\HomeController'] ?? self::getHomeControllerService($container)));
› $instance->registerUndefinedFilterCallback([$j, 'suggestFilter']);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:609 {
Container8apWpal\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:1180 {
Container8apWpal\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:859 {
Container8apWpal\App_KernelDevDebugContainer::Container8apWpal\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.424+01:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\HomeController::$service is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#442
#message: "Deprecated: Creation of dynamic property App\Controller\HomeController::$service is deprecated"
#code: 0
#file: "/var/www/formulaire-stripe/src/Controller/HomeController.php"
#line: 49
#severity: E_DEPRECATED
trace: {
/var/www/formulaire-stripe/src/Controller/HomeController.php:49 {
App\Controller\HomeController->__construct(EntityManagerInterface $em, Services $service) …
› $this->em = $em;
› $this->service = $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:645 {
Container8apWpal\App_KernelDevDebugContainer::getHomeControllerService($container) …
›
› $container->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController($a, ($container->privates['App\\Services\\Services'] ?? self::getServicesService($container)));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:2137 {
Container8apWpal\App_KernelDevDebugContainer::getTwigService($container) …
› ])));
› $instance->addGlobal('menuUser', ($container->services['App\\Controller\\HomeController'] ?? self::getHomeControllerService($container)));
› $instance->registerUndefinedFilterCallback([$j, 'suggestFilter']);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:609 {
Container8apWpal\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:1180 {
Container8apWpal\App_KernelDevDebugContainer::getAssetMapper_DevServerSubscriberService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:859 {
Container8apWpal\App_KernelDevDebugContainer::Container8apWpal\{closure} …
› $instance->addListener('console.error', [#[\Closure(name: 'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] fn () => ($container->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()), 'onConsoleError'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelRequest'], 35);
› $instance->addListener('kernel.response', [#[\Closure(name: 'asset_mapper.dev_server_subscriber', class: 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber')] fn () => ($container->privates['asset_mapper.dev_server_subscriber'] ?? self::getAssetMapper_DevServerSubscriberService($container)), 'onKernelResponse'], 2048);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.426+01:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_form_succes"
"route_parameters" => [
"_route" => "app_form_succes"
"_controller" => "App\Controller\FormClientController::app_form_succes"
"id" => "Yll2M0JVb0VkdWl3QktGZWJuak00Zz09"
]
"request_uri" => "https://reconciliation-form-uat.apps.maikhub.com/form-succes/Yll2M0JVb0VkdWl3QktGZWJuak00Zz09"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "User Deprecated: Since symfony/security-http 7.2: The "$secret" argument of "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator::__construct()" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#593
#message: "User Deprecated: Since symfony/security-http 7.2: The "$secret" argument of "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator::__construct()" is deprecated."
#code: 0
#file: "/var/www/formulaire-stripe/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
#line: 63
#severity: E_USER_DEPRECATED
trace: {
/var/www/formulaire-stripe/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php:63 {
Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator->__construct(RememberMeHandlerInterface $rememberMeHandler, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface|string $tokenStorage, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface|string $cookieName, Psr\Log\LoggerInterface|string|null $logger = null) …
› if (\is_string($tokenStorage)) {
› trigger_deprecation('symfony/security-http', '7.2', 'The "$secret" argument of "%s()" is deprecated.', __METHOD__);
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getSecurity_Authenticator_RememberMe_MainService.php:25 {
Container8apWpal\getSecurity_Authenticator_RememberMe_MainService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.remember_me.main'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($container->privates['security.authenticator.remember_me_handler.main'] ?? $container->load('getSecurity_Authenticator_RememberMeHandler_MainService')), $container->getEnv('APP_SECRET'), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), 'REMEMBERME', ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)));
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getSecurity_Authenticator_Manager_MainService.php:31 {
Container8apWpal\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a, ($container->privates['security.authenticator.remember_me.main'] ?? $container->load('getSecurity_Authenticator_RememberMe_MainService'))], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), true, true, []);
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getDebug_Security_Firewall_Authenticator_MainService.php:24 {
Container8apWpal\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getSecurity_Firewall_Map_Context_MainService.php:34 {
Container8apWpal\getSecurity_Firewall_Map_Context_MainService::Container8apWpal\{closure} …
› yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
}
/var/www/formulaire-stripe/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/formulaire-stripe/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/formulaire-stripe/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#594
#message: "User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead."
#code: 0
#file: "/var/www/formulaire-stripe/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
#line: 66
#severity: E_USER_DEPRECATED
trace: {
/var/www/formulaire-stripe/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:66 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->__construct(iterable $authenticators, TokenStorageInterface $tokenStorage, EventDispatcherInterface $eventDispatcher, string $firewallName, ?LoggerInterface $logger = null, bool $eraseCredentials = true, Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel|bool $exposeSecurityErrors = ExposeSecurityLevel::None, array $requiredBadges = []) …
› if (\is_bool($exposeSecurityErrors)) {
› trigger_deprecation('symfony/security-http', '7.3', 'Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use %s value instead.', ExposeSecurityLevel::class);
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getSecurity_Authenticator_Manager_MainService.php:31 {
Container8apWpal\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([$a, ($container->privates['security.authenticator.remember_me.main'] ?? $container->load('getSecurity_Authenticator_RememberMe_MainService'))], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), true, true, []);
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getDebug_Security_Firewall_Authenticator_MainService.php:24 {
Container8apWpal\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getSecurity_Firewall_Map_Context_MainService.php:34 {
Container8apWpal\getSecurity_Firewall_Map_Context_MainService::Container8apWpal\{closure} …
› yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
}
/var/www/formulaire-stripe/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/formulaire-stripe/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/formulaire-stripe/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/formulaire-stripe/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\AppAuthentificationAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\AppAuthentificationAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.427+01:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\FormClientController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#604
#message: "Deprecated: Creation of dynamic property App\Controller\FormClientController::$em is deprecated"
#code: 0
#file: "/var/www/formulaire-stripe/src/Controller/FormClientController.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/var/www/formulaire-stripe/src/Controller/FormClientController.php:39 {
App\Controller\FormClientController->__construct(EntityManagerInterface $em, Services $service) …
› {
› $this->em = $em;
› $this->service = $service;
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getFormClientControllerService.php:23 {
Container8apWpal\getFormClientControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\FormClientController'] = $instance = new \App\Controller\FormClientController(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Services\\Services'] ?? self::getServicesService($container)));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/formulaire-stripe/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/formulaire-stripe/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\FormClientController::$service is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#605
#message: "Deprecated: Creation of dynamic property App\Controller\FormClientController::$service is deprecated"
#code: 0
#file: "/var/www/formulaire-stripe/src/Controller/FormClientController.php"
#line: 40
#severity: E_DEPRECATED
trace: {
/var/www/formulaire-stripe/src/Controller/FormClientController.php:40 {
App\Controller\FormClientController->__construct(EntityManagerInterface $em, Services $service) …
› $this->em = $em;
› $this->service = $service;
› }
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/getFormClientControllerService.php:23 {
Container8apWpal\getFormClientControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\FormClientController'] = $instance = new \App\Controller\FormClientController(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Services\\Services'] ?? self::getServicesService($container)));
›
}
/var/www/formulaire-stripe/var/cache/dev/Container8apWpal/App_KernelDevDebugContainer.php:557 {
Container8apWpal\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/formulaire-stripe/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/formulaire-stripe/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/formulaire-stripe/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.428+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.431+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.431+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.431+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container8apWpal\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.431+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.435+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "dbrform"
"port" => 3306
"user" => "root"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "stripeConnect"
"serverVersion" => "8.0.32"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.446+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.stripe_id AS stripe_id_2, t0.oney_id AS oney_id_3, t0.order_reference AS order_reference_4, t0.environment AS environment_5, t0.amount AS amount_6, t0.amount_details AS amount_details_7, t0.currency AS currency_8, t0.business_transaction_code AS business_transaction_code_9, t0.meta_data AS meta_data_10, t0.settlement_date AS settlement_date_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.transaction_type_id AS transaction_type_id_14, t0.customer_id AS customer_id_15, t0.merchant_id AS merchant_id_16 FROM transactions t0 WHERE t0.id = ?"
"params" => [
1 => "15"
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.456+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.stripe_name AS stripe_name_2, t0.oney_name AS oney_name_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM status t0 WHERE t0.id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.458+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.transaction_id_id AS transaction_id_id_4, t0.status_id_id AS status_id_id_5 FROM transaction_status t0 WHERE t0.transaction_id_id = ? ORDER BY t0.id DESC LIMIT 1"
"params" => [
1 => "15"
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.461+01:00"
"message" => "Uncaught PHP Exception Error: "Call to a member function setStatusId() on null" at FormClientController.php line 565"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Error {#1182
#message: "Call to a member function setStatusId() on null"
#code: 0
#file: "/var/www/formulaire-stripe/src/Controller/FormClientController.php"
#line: 565
trace: {
/var/www/formulaire-stripe/src/Controller/FormClientController.php:565 {
App\Controller\FormClientController->app_form_succes(Request $request, $id, SessionClientRepository $sessionClientRepository, EntityManagerInterface $entityManager): Response …
› $transactionStatus = $entityManager->getRepository(TransactionStatus::class)->findOneBy(['transaction_id'=>$id],['id'=>"DESC"]);
› $transactionStatus->setStatusId($statusID);
› $entityManager->persist($transactionStatus);
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$id: "15"
$sessionClientRepository: App\Repository\SessionClientRepository {#762 …}
$entityManager: Container8apWpal\EntityManagerGhost614a58f {#236 …}
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/formulaire-stripe/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/formulaire-stripe/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/formulaire-stripe/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/formulaire-stripe/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/var/www/formulaire-stripe/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.472+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.473+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.473+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.473+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.473+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
1200 => [
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container8apWpal\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.462+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.470+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765461378
"timestamp_rfc3339" => "2025-12-11T14:56:18.471+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
1200 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#123 …}
} |