| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#164
-records: [
"" => [
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.652+00:00"
"message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#179
#message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/cp340883/public_html/justarigolo/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/cp340883/public_html/justarigolo/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
› if (PHP_VERSION_ID >= 80400) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/cp340883/public_html/justarigolo/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:177 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
8 => [
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.686+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "secur_oubli"
"route_parameters" => [
"_route" => "secur_oubli"
"_controller" => "App\Controller\Securite\SecurityController::secur_oubli"
]
"request_uri" => "https://justarigolo.fr/oubli?_locale%3Dfr="
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.694+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$userRepository is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#514
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$userRepository is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/AppIdentificationAuthenticator.php"
#line: 38
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/AppIdentificationAuthenticator.php:38 {
App\Controller\Securite\AppIdentificationAuthenticator->__construct(SecurUserRepository $userRepository, UrlGeneratorInterface $urlGenerator, TranslatorInterface $translator) …
› {
› $this->userRepository = $userRepository;
› $this->urlGenerator = $urlGenerator;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppIdentificationAuthenticatorService.php:29 {
ContainerD1SxzQs\getAppIdentificationAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Controller\\Securite\\AppIdentificationAuthenticator'] = new \App\Controller\Securite\AppIdentificationAuthenticator(($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->services['router'] ?? self::getRouterService($container)), ($container->services['translator'] ?? self::getTranslatorService($container)));
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurity_Firewall_Map_Context_MainService.php:36 {
ContainerD1SxzQs\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), $b, 'main', ($container->privates['App\\Controller\\Securite\\AppIdentificationAuthenticator'] ?? $container->load('getAppIdentificationAuthenticatorService')), '/access-refuse', NULL, ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'secur_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Controller\\Securite\\AppIdentificationAuthenticator', NULL, NULL, ['remember_me', 'App\\Controller\\Securite\\AppIdentificationAuthenticator'], NULL, ['path' => 'secur_logout', 'target' => 'front_index', 'enable_csrf' => NULL, 'csrf_token_id' => 'logout', 'csrf_parameter' => '_csrf_token', 'invalidate_session' => true, 'clear_site_data' => [], 'delete_cookies' => []]), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/Security/FirewallMap.php:66 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/Security/FirewallMap.php:46 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
› {
› return $this->getFirewallContext($request)?->getConfig();
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:42 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event): void …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/cp340883/public_html/justarigolo/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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/cp340883/public_html/justarigolo/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);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:159 {
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);
›
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.694+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$urlGenerator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#513
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$urlGenerator is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/AppIdentificationAuthenticator.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/AppIdentificationAuthenticator.php:39 {
App\Controller\Securite\AppIdentificationAuthenticator->__construct(SecurUserRepository $userRepository, UrlGeneratorInterface $urlGenerator, TranslatorInterface $translator) …
› $this->userRepository = $userRepository;
› $this->urlGenerator = $urlGenerator;
› $this->translator = $translator;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppIdentificationAuthenticatorService.php:29 {
ContainerD1SxzQs\getAppIdentificationAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Controller\\Securite\\AppIdentificationAuthenticator'] = new \App\Controller\Securite\AppIdentificationAuthenticator(($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->services['router'] ?? self::getRouterService($container)), ($container->services['translator'] ?? self::getTranslatorService($container)));
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurity_Firewall_Map_Context_MainService.php:36 {
ContainerD1SxzQs\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), $b, 'main', ($container->privates['App\\Controller\\Securite\\AppIdentificationAuthenticator'] ?? $container->load('getAppIdentificationAuthenticatorService')), '/access-refuse', NULL, ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'secur_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Controller\\Securite\\AppIdentificationAuthenticator', NULL, NULL, ['remember_me', 'App\\Controller\\Securite\\AppIdentificationAuthenticator'], NULL, ['path' => 'secur_logout', 'target' => 'front_index', 'enable_csrf' => NULL, 'csrf_token_id' => 'logout', 'csrf_parameter' => '_csrf_token', 'invalidate_session' => true, 'clear_site_data' => [], 'delete_cookies' => []]), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/Security/FirewallMap.php:66 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/Security/FirewallMap.php:46 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
› {
› return $this->getFirewallContext($request)?->getConfig();
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:42 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event): void …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/cp340883/public_html/justarigolo/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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/cp340883/public_html/justarigolo/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);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:159 {
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);
›
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.695+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$translator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#512
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$translator is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/AppIdentificationAuthenticator.php"
#line: 40
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/AppIdentificationAuthenticator.php:40 {
App\Controller\Securite\AppIdentificationAuthenticator->__construct(SecurUserRepository $userRepository, UrlGeneratorInterface $urlGenerator, TranslatorInterface $translator) …
› $this->urlGenerator = $urlGenerator;
› $this->translator = $translator;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppIdentificationAuthenticatorService.php:29 {
ContainerD1SxzQs\getAppIdentificationAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Controller\\Securite\\AppIdentificationAuthenticator'] = new \App\Controller\Securite\AppIdentificationAuthenticator(($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->services['router'] ?? self::getRouterService($container)), ($container->services['translator'] ?? self::getTranslatorService($container)));
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurity_Firewall_Map_Context_MainService.php:36 {
ContainerD1SxzQs\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), $b, 'main', ($container->privates['App\\Controller\\Securite\\AppIdentificationAuthenticator'] ?? $container->load('getAppIdentificationAuthenticatorService')), '/access-refuse', NULL, ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'secur_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Controller\\Securite\\AppIdentificationAuthenticator', NULL, NULL, ['remember_me', 'App\\Controller\\Securite\\AppIdentificationAuthenticator'], NULL, ['path' => 'secur_logout', 'target' => 'front_index', 'enable_csrf' => NULL, 'csrf_token_id' => 'logout', 'csrf_parameter' => '_csrf_token', 'invalidate_session' => true, 'clear_site_data' => [], 'delete_cookies' => []]), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/Security/FirewallMap.php:66 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/Security/FirewallMap.php:46 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
› {
› return $this->getFirewallContext($request)?->getConfig();
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:42 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event): void …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/cp340883/public_html/justarigolo/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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/cp340883/public_html/justarigolo/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);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:159 {
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);
›
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.701+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.701+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.701+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.701+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.701+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Modules\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.702+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.709+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppStatistiques::$tokenStorage is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#603
#message: "Deprecated: Creation of dynamic property App\Modules\AppStatistiques::$tokenStorage is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Modules/AppStatistiques.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Modules/AppStatistiques.php:25 {
App\Modules\AppStatistiques->__construct(TokenStorageInterface $tokenStorage) …
› {
› $this->tokenStorage = $tokenStorage;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppStatistiquesService.php:24 {
ContainerD1SxzQs\getAppStatistiquesService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Modules\\AppStatistiques'] = $instance = new \App\Modules\AppStatistiques(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.714+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppEmails::$setLog is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#616
#message: "Deprecated: Creation of dynamic property App\Modules\AppEmails::$setLog is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Modules/AppEmails.php"
#line: 36
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Modules/AppEmails.php:36 {
App\Modules\AppEmails->__construct(AppLogger $setLog, MailerInterface $mailer) …
› {
› $this->setLog = $setLog;
› $this->mailer = $mailer;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppEmailsService.php:43 {
ContainerD1SxzQs\getAppEmailsService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Modules\\AppEmails'] = $instance = new \App\Modules\AppEmails(($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), new \Symfony\Component\Mailer\Mailer($a, $b, $c));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.714+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppEmails::$mailer is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#617
#message: "Deprecated: Creation of dynamic property App\Modules\AppEmails::$mailer is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Modules/AppEmails.php"
#line: 37
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Modules/AppEmails.php:37 {
App\Modules\AppEmails->__construct(AppLogger $setLog, MailerInterface $mailer) …
› $this->setLog = $setLog;
› $this->mailer = $mailer;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppEmailsService.php:43 {
ContainerD1SxzQs\getAppEmailsService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Modules\\AppEmails'] = $instance = new \App\Modules\AppEmails(($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), new \Symfony\Component\Mailer\Mailer($a, $b, $c));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.715+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppSms::$tokenStorage is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#631
#message: "Deprecated: Creation of dynamic property App\Modules\AppSms::$tokenStorage is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Modules/AppSms.php"
#line: 26
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Modules/AppSms.php:26 {
App\Modules\AppSms->__construct(TokenStorageInterface $tokenStorage) …
› {
› $this->tokenStorage = $tokenStorage;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAppSmsService.php:24 {
ContainerD1SxzQs\getAppSmsService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Modules\\AppSms'] = $instance = new \App\Modules\AppSms(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.715+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\AdminController::$stats is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#620
#message: "Deprecated: Creation of dynamic property App\Controller\AdminController::$stats is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php"
#line: 35
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php:35 {
App\Controller\AdminController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, MsgContactRepository $msgContactRepo) …
› {
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.715+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\AdminController::$sendMailx is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#622
#message: "Deprecated: Creation of dynamic property App\Controller\AdminController::$sendMailx is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php"
#line: 36
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php:36 {
App\Controller\AdminController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, MsgContactRepository $msgContactRepo) …
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
› $this->sendSms = $sendSms;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.715+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\AdminController::$sendSms is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#621
#message: "Deprecated: Creation of dynamic property App\Controller\AdminController::$sendSms is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php"
#line: 37
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php:37 {
App\Controller\AdminController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, MsgContactRepository $msgContactRepo) …
› $this->sendMailx = $sendMailx;
› $this->sendSms = $sendSms;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.715+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\AdminController::$msgContactRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#623
#message: "Deprecated: Creation of dynamic property App\Controller\AdminController::$msgContactRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/AdminController.php:39 {
App\Controller\AdminController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, MsgContactRepository $msgContactRepo) …
›
› $this->msgContactRepo = $msgContactRepo;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getAdminControllerService.php:24 {
ContainerD1SxzQs\getAdminControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$fnAdmin is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#641
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$fnAdmin is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 98
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:98 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› {
› $this->fnAdmin = $fnAdmin;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$stats is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#642
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$stats is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 100
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:100 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
›
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$sendMailx is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#643
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$sendMailx is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 101
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:101 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
› $this->sendSmsx = $sendSmsx;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$sendSmsx is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#644
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$sendSmsx is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 102
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:102 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->sendMailx = $sendMailx;
› $this->sendSmsx = $sendSmsx;
› $this->setLog = $setLog;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$setLog is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#645
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$setLog is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 103
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:103 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->sendSmsx = $sendSmsx;
› $this->setLog = $setLog;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$userRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#646
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$userRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 105
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:105 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
›
› $this->userRepo = $userRepo;
› $this->ipbannRepo = $ipbannRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$ipbannRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#649
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$ipbannRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 106
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:106 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->userRepo = $userRepo;
› $this->ipbannRepo = $ipbannRepo;
› $this->pagesRepo = $pagesRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.731+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$pagesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#652
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$pagesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 107
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:107 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->ipbannRepo = $ipbannRepo;
› $this->pagesRepo = $pagesRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$passwordEncoder is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#653
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$passwordEncoder is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 109
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:109 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
›
› $this->passwordEncoder = $passwordEncoder;
› $this->csrfTokenManager = $csrfTokenManager;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$csrfTokenManager is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#654
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$csrfTokenManager is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 110
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:110 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->passwordEncoder = $passwordEncoder;
› $this->csrfTokenManager = $csrfTokenManager;
› $this->em = $em;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#655
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$em is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 111
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:111 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->csrfTokenManager = $csrfTokenManager;
› $this->em = $em;
› $this->requestStack = $requestStack;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$requestStack is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#656
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$requestStack is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 112
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:112 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->em = $em;
› $this->requestStack = $requestStack;
› $this->translator = $translator;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$translator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#657
#message: "Deprecated: Creation of dynamic property App\Controller\Securite\SecurityController::$translator is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php"
#line: 113
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:113 {
App\Controller\Securite\SecurityController->__construct(AdminController $fnAdmin, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSmsx, AppLogger $setLog, SecurUserRepository $userRepo, SecurIpbannRepository $ipbannRepo, PagesRepository $pagesRepo, UserPasswordHasherInterface $passwordEncoder, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, RequestStack $requestStack, TranslatorInterface $translator) …
› $this->requestStack = $requestStack;
› $this->translator = $translator;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getSecurityControllerService.php:25 {
ContainerD1SxzQs\getSecurityControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Securite\\SecurityController'] = $instance = new \App\Controller\Securite\SecurityController(($container->services['App\\Controller\\AdminController'] ?? $container->load('getAdminControllerService')), ($container->services['App\\Modules\\AppStatistiques'] ?? $container->load('getAppStatistiquesService')), ($container->services['App\\Modules\\AppEmails'] ?? $container->load('getAppEmailsService')), ($container->services['App\\Modules\\AppSms'] ?? $container->load('getAppSmsService')), ($container->privates['App\\Modules\\AppLogger'] ??= new \App\Modules\AppLogger(\dirname(__DIR__, 4))), ($container->privates['App\\Repository\\Securite\\SecurUserRepository'] ?? $container->load('getSecurUserRepositoryService')), ($container->privates['App\\Repository\\Securite\\SecurIpbannRepository'] ?? $container->load('getSecurIpbannRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/App_KernelDevDebugContainer.php:577 {
ContainerD1SxzQs\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/cp340883/public_html/justarigolo/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])) {
}
/home/cp340883/public_html/justarigolo/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));
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:166 {
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()));
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.732+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.759+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.759+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.759+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.759+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerD1SxzQs\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.759+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.764+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "db125406"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "justarigolo"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.813+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.ip AS ip_1, s0_.reproche AS reproche_2, s0_.date_crea AS date_crea_3 FROM secur_ipbann s0_ WHERE s0_.ip = ?"
"params" => [
1 => "40.77.167.38"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.946+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.titre AS titre_2, p0_.slug AS slug_3, p0_.name AS name_4, p0_.title AS title_5, p0_.slug_en AS slug_en_6, p0_.navbar AS navbar_7, p0_.ordre AS ordre_8, p0_.actif AS actif_9, p0_.home_page AS home_page_10, p0_.layout AS layout_11, p0_.content AS content_12, p0_.date_crea AS date_crea_13, p0_.date_modif AS date_modif_14, p0_.user_crea_id AS user_crea_id_15, p0_.user_modif_id AS user_modif_id_16, p0_.parent_id AS parent_id_17 FROM pages p0_ WHERE p0_.home_page = 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.973+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.name AS name_5, t0.title AS title_6, t0.slug_en AS slug_en_7, t0.navbar AS navbar_8, t0.ordre AS ordre_9, t0.actif AS actif_10, t0.home_page AS home_page_11, t0.layout AS layout_12, t0.content AS content_13, t0.date_crea AS date_crea_14, t0.date_modif AS date_modif_15, t0.user_crea_id AS user_crea_id_16, t0.user_modif_id AS user_modif_id_17, t0.parent_id AS parent_id_18 FROM pages t0 WHERE t0.parent_id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.974+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.name AS name_5, t0.title AS title_6, t0.slug_en AS slug_en_7, t0.navbar AS navbar_8, t0.ordre AS ordre_9, t0.actif AS actif_10, t0.home_page AS home_page_11, t0.layout AS layout_12, t0.content AS content_13, t0.date_crea AS date_crea_14, t0.date_modif AS date_modif_15, t0.user_crea_id AS user_crea_id_16, t0.user_modif_id AS user_modif_id_17, t0.parent_id AS parent_id_18 FROM pages t0 WHERE t0.parent_id = ?"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.975+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.name AS name_5, t0.title AS title_6, t0.slug_en AS slug_en_7, t0.navbar AS navbar_8, t0.ordre AS ordre_9, t0.actif AS actif_10, t0.home_page AS home_page_11, t0.layout AS layout_12, t0.content AS content_13, t0.date_crea AS date_crea_14, t0.date_modif AS date_modif_15, t0.user_crea_id AS user_crea_id_16, t0.user_modif_id AS user_modif_id_17, t0.parent_id AS parent_id_18 FROM pages t0 WHERE t0.parent_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.975+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.name AS name_5, t0.title AS title_6, t0.slug_en AS slug_en_7, t0.navbar AS navbar_8, t0.ordre AS ordre_9, t0.actif AS actif_10, t0.home_page AS home_page_11, t0.layout AS layout_12, t0.content AS content_13, t0.date_crea AS date_crea_14, t0.date_modif AS date_modif_15, t0.user_crea_id AS user_crea_id_16, t0.user_modif_id AS user_modif_id_17, t0.parent_id AS parent_id_18 FROM pages t0 WHERE t0.parent_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.982+00:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "template" does not exist in "front/cases/header.html.twig" at line 54." at header.html.twig line 54"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#1296
#message: "Variable "template" does not exist in "front/cases/header.html.twig" at line 54."
#code: 0
#file: "/home/cp340883/public_html/justarigolo/templates/front/cases/header.html.twig"
#line: 54
-lineno: 54
-rawMessage: "Variable "template" does not exist."
-source: Twig\Source {#1283 …}
-phpFile: "/home/cp340883/public_html/justarigolo/var/cache/dev/twig/06/061b68a387aee8699d206867215b213b.php"
-phpLine: 186
trace: {
/home/cp340883/public_html/justarigolo/templates/front/cases/header.html.twig:4 {
__TwigTemplate_a36c5f897bb1149e22da42e7f5725b87->{closure:__TwigTemplate_a36c5f897bb1149e22da42e7f5725b87::doDisplay():186} …
› {% if logo is defined %}
› {% if logo.logoFSv is not null %}
› {% set logoHeaderFS = logo.logoFSv %}
}
/home/cp340883/public_html/justarigolo/templates/front/cases/header.html.twig:54 {
__TwigTemplate_a36c5f897bb1149e22da42e7f5725b87->doDisplay(array $context, array $blocks = []): iterable …
›
› {{ dump(template) }}
›
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/cp340883/public_html/justarigolo/var/cache/dev/twig/51/51d60c47d1a3391e447a55d7d397319d.php:373 {
__TwigTemplate_b870b4b087ba0170e36084c4d678947a->doDisplay(array $context, array $blocks = []): iterable …
› yield " ";
› yield from $this->load("front/cases/header.html.twig", 120)->unwrap()->yield($context);
› // line 121
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/cp340883/public_html/justarigolo/var/cache/dev/twig/ee/ee2af6e785a907b3932f974af3a88a55.php:56 {
__TwigTemplate_21f66b5fd01b678d21bc532ac6b05a6d->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("front/baseFront.html.twig", 2);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/home/cp340883/public_html/justarigolo/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/home/cp340883/public_html/justarigolo/src/Controller/Securite/SecurityController.php:480 {
App\Controller\Securite\SecurityController->secur_oubli(Request $request): Response …
› // 7. affiche la page
› return $this->render('security/pages/oubli.html.twig', [
› 'controller_name' => 'secur_oubli',
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/cp340883/public_html/justarigolo/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) {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/home/cp340883/public_html/justarigolo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/cp340883/public_html/justarigolo/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/cp340883/public_html/justarigolo/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.069+00: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"
]
]
1432 => [
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Modules\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144300
"timestamp_rfc3339" => "2026-04-02T15:38:20.986+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerD1SxzQs\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.009+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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" => 1775144301
"timestamp_rfc3339" => "2026-04-02T15:38:21.065+00: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: [
"" => 0
8 => 1
1432 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#162 …}
} |