| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#164
-records: [
"" => [
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.156+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.188+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "front_index"
"route_parameters" => [
"_route" => "front_index"
"slug" => "actualites"
"slug2" => ""
"slug3" => ""
"slug4" => ""
"slug5" => ""
"_controller" => "App\Controller\ZFrontController::front_index"
]
"request_uri" => "https://justarigolo.fr/actualites"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.199+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$userRepository is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#535
#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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.199+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$urlGenerator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#534
#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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.199+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Securite\AppIdentificationAuthenticator::$translator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#533
#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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.208+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.208+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.208+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.208+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.208+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.208+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.209+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.217+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppStatistiques::$tokenStorage is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#624
#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/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.224+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppEmails::$setLog is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#637
#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/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.224+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppEmails::$mailer is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#638
#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/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.224+00:00"
"message" => "Deprecated: Creation of dynamic property App\Modules\AppSms::$tokenStorage is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#652
#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/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.226+00:00"
"message" => "Deprecated: Creation of dynamic property App\Service\ConfFactory::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#646
#message: "Deprecated: Creation of dynamic property App\Service\ConfFactory::$em is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Service/ConfFactory.php"
#line: 57
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Service/ConfFactory.php:57 {
App\Service\ConfFactory->__construct(EntityManagerInterface $em) …
› {
› $this->em = $em;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$stats is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#692
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$stats is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 165
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:165 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$sendMailx is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#693
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$sendMailx is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 166
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:166 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
› $this->sendSms = $sendSms;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$sendSms is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#694
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$sendSms is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 167
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:167 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->sendMailx = $sendMailx;
› $this->sendSms = $sendSms;
› $this->uploads = $uploads;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$uploads is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#695
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$uploads is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 168
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:168 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->sendSms = $sendSms;
› $this->uploads = $uploads;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confMapping is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#696
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confMapping is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 170
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:170 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->confMapping = $confMapping;
› $this->confFactory = $confFactory;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confFactory is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#697
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confFactory is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 171
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:171 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confMapping = $confMapping;
› $this->confFactory = $confFactory;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$albumRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#698
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$albumRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 173
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:173 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->albumRepo = $albumRepo;
› $this->dataImageRepo = $dataImageRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataImageRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#699
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataImageRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 174
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:174 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->albumRepo = $albumRepo;
› $this->dataImageRepo = $dataImageRepo;
› $this->dataNombreRepo = $dataNombreRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataNombreRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#700
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataNombreRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 175
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:175 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataImageRepo = $dataImageRepo;
› $this->dataNombreRepo = $dataNombreRepo;
› $this->dataVarcharRepo = $dataVarcharRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataVarcharRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#701
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataVarcharRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 176
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:176 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataNombreRepo = $dataNombreRepo;
› $this->dataVarcharRepo = $dataVarcharRepo;
› $this->dataQuillRepo = $dataQuillRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataQuillRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#702
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataQuillRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 177
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:177 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataVarcharRepo = $dataVarcharRepo;
› $this->dataQuillRepo = $dataQuillRepo;
› $this->dataBooleanRepo = $dataBooleanRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataBooleanRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#703
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataBooleanRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 178
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:178 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataQuillRepo = $dataQuillRepo;
› $this->dataBooleanRepo = $dataBooleanRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$datasLinkRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#704
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$datasLinkRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 180
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:180 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->datasLinkRepo = $datasLinkRepo;
› $this->dataCarouselRepo = $dataCarouselRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataCarouselRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#705
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$dataCarouselRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 181
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:181 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->datasLinkRepo = $datasLinkRepo;
› $this->dataCarouselRepo = $dataCarouselRepo;
› $this->creneauxRepo = $creneauxRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$creneauxRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#706
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$creneauxRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 182
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:182 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataCarouselRepo = $dataCarouselRepo;
› $this->creneauxRepo = $creneauxRepo;
› $this->articlesRepo = $articlesRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$articlesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#707
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$articlesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 183
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:183 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->creneauxRepo = $creneauxRepo;
› $this->articlesRepo = $articlesRepo;
› $this->articleCatRepo = $articleCatRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$articleCatRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#708
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$articleCatRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 184
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:184 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->articlesRepo = $articlesRepo;
› $this->articleCatRepo = $articleCatRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$pagesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#709
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$pagesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 186
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:186 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->pagesRepo = $pagesRepo;
› $this->casepagesRepo = $casepagesRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$casepagesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#710
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$casepagesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 187
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:187 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->pagesRepo = $pagesRepo;
› $this->casepagesRepo = $casepagesRepo;
› $this->contenuRepo = $contenuRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.232+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$contenuRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#711
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$contenuRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 188
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:188 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->casepagesRepo = $casepagesRepo;
› $this->contenuRepo = $contenuRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confHeroRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#712
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confHeroRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 190
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:190 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->confHeroRepo = $confHeroRepo;
› $this->confAboutRepo = $confAboutRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confAboutRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#713
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confAboutRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 191
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:191 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confHeroRepo = $confHeroRepo;
› $this->confAboutRepo = $confAboutRepo;
› $this->confArticleRepo = $confArticleRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confArticleRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#714
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confArticleRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 192
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:192 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confAboutRepo = $confAboutRepo;
› $this->confArticleRepo = $confArticleRepo;
› $this->confContactRepo = $confContactRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confContactRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#715
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confContactRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 193
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:193 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confArticleRepo = $confArticleRepo;
› $this->confContactRepo = $confContactRepo;
› $this->confCreneauxRepo = $confCreneauxRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confCreneauxRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#716
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confCreneauxRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 194
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:194 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confContactRepo = $confContactRepo;
› $this->confCreneauxRepo = $confCreneauxRepo;
› $this->confSommaireRepo = $confSommaireRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confSommaireRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#717
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confSommaireRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 195
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:195 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confCreneauxRepo = $confCreneauxRepo;
› $this->confSommaireRepo = $confSommaireRepo;
› $this->confCalendrierRepo = $confCalendrierRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confCalendrierRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#718
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confCalendrierRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 196
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:196 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confSommaireRepo = $confSommaireRepo;
› $this->confCalendrierRepo = $confCalendrierRepo;
› $this->confBlogMenuRepo = $confBlogMenuRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confBlogMenuRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#719
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confBlogMenuRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 197
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:197 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confCalendrierRepo = $confCalendrierRepo;
› $this->confBlogMenuRepo = $confBlogMenuRepo;
› $this->confBlogDetailRepo = $confBlogDetailRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confBlogDetailRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#720
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confBlogDetailRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 198
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:198 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confBlogMenuRepo = $confBlogMenuRepo;
› $this->confBlogDetailRepo = $confBlogDetailRepo;
› $this->confCarouselRepo = $confCarouselRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confCarouselRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#721
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$confCarouselRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 199
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:199 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confBlogDetailRepo = $confBlogDetailRepo;
› $this->confCarouselRepo = $confCarouselRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$msgContactRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#722
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$msgContactRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 201
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:201 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->msgContactRepo = $msgContactRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$csrfTokenManager is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#723
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$csrfTokenManager is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 203
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:203 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->csrfTokenManager = $csrfTokenManager;
› $this->em = $em;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#724
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$em is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 204
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:204 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->csrfTokenManager = $csrfTokenManager;
› $this->em = $em;
› $this->tokenStorage = $tokenStorage;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.233+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$tokenStorage is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#725
#message: "Deprecated: Creation of dynamic property App\Controller\Pages\ConfController::$tokenStorage is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php"
#line: 205
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/Pages/ConfController.php:205 {
App\Controller\Pages\ConfController->__construct(AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, AppUploads $uploads, ConfMapping $confMapping, ConfFactory $confFactory, AlbumDocsRepository $albumRepo, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DataQuillRepository $dataQuillRepo, DataBooleanRepository $dataBooleanRepo, DatasLinkRepository $datasLinkRepo, DatasCarouselRepository $dataCarouselRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casepagesRepo, ContenuRepository $contenuRepo, ArticlesRepository $articlesRepo, ArticlesCategoriesRepository $articleCatRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfArticleRepository $confArticleRepo, ConfContactRepository $confContactRepo, ConfCreneauxRepository $confCreneauxRepo, ConfSommaireRepository $confSommaireRepo, ConfCalendrierRepository $confCalendrierRepo, ConfBlogMenuRepository $confBlogMenuRepo, ConfBlogDetailRepository $confBlogDetailRepo, ConfCarouselRepository $confCarouselRepo, MsgContactRepository $msgContactRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->em = $em;
› $this->tokenStorage = $tokenStorage;
› }
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getConfControllerService.php:28 {
ContainerD1SxzQs\getConfControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Pages\\ConfController'] = $instance = new \App\Controller\Pages\ConfController(($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->services['App\\Modules\\AppUploads'] ?? $container->load('getAppUploadsService')), ($container->privates['App\\Service\\ConfMapping'] ??= new \App\Service\ConfMapping($container->targetDir.'')), new \App\Service\ConfFactory($a), ($container->privates['App\\Repository\\Album\\AlbumDocsRepository'] ?? $container->load('getAlbumDocsRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataQuillRepository'] ?? $container->load('getDataQuillRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataBooleanRepository'] ?? $container->load('getDataBooleanRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasCarouselRepository'] ?? $container->load('getDatasCarouselRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\ContenuRepository'] ?? $container->load('getContenuRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesCategoriesRepository'] ?? $container->load('getArticlesCategoriesRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfArticleRepository'] ?? $container->load('getConfArticleRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfSommaireRepository'] ?? $container->load('getConfSommaireRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCalendrierRepository'] ?? $container->load('getConfCalendrierRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogMenuRepository'] ?? $container->load('getConfBlogMenuRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfBlogDetailRepository'] ?? $container->load('getConfBlogDetailRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCarouselRepository'] ?? $container->load('getConfCarouselRepositoryService')), ($container->privates['App\\Repository\\MsgContactRepository'] ?? $container->load('getMsgContactRepositoryService')), ($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), $a, ($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/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$fnConf is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#735
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$fnConf is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 130
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:130 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› {
› $this->fnConf = $fnConf;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$stats is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#736
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$stats is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 132
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:132 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$sendMailx is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#737
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$sendMailx is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 133
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:133 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->stats = $stats;
› $this->sendMailx = $sendMailx;
› $this->sendSms = $sendSms;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$sendSms is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#738
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$sendSms is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 134
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:134 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->sendMailx = $sendMailx;
› $this->sendSms = $sendSms;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$dataImageRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#739
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$dataImageRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 136
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:136 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->dataImageRepo = $dataImageRepo;
› $this->dataNombreRepo = $dataNombreRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$dataNombreRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#740
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$dataNombreRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:137 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataImageRepo = $dataImageRepo;
› $this->dataNombreRepo = $dataNombreRepo;
› $this->dataVarcharRepo = $dataVarcharRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$dataVarcharRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#741
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$dataVarcharRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 138
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:138 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->dataNombreRepo = $dataNombreRepo;
› $this->dataVarcharRepo = $dataVarcharRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$datasLinkRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#742
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$datasLinkRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 140
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:140 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->datasLinkRepo = $datasLinkRepo;
› $this->creneauxRepo = $creneauxRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$creneauxRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#743
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$creneauxRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 141
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:141 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->datasLinkRepo = $datasLinkRepo;
› $this->creneauxRepo = $creneauxRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$pagesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#744
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$pagesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 143
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:143 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->pagesRepo = $pagesRepo;
› $this->casespagesRepo = $casespagesRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$casespagesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#745
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$casespagesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 144
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:144 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->pagesRepo = $pagesRepo;
› $this->casespagesRepo = $casespagesRepo;
› $this->articlesRepo = $articlesRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$articlesRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#746
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$articlesRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 145
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:145 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->casespagesRepo = $casespagesRepo;
› $this->articlesRepo = $articlesRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$newsletterRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#747
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$newsletterRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 147
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:147 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->newsletterRepo = $newsletterRepo;
› $this->newsletterCampagneRepo = $newsletterCampagneRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.235+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$newsletterCampagneRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#748
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$newsletterCampagneRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 148
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:148 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->newsletterRepo = $newsletterRepo;
› $this->newsletterCampagneRepo = $newsletterCampagneRepo;
› $this->newsletterRedactionRepo = $newsletterRedactionRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$newsletterRedactionRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#749
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$newsletterRedactionRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 149
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:149 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->newsletterCampagneRepo = $newsletterCampagneRepo;
› $this->newsletterRedactionRepo = $newsletterRedactionRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confHeroRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#750
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confHeroRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 151
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:151 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->confHeroRepo = $confHeroRepo;
› $this->confAboutRepo = $confAboutRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confAboutRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#751
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confAboutRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 152
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:152 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confHeroRepo = $confHeroRepo;
› $this->confAboutRepo = $confAboutRepo;
› $this->confCreneauxRepo = $confCreneauxRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confCreneauxRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#752
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confCreneauxRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 153
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:153 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confAboutRepo = $confAboutRepo;
› $this->confCreneauxRepo = $confCreneauxRepo;
› $this->confContactRepo = $confContactRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confContactRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#753
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$confContactRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 154
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:154 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->confCreneauxRepo = $confCreneauxRepo;
› $this->confContactRepo = $confContactRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$faviconRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#754
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$faviconRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 156
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:156 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->faviconRepo = $faviconRepo;
› $this->logoRepo = $logoRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$logoRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#755
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$logoRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 157
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:157 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->faviconRepo = $faviconRepo;
› $this->logoRepo = $logoRepo;
› $this->bootstrapRepo = $bootstrapRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$bootstrapRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#756
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$bootstrapRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 158
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:158 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->logoRepo = $logoRepo;
› $this->bootstrapRepo = $bootstrapRepo;
› $this->jqueryRepo = $jqueryRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$jqueryRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#757
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$jqueryRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 159
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:159 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->bootstrapRepo = $bootstrapRepo;
› $this->jqueryRepo = $jqueryRepo;
› $this->templateRepo = $templateRepo;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$templateRepo is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#758
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$templateRepo is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 160
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:160 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->jqueryRepo = $jqueryRepo;
› $this->templateRepo = $templateRepo;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$csrfTokenManager is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#759
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$csrfTokenManager is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 162
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:162 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
›
› $this->csrfTokenManager = $csrfTokenManager;
› $this->em = $em;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#760
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$em is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 163
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:163 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->csrfTokenManager = $csrfTokenManager;
› $this->em = $em;
› $this->tokenStorage = $tokenStorage;
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+00:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$tokenStorage is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#761
#message: "Deprecated: Creation of dynamic property App\Controller\ZFrontController::$tokenStorage is deprecated"
#code: 0
#file: "/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php"
#line: 164
#severity: E_DEPRECATED
trace: {
/home/cp340883/public_html/justarigolo/src/Controller/ZFrontController.php:164 {
App\Controller\ZFrontController->__construct(ConfController $fnConf, AppStatistiques $stats, AppEmails $sendMailx, AppSms $sendSms, DataImageRepository $dataImageRepo, DataNombreRepository $dataNombreRepo, DataVarcharRepository $dataVarcharRepo, DatasLinkRepository $datasLinkRepo, CreneauxRepository $creneauxRepo, PagesRepository $pagesRepo, CasesPagesRepository $casespagesRepo, ArticlesRepository $articlesRepo, NewsletterRepository $newsletterRepo, NewsletterCampagneRepository $newsletterCampagneRepo, NewsletterRedactionRepository $newsletterRedactionRepo, ConfHeroRepository $confHeroRepo, ConfAboutRepository $confAboutRepo, ConfCreneauxRepository $confCreneauxRepo, ConfContactRepository $confContactRepo, FaviconRepository $faviconRepo, LogoRepository $logoRepo, BootstrapRepository $bootstrapRepo, JqueryRepository $jqueryRepo, TemplateRepository $templateRepo, CsrfTokenManagerInterface $csrfTokenManager, EntityManagerInterface $em, TokenStorageInterface $tokenStorage) …
› $this->em = $em;
› $this->tokenStorage = $tokenStorage;
›
}
/home/cp340883/public_html/justarigolo/var/cache/dev/ContainerD1SxzQs/getZFrontControllerService.php:24 {
ContainerD1SxzQs\getZFrontControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\ZFrontController'] = $instance = new \App\Controller\ZFrontController(($container->services['App\\Controller\\Pages\\ConfController'] ?? $container->load('getConfControllerService')), ($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\\ConfObj\\DataImageRepository'] ?? $container->load('getDataImageRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataNombreRepository'] ?? $container->load('getDataNombreRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DataVarcharRepository'] ?? $container->load('getDataVarcharRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\DatasLinkRepository'] ?? $container->load('getDatasLinkRepositoryService')), ($container->privates['App\\Repository\\CreneauxRepository'] ?? $container->load('getCreneauxRepositoryService')), ($container->privates['App\\Repository\\Pages\\PagesRepository'] ?? $container->load('getPagesRepositoryService')), ($container->privates['App\\Repository\\Pages\\CasesPagesRepository'] ?? $container->load('getCasesPagesRepositoryService')), ($container->privates['App\\Repository\\Blog\\ArticlesRepository'] ?? $container->load('getArticlesRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRepository'] ?? $container->load('getNewsletterRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterCampagneRepository'] ?? $container->load('getNewsletterCampagneRepositoryService')), ($container->privates['App\\Repository\\Newsletter\\NewsletterRedactionRepository'] ?? $container->load('getNewsletterRedactionRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfHeroRepository'] ?? $container->load('getConfHeroRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfAboutRepository'] ?? $container->load('getConfAboutRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfCreneauxRepository'] ?? $container->load('getConfCreneauxRepositoryService')), ($container->privates['App\\Repository\\ConfObj\\ConfContactRepository'] ?? $container->load('getConfContactRepositoryService')), ($container->privates['App\\Repository\\Interface\\FaviconRepository'] ?? $container->load('getFaviconRepositoryService')), ($container->privates['App\\Repository\\Interface\\LogoRepository'] ?? $container->load('getLogoRepositoryService')), ($container->privates['App\\Repository\\Interface\\BootstrapRepository'] ?? $container->load('getBootstrapRepositoryService')), ($container->privates['App\\Repository\\Interface\\JqueryRepository'] ?? $container->load('getJqueryRepositoryService')), ($container->privates['App\\Repository\\Interface\\TemplateRepository'] ?? $container->load('getTemplateRepositoryService')), ($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->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/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.236+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.242+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.242+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.242+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.242+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.242+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.274+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.321+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_.actif = 1 AND p0_.home_page = 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.338+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.344+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.png32 AS png32_2, t0.png16 AS png16_3, t0.ico AS ico_4, t0.png180 AS png180_5, t0.theme_color AS theme_color_6, t0.png192 AS png192_7, t0.png512 AS png512_8, t0.svg_icon AS svg_icon_9, t0.svg_color AS svg_color_10, t0.tile_color AS tile_color_11, t0.png70 AS png70_12, t0.png150 AS png150_13, t0.png310 AS png310_14, t0.png310w150 AS png310w150_15, t0.background_color AS background_color_16 FROM favicon t0 WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.347+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.logo_fsp AS logo_fsp_2, t0.logo_fsm AS logo_fsm_3, t0.logo_fsg AS logo_fsg_4, t0.logo_fsv AS logo_fsv_5, t0.logo_fcp AS logo_fcp_6, t0.logo_fcm AS logo_fcm_7, t0.logo_fcg AS logo_fcg_8, t0.logo_fcv AS logo_fcv_9, t0.logo_nbfcp AS logo_nbfcp_10, t0.logo_nbfcm AS logo_nbfcm_11, t0.logo_nbfcg AS logo_nbfcg_12, t0.logo_nbfcv AS logo_nbfcv_13, t0.logo_nbfsp AS logo_nbfsp_14, t0.logo_nbfsm AS logo_nbfsm_15, t0.logo_nbfsg AS logo_nbfsg_16, t0.logo_nbfsv AS logo_nbfsv_17, t0.logo_fsvw AS logo_fsvw_18, t0.logo_fsvh AS logo_fsvh_19, t0.logo_fcvw AS logo_fcvw_20, t0.logo_fcvh AS logo_fcvh_21, t0.logo_nbfcvw AS logo_nbfcvw_22, t0.logo_nbfcvh AS logo_nbfcvh_23, t0.logo_nbfsvw AS logo_nbfsvw_24, t0.logo_nbfsvh AS logo_nbfsvh_25 FROM logo t0 WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.349+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT b0_.id AS id_0, b0_.version AS version_1, b0_.code_head AS code_head_2, b0_.code_body AS code_body_3, b0_.actif AS actif_4 FROM bootstrap b0_ WHERE b0_.actif = 1 ORDER BY b0_.id DESC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.350+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT j0_.id AS id_0, j0_.version AS version_1, j0_.code_head AS code_head_2, j0_.code_body AS code_body_3, j0_.actif AS actif_4 FROM jquery j0_ WHERE j0_.actif = 1 ORDER BY j0_.id DESC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.352+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0_.id AS id_0, t0_.nom AS nom_1, t0_.actif AS actif_2, t0_.code_head AS code_head_3, t0_.code_body AS code_body_4, t0_.date_crea AS date_crea_5 FROM template t0_ WHERE t0_.actif = 1 ORDER BY t0_.id DESC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.354+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"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_.actif = 1 AND p0_.slug = ?"
"params" => [
1 => "/actualites"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.356+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.id AS id_0, c0_.nom_template AS nom_template_1, c0_.ordre AS ordre_2, c0_.id_conf AS id_conf_3, c0_.conf_class AS conf_class_4, c0_.actif AS actif_5, c0_.page_id AS page_id_6, c0_.contenu_id AS contenu_id_7 FROM cases_pages c0_ WHERE c0_.page_id = ? AND c0_.actif = 1 ORDER BY c0_.ordre ASC"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.366+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.367+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.367+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.368+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.377+00:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Key "0" does not exist as the sequence/mapping is empty in "front/cases/breadcrumb.html.twig" at line 143." at breadcrumb.html.twig line 143"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#2146
#message: "Key "0" does not exist as the sequence/mapping is empty in "front/cases/breadcrumb.html.twig" at line 143."
#code: 0
#file: "/home/cp340883/public_html/justarigolo/templates/front/cases/breadcrumb.html.twig"
#line: 143
-lineno: 143
-rawMessage: "Key "0" does not exist as the sequence/mapping is empty."
-source: Twig\Source {#2124 …}
-phpFile: "/home/cp340883/public_html/justarigolo/vendor/twig/twig/src/Extension/CoreExtension.php"
-phpLine: 1743
trace: {
/home/cp340883/public_html/justarigolo/templates/front/cases/breadcrumb.html.twig:143 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <!-- homepage.enfant3 -->
› {% elseif maPage.homePage == 0 and pageContent[0][0].nomTemplate != "Une" %}
› <div class="page-title dark-background" style="">
}
/home/cp340883/public_html/justarigolo/templates/front/cases/breadcrumb.html.twig:143 {
__TwigTemplate_5f616fb110e954c255582b981b186e3b->doDisplay(array $context, array $blocks = []): iterable …
› <!-- homepage.enfant3 -->
› {% elseif maPage.homePage == 0 and pageContent[0][0].nomTemplate != "Une" %}
› <div class="page-title dark-background" style="">
}
/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/templates/front/baseFront.html.twig:127 {
__TwigTemplate_b870b4b087ba0170e36084c4d678947a->doDisplay(array $context, array $blocks = []): iterable …
› <!-- breadcrumb -->
› {% include "front/cases/breadcrumb.html.twig" %}
›
}
/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/99/997cb999ffb0ffad94ac1eb259f1eb5e.php:56 {
__TwigTemplate_3333ecacb619da385d7c46cd18f6a957->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("front/baseFront.html.twig", 1);
› 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/ZFrontController.php:471 {
App\Controller\ZFrontController->front_index($slug, $slug2, $slug3, $slug4, $slug5): Response …
› // 8. affiche la page
› return $this->render('front/pages/index.html.twig', [
› 'controller_name' => 'front_index',
}
/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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.437+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"
]
]
2239 => [
[
"timestamp" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.378+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.386+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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" => 1780771798
"timestamp_rfc3339" => "2026-06-06T18:49:58.432+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
2239 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#162 …}
} |