| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1153
-records: [
13 => [
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.308+02:00"
"message" => "Deprecated: Creation of dynamic property Logipro\Phoenix\Repository\SocietyRepository::$paginator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#856
#message: "Deprecated: Creation of dynamic property Logipro\Phoenix\Repository\SocietyRepository::$paginator is deprecated"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Repository/SocietyRepository.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Repository/SocietyRepository.php:25 {
Logipro\Phoenix\Repository\SocietyRepository->__construct(ManagerRegistry $registry, PaginatorInterface $paginator, ContainerInterface $container) …
›
› $this->paginator = $paginator;
› }
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:39683 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSocietyRepositoryService($container) …
›
› $instance = new \Logipro\Phoenix\Repository\SocietyRepository(($container->services['doctrine'] ?? self::getDoctrineService($container)), $a, $container);
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:6434 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getPhxSettingsService($container) …
›
› $instance = new \Logipro\Phoenix\Service\Settings\SettingsManager($a, ($container->privates['Logipro\\Phoenix\\Repository\\SettingRepository'] ?? self::getSettingRepositoryService($container)), ($container->privates['Logipro\\Phoenix\\Repository\\SocietyRepository'] ?? self::getSocietyRepositoryService($container)), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:54807 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $g = ($container->services['router'] ?? self::getRouterService($container));
› $h = ($container->services['phxSettings'] ?? self::getPhxSettingsService($container));
› $i = ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container));
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38788 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getMaintenanceListenerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5450 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container78BTU3Z\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'Logipro\\Phoenix\\Listener\\MaintenanceListener')] fn () => ($container->privates['Logipro\\Phoenix\\Listener\\MaintenanceListener'] ?? self::getMaintenanceListenerService($container)), 'onKernelRequest'], 255);
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.308+02:00"
"message" => "Deprecated: Creation of dynamic property Logipro\Phoenix\Service\Settings\SettingsManager::$translator is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#855
#message: "Deprecated: Creation of dynamic property Logipro\Phoenix\Service\Settings\SettingsManager::$translator is deprecated"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Service/Settings/SettingsManager.php"
#line: 45
#severity: E_DEPRECATED
trace: {
/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Service/Settings/SettingsManager.php:45 {
Logipro\Phoenix\Service\Settings\SettingsManager->__construct(EntityManager $entityManager, SettingRepository $settingRepository, SocietyRepository $societyRepository, TranslatorInterface $translator) …
› $this->societyRepository = $societyRepository;
› $this->translator = $translator;
› }
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:6434 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getPhxSettingsService($container) …
›
› $instance = new \Logipro\Phoenix\Service\Settings\SettingsManager($a, ($container->privates['Logipro\\Phoenix\\Repository\\SettingRepository'] ?? self::getSettingRepositoryService($container)), ($container->privates['Logipro\\Phoenix\\Repository\\SocietyRepository'] ?? self::getSocietyRepositoryService($container)), ($container->services['translator'] ?? self::getTranslatorService($container)));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:54807 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $g = ($container->services['router'] ?? self::getRouterService($container));
› $h = ($container->services['phxSettings'] ?? self::getPhxSettingsService($container));
› $i = ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container));
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38788 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getMaintenanceListenerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5450 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container78BTU3Z\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'Logipro\\Phoenix\\Listener\\MaintenanceListener')] fn () => ($container->privates['Logipro\\Phoenix\\Listener\\MaintenanceListener'] ?? self::getMaintenanceListenerService($container)), 'onKernelRequest'], 255);
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.310+02:00"
"message" => "Deprecated: Creation of dynamic property Logipro\Phoenix\Service\FileUploader\FileUploader::$factory is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#607
#message: "Deprecated: Creation of dynamic property Logipro\Phoenix\Service\FileUploader\FileUploader::$factory is deprecated"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Service/FileUploader/FileUploader.php"
#line: 23
#severity: E_DEPRECATED
trace: {
/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Service/FileUploader/FileUploader.php:23 {
Logipro\Phoenix\Service\FileUploader\FileUploader->__construct(ParameterBagInterface $params, PropertyMappingFactory $factory) …
› {
› $this->factory = $factory;
› }
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:6164 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getPhoenix_File_UploaderService($container) …
›
› $instance = new \Logipro\Phoenix\Service\FileUploader\FileUploader(($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), $a);
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3704 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathDuplicatorService($container) …
›
› $instance = new \Logipro\Phoenix\Service\LearningPath\LearningPathDuplicator($a, ($container->services['phoenix.file.uploader'] ?? self::getPhoenix_File_UploaderService($container)), $b, ($container->services['translator'] ?? self::getTranslatorService($container)), $c, $d, $e, $f);
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3735 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $d = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathDuplicator'] ?? self::getLearningPathDuplicatorService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:45229 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $f = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:42194 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $c = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:54823 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $l->setEnabledLocales([]);
› $m = ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container));
› $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38788 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getMaintenanceListenerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5450 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container78BTU3Z\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'Logipro\\Phoenix\\Listener\\MaintenanceListener')] fn () => ($container->privates['Logipro\\Phoenix\\Listener\\MaintenanceListener'] ?? self::getMaintenanceListenerService($container)), 'onKernelRequest'], 255);
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.310+02:00"
"message" => "Deprecated: Creation of dynamic property Logipro\Phoenix\Repository\VirtualClassroomRepository::$timeZoneHandler is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#602
#message: "Deprecated: Creation of dynamic property Logipro\Phoenix\Repository\VirtualClassroomRepository::$timeZoneHandler is deprecated"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Repository/VirtualClassroomRepository.php"
#line: 14
#severity: E_DEPRECATED
trace: {
/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Repository/VirtualClassroomRepository.php:14 {
Logipro\Phoenix\Repository\VirtualClassroomRepository->__construct(ManagerRegistry $registry, TimeZoneHandler $timeZoneHandler) …
› parent::__construct($registry, VirtualClassroom::class);
› $this->timeZoneHandler = $timeZoneHandler;
› }
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:39787 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getVirtualClassroomRepositoryService($container) …
›
› $instance = new \Logipro\Phoenix\Repository\VirtualClassroomRepository(($container->services['doctrine'] ?? self::getDoctrineService($container)), $a);
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:45843 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getVirtualClassroomHandlerService($container) …
› }
› $b = ($container->privates['Logipro\\Phoenix\\Repository\\VirtualClassroomRepository'] ?? self::getVirtualClassroomRepositoryService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:33248 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getPhxEventClassroomBigBlueButtonService($container) …
› }
› $f = ($container->privates['Logipro\\Phoenix\\Service\\VirtualClassroomHandler'] ?? self::getVirtualClassroomHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:44864 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSequenceItemHandlerService($container) …
› {
› $a = ($container->privates['Logipro\\Phoenix\\Component\\BBB\\PhxEventClassroomBigBlueButton'] ?? self::getPhxEventClassroomBigBlueButtonService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:44941 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSequenceHandlerService($container) …
› }
› $c = ($container->privates['Logipro\\Phoenix\\Service\\SequenceItem\\SequenceItemHandler'] ?? self::getSequenceItemHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:3740 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getLearningPathHandlerService($container) …
› }
› $e = ($container->privates['Logipro\\Phoenix\\Service\\Sequence\\SequenceHandler'] ?? self::getSequenceHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:45229 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $f = ($container->services['Logipro\\Phoenix\\Service\\LearningPath\\LearningPathHandler'] ?? self::getLearningPathHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:42194 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $c = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:54823 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $l->setEnabledLocales([]);
› $m = ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container));
› $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38788 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getMaintenanceListenerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5450 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container78BTU3Z\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'Logipro\\Phoenix\\Listener\\MaintenanceListener')] fn () => ($container->privates['Logipro\\Phoenix\\Listener\\MaintenanceListener'] ?? self::getMaintenanceListenerService($container)), 'onKernelRequest'], 255);
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.311+02:00"
"message" => "Deprecated: Creation of dynamic property Logipro\Phoenix\Repository\RegistrationRepository::$timeZoneHandler is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#548
#message: "Deprecated: Creation of dynamic property Logipro\Phoenix\Repository\RegistrationRepository::$timeZoneHandler is deprecated"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Repository/RegistrationRepository.php"
#line: 31
#severity: E_DEPRECATED
trace: {
/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Repository/RegistrationRepository.php:31 {
Logipro\Phoenix\Repository\RegistrationRepository->__construct(ManagerRegistry $registry, PaginatorInterface $paginator, TimeZoneHandler $timeZoneHandler) …
› parent::__construct($registry, Registration::class);
› $this->timeZoneHandler = $timeZoneHandler;
› }
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:39416 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getRegistrationRepositoryService($container) …
›
› $instance = new \Logipro\Phoenix\Repository\RegistrationRepository(($container->services['doctrine'] ?? self::getDoctrineService($container)), $a, $b);
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:45234 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getSessionHandlerService($container) …
› }
› $g = ($container->privates['Logipro\\Phoenix\\Repository\\RegistrationRepository'] ?? self::getRegistrationRepositoryService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:42194 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getEnrollmentHandlerService($container) …
› }
› $c = ($container->privates['Logipro\\Phoenix\\Service\\Session\\SessionHandler'] ?? self::getSessionHandlerService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:54823 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $l->setEnabledLocales([]);
› $m = ($container->privates['Logipro\\Phoenix\\Service\\Enrollment\\EnrollmentHandler'] ?? self::getEnrollmentHandlerService($container));
› $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38788 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getMaintenanceListenerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5450 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container78BTU3Z\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'Logipro\\Phoenix\\Listener\\MaintenanceListener')] fn () => ($container->privates['Logipro\\Phoenix\\Listener\\MaintenanceListener'] ?? self::getMaintenanceListenerService($container)), 'onKernelRequest'], 255);
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.311+02:00"
"message" => "Deprecated: Creation of dynamic property Logipro\Phoenix\Twig\SettingsExtension::$settingsManager is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#498
#message: "Deprecated: Creation of dynamic property Logipro\Phoenix\Twig\SettingsExtension::$settingsManager is deprecated"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Twig/SettingsExtension.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/var/www/clients/client21/web25/web/Phoenix/src/Phoenix/Twig/SettingsExtension.php:22 {
Logipro\Phoenix\Twig\SettingsExtension->__construct(TranslatorInterface $translator, SettingsManager $settingsManager) …
› $this->translator = $translator;
› $this->settingsManager = $settingsManager;
› }
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:54849 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Logipro\Phoenix\Twig\ObjectClassExtension());
› $instance->addExtension(new \Logipro\Phoenix\Twig\SettingsExtension($e, $h));
› $instance->addExtension(new \Logipro\Phoenix\Twig\TagExtension());
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:38788 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::getMaintenanceListenerService($container) …
› {
› $a = ($container->privates['twig'] ?? self::getTwigService($container));
›
}
/var/www/clients/client21/web25/web/Phoenix/var/cache/dev/Container78BTU3Z/Logipro_Phoenix_Kernel_AppKernelDevDebugContainer.php:5450 {
Container78BTU3Z\Logipro_Phoenix_Kernel_AppKernelDevDebugContainer::Container78BTU3Z\{closure} …
›
› $instance->addListener('kernel.request', [#[\Closure(name: 'Logipro\\Phoenix\\Listener\\MaintenanceListener')] fn () => ($container->privates['Logipro\\Phoenix\\Listener\\MaintenanceListener'] ?? self::getMaintenanceListenerService($container)), 'onKernelRequest'], 255);
› $instance->addListener('kernel.request', [#[\Closure(name: 'app.timezone.listener', class: 'Logipro\\Phoenix\\Listener\\TimezoneListener')] fn () => ($container->privates['app.timezone.listener'] ?? self::getApp_Timezone_ListenerService($container)), 'onKernelRequest'], 0);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Logipro\Phoenix\Listener\MaintenanceListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02: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" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.456+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://chienbienbas.tree-learning.fr/index.php/_profiler/4006b5/search/null" (from "https://chienbienbas.tree-learning.fr/index.php/_profiler/4006b5/search/results?limit=10&type=request&method=GET")" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1358
#message: "No route found for "GET https://chienbienbas.tree-learning.fr/index.php/_profiler/4006b5/search/null" (from "https://chienbienbas.tree-learning.fr/index.php/_profiler/4006b5/search/results?limit=10&type=request&method=GET")"
#code: 0
#file: "/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#50 …}
-statusCode: 404
-headers: []
trace: {
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/clients/client21/web25/web/Phoenix/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1143 …}
}
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1143 …}
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#930 …}
$eventName: "kernel.request"
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/clients/client21/web25/web/Phoenix/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/clients/client21/web25/web/Phoenix/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Logipro\Phoenix\EventSubscriber\AccessDeniedListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.548+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.548+02:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.571+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
1327 => [
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Logipro\Phoenix\Listener\MaintenanceListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02: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" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Logipro\Phoenix\Listener\TimezoneListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Logipro\Phoenix\KernelListener\KernelListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.458+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.459+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.459+02: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" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.459+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.459+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.459+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container78BTU3Z\RequestPayloadValueResolverGhostFab9535::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.459+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.498+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"charset" => "utf8"
"driver" => "pdo_mysql"
"use_savepoints" => true
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => null
"user" => "chienbienbasBD"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "chienbienbasBD"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1783596304
"timestamp_rfc3339" => "2026-07-09T13:25:04.547+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
13 => 1
1327 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1152 …}
} |