| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1749
-records: [
2 => [
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.384+00:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:3666, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1418
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:3666, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/var/www/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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);
› }
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3666 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/src/Admin/Entity'), (\dirname(__DIR__, 4).'/src/Admissions/Entity'), (\dirname(__DIR__, 4).'/src/Student/Entity'), (\dirname(__DIR__, 4).'/src/Registration/Entity'), (\dirname(__DIR__, 4).'/src/Examination/Entity'), (\dirname(__DIR__, 4).'/lib/mgilet/notification-bundle/Entity'), (\dirname(__DIR__, 4).'/lib/mgilet/notification-bundle/Model'), (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/boab/core-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/fbeen/fbeen-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/boab/cms-bundle/src/Entity')], false);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3680 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
›
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
› $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1370 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1361 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerNJchS9D\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2846 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabcms_RouteRepositoryService($container) …
›
› return $container->privates['boabcms.route_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Route');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1212 {
ContainerNJchS9D\App_KernelDevDebugContainer::getCmfRouting_RouteProviderService($container) …
› {
› $a = ($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1752 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $d->addExpressionLanguageProvider(($container->privates['router.expression_language_provider'] ?? self::getRouter_ExpressionLanguageProviderService($container)));
› $e = ($container->services['cmf_routing.route_provider'] ?? self::getCmfRouting_RouteProviderService($container));
› $f = new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a);
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.384+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1414
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_CachedReaderService.php:23 {
ContainerNJchS9D\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3656 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/lib/boab/authorization-workflow-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/boab/queue-bundle/src/Entity')], false);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3681 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
› $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1370 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1361 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerNJchS9D\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2846 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabcms_RouteRepositoryService($container) …
›
› return $container->privates['boabcms.route_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Route');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1212 {
ContainerNJchS9D\App_KernelDevDebugContainer::getCmfRouting_RouteProviderService($container) …
› {
› $a = ($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1752 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $d->addExpressionLanguageProvider(($container->privates['router.expression_language_provider'] ?? self::getRouter_ExpressionLanguageProviderService($container)));
› $e = ($container->services['cmf_routing.route_provider'] ?? self::getCmfRouting_RouteProviderService($container));
› $f = new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a);
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.384+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1410
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_ReaderService.php:23 {
ContainerNJchS9D\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_CachedReaderService.php:25 {
ContainerNJchS9D\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3656 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/lib/boab/authorization-workflow-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/boab/queue-bundle/src/Entity')], false);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3681 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
› $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1370 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1361 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerNJchS9D\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2846 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabcms_RouteRepositoryService($container) …
›
› return $container->privates['boabcms.route_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Route');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1212 {
ContainerNJchS9D\App_KernelDevDebugContainer::getCmfRouting_RouteProviderService($container) …
› {
› $a = ($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1752 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $d->addExpressionLanguageProvider(($container->privates['router.expression_language_provider'] ?? self::getRouter_ExpressionLanguageProviderService($container)));
› $e = ($container->services['cmf_routing.route_provider'] ?? self::getCmfRouting_RouteProviderService($container));
› $f = new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a);
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.384+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1401
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_CacheAdapterService.php:23 {
ContainerNJchS9D\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getAnnotations_CachedReaderService.php:25 {
ContainerNJchS9D\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3656 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/lib/boab/authorization-workflow-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/boab/queue-bundle/src/Entity')], false);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3681 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
› $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1370 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1361 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerNJchS9D\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2846 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabcms_RouteRepositoryService($container) …
›
› return $container->privates['boabcms.route_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Route');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1212 {
ContainerNJchS9D\App_KernelDevDebugContainer::getCmfRouting_RouteProviderService($container) …
› {
› $a = ($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1752 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $d->addExpressionLanguageProvider(($container->privates['router.expression_language_provider'] ?? self::getRouter_ExpressionLanguageProviderService($container)));
› $e = ($container->services['cmf_routing.route_provider'] ?? self::getCmfRouting_RouteProviderService($container));
› $f = new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a);
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.384+00:00"
"message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3656, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1389
#message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3656, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
#code: 0
#file: "/var/www/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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);
› }
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:65 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3656 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/lib/boab/authorization-workflow-bundle/src/Entity'), (\dirname(__DIR__, 4).'/lib/boab/queue-bundle/src/Entity')], false);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3681 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
› $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1370 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1361 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
ContainerNJchS9D\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2846 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabcms_RouteRepositoryService($container) …
›
› return $container->privates['boabcms.route_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Route');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1212 {
ContainerNJchS9D\App_KernelDevDebugContainer::getCmfRouting_RouteProviderService($container) …
› {
› $a = ($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1752 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $d->addExpressionLanguageProvider(($container->privates['router.expression_language_provider'] ?? self::getRouter_ExpressionLanguageProviderService($container)));
› $e = ($container->services['cmf_routing.route_provider'] ?? self::getCmfRouting_RouteProviderService($container));
› $f = new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a);
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.385+00:00"
"message" => "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_TreeService.php:28, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1343
#message: "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_TreeService.php:28, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
#code: 0
#file: "/var/www/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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);
› }
}
/var/www/html/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);
› }
}
/var/www/html/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:196 {
Gedmo\Mapping\MappedEventSubscriber->setAnnotationReader($reader) …
› if ($reader instanceof Reader) {
› Deprecation::trigger(
› 'gedmo/doctrine-extensions',
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getStofDoctrineExtensions_Listener_TreeService.php:28 {
ContainerNJchS9D\getStofDoctrineExtensions_Listener_TreeService::do($container, $lazyLoad = true) …
› $instance->setCacheItemPool(($container->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
› $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/vendor/symfony/dependency-injection/Container.php:404 {
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);
› }
}
/var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:181 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeListeners(string $eventName): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› $newHash = $this->getHash($listener);
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:59 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
› if (!isset($this->initialized[$eventName])) {
› $this->initializeListeners($eventName);
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
› $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2846 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabcms_RouteRepositoryService($container) …
›
› return $container->privates['boabcms.route_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Route');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1212 {
ContainerNJchS9D\App_KernelDevDebugContainer::getCmfRouting_RouteProviderService($container) …
› {
› $a = ($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1752 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $d->addExpressionLanguageProvider(($container->privates['router.expression_language_provider'] ?? self::getRouter_ExpressionLanguageProviderService($container)));
› $e = ($container->services['cmf_routing.route_provider'] ?? self::getCmfRouting_RouteProviderService($container));
› $f = new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a);
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.388+00:00"
"message" => "Deprecated: Return type of Mgilet\NotificationBundle\Model\Notification::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1176
#message: "Deprecated: Return type of Mgilet\NotificationBundle\Model\Notification::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/var/www/html/lib/mgilet/notification-bundle/Model/Notification.php"
#line: 201
#severity: E_DEPRECATED
trace: {
/var/www/html/lib/mgilet/notification-bundle/Model/Notification.php:201 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function jsonSerialize()
› {
}
/var/www/html/lib/mgilet/notification-bundle/Model/Notification.php:16 {
require_once …
› #[ORM\MappedSuperclass(repositoryClass: "Mgilet\NotificationBundle\Entity\Repository\NotificationRepository")]
› abstract class Notification implements \JsonSerializable
› {
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:188 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->getAllClassNames() …
›
› require_once $sourceFile;
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:23 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames(): array …
› {
› return $this->driver->getAllClassNames();
› }
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
› {
› $allClasses = $this->driver->getAllClassNames();
› $fqcn = $class->getName();
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {
› $this->addDefaultDiscriminatorMap($class);
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/lib/boab/cms-bundle/src/ORM/RepositoryFactory.php:22 {
Boab\CmsBundle\ORM\RepositoryFactory->getRepository(string $entityName): EntityRepository …
› \t{
› $metadata = $this->entityManager->getClassMetadata($entityName);
› $repositoryClassName = $metadata->customRepositoryClassName ?: $this->entityManager->getConfiguration()->getDefaultRepositoryClassName();
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2758 {
ContainerNJchS9D\App_KernelDevDebugContainer::getBoabCms_ContentRepositoryService($container) …
›
› return $container->privates['boab_cms.content_repository'] = $a->getRepository('Boab\\CmsBundle\\Entity\\Content');
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1755 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
›
› $g = new \Boab\CmsBundle\Routing\ContentRepository(($container->privates['boab_cms.content_repository'] ?? self::getBoabCms_ContentRepositoryService($container)));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.392+00:00"
"message" => "Deprecated: Creation of dynamic property Boab\CmsBundle\Manager\DocumentTypeManager::$uploader is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#965
#message: "Deprecated: Creation of dynamic property Boab\CmsBundle\Manager\DocumentTypeManager::$uploader is deprecated"
#code: 0
#file: "/var/www/html/lib/boab/cms-bundle/src/Manager/DocumentTypeManager.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/var/www/html/lib/boab/cms-bundle/src/Manager/DocumentTypeManager.php:21 {
Boab\CmsBundle\Manager\DocumentTypeManager->__construct(FileUploader $uploader) …
› {
› $this->uploader = $uploader;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3783 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDocumentTypeManagerService($container) …
› {
› $container->privates['document_type_manager'] = $instance = new \Boab\CmsBundle\Manager\DocumentTypeManager(($container->privates['boab_cms.file_uploader'] ?? self::getBoabCms_FileUploaderService($container)));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3035 {
ContainerNJchS9D\App_KernelDevDebugContainer::getContentTypeManagerService($container) …
› $instance->addContentType(($container->privates['album_type_manager'] ?? self::getAlbumTypeManagerService($container)));
› $instance->addContentType(($container->privates['document_type_manager'] ?? self::getDocumentTypeManagerService($container)));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1764 {
ContainerNJchS9D\App_KernelDevDebugContainer::getRouterService($container) …
› $h->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\ContentRepositoryEnhancer($g), 100);
› $h->addRouteEnhancer(new \Boab\CmsBundle\Routing\RouteTemplateEnhancer(($container->privates['content_type_manager'] ?? self::getContentTypeManagerService($container)), $container->parameters['boab_cms.routing']), 0);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4374 {
ContainerNJchS9D\App_KernelDevDebugContainer::getLocaleListenerService($container) …
› {
› $a = ($container->services['router'] ?? self::getRouterService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1476 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);
› $instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.395+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"host" => "srv-captain--mysql-db-db"
"port" => "3306"
"dbname" => "upsa_server"
"user" => "root"
"password" => "<redacted>"
"charset" => "UTF8"
"idle_connection_ttl" => 600
"driverOptions" => [
1002 => "SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))"
]
"serverVersion" => "8.4.3 - MySQL Community Server - GPL"
"defaultTableOptions" => []
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.397+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.path AS path_3, c0_.position AS position_4, c0_.date_created AS date_created_5, c0_.visibility AS visibility_6, c0_.parent_id AS parent_id_7, c0_.route_name AS route_name_8, c0_.template AS template_9, c0_.layout_type AS layout_type_10, c0_.controller AS controller_11, c0_.content_type AS content_type_12, c0_.controller AS controller_13, c0_.content_type AS content_type_14, c0_.url AS url_15, c0_.permanent AS permanent_16, c0_.route_type AS route_type_17 FROM cms_route c0_ WHERE c0_.route_type IN ('list', 'post', 'page', 'taxon', 'url') ORDER BY c0_.position ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.397+00:00"
"message" => "User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:44 called by LoadThumbnailListener.php:32, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#777
#message: "User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:44 called by LoadThumbnailListener.php:32, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)"
#code: 0
#file: "/var/www/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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);
› }
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/Event/LifecycleEventArgs.php:44 {
Doctrine\ORM\Event\LifecycleEventArgs->getEntity() …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/lib/boab/cms-bundle/src/EventListener/LoadThumbnailListener.php:32 {
Boab\CmsBundle\EventListener\LoadThumbnailListener->postLoad(LifecycleEventArgs $args) …
› {
› $entity = $args->getEntity();
› if (!$entity instanceof FileUploadInterface) {
}
/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/html/vendor/doctrine/orm/src/Event/ListenersInvoker.php:98 {
Doctrine\ORM\Event\ListenersInvoker->invoke(ClassMetadata $metadata, $eventName, $entity, EventArgs $event, $invoke) …
› if ($invoke & self::INVOKE_MANAGER) {
› $this->eventManager->dispatchEvent($eventName, $event);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php:66 {
Doctrine\ORM\Internal\HydrationCompleteHandler->hydrationComplete(): void …
›
› $this->listenersInvoker->invoke(
› $class,
}
/var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:3987 {
Doctrine\ORM\UnitOfWork->hydrationComplete() …
› {
› $this->hydrationCompleteHandler->hydrationComplete();
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:129 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->cleanup() …
›
› $this->_uow->hydrationComplete();
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:274 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
› } finally {
› $this->cleanup();
› }
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:1231 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
›
› $data = $this->_em->newHydrator($this->_hydrationMode)->hydrateAll($stmt, $rsm, $this->_hints);
›
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:1172 {
Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:907 {
Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/var/www/html/lib/boab/cms-bundle/src/Repository/RouteRepository.php:23 {
Boab\CmsBundle\Repository\RouteRepository->findAllRoutes(): array …
› ->useQueryCache(true);
› $this->allRoute = $query->getResult();
›
}
/var/www/html/lib/boab/cms-bundle/src/Routing/RouteProvider.php:52 {
Boab\CmsBundle\Routing\RouteProvider->fetchAllRoutes($request = null) …
› $collection = new RouteCollection();
› foreach ($this->routeRepository->findAllRoutes() as $item) {
› $this->setDefault($item);
}
/var/www/html/lib/boab/cms-bundle/src/Routing/RouteProvider.php:46 {
Boab\CmsBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› {
› return $this->fetchAllRoutes($request);
› }
}
/var/www/html/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/html/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/html/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/html/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/html/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#600
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:5087 {
ContainerNJchS9D\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3335 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
› $i = ($container->services['translator'] ?? self::getTranslatorService($container));
› $j = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#611
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\CollectionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#618
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\CollectionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\DateTimeNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#623
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\DateTimeNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\ExceptionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#628
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\ExceptionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\FormErrorNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#633
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CoreBundle\Normalizer\FormErrorNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\CollectionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#642
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\CollectionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\ExceptionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#647
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\ExceptionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\FormErrorNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#652
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\FormErrorNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\DateTimeNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#657
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\DateTimeNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\ContentNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#664
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\ContentNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Admin\Normalizer\Compensation\DecisionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#675
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Admin\Normalizer\Compensation\DecisionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#682
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\AcademicYearNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#702
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\AcademicYearNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\BatchNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#707
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\BatchNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\ProgramNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#712
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\ProgramNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\SessionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#717
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Academic\SessionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admin\DepartmentNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#722
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admin\DepartmentNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admin\FacultyNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#727
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admin\FacultyNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\ApplicationFeesNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#732
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\ApplicationFeesNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\ApplicationPeriodNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#739
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\ApplicationPeriodNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\EntryQualificationNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#744
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\EntryQualificationNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\FresherFeesNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#749
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\FresherFeesNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\PreviousInstitutionNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#754
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\PreviousInstitutionNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\SubjectNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#882
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\Admissions\SubjectNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.399+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\PhotoNormalizer" is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#574
#message: "User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Boab\CmsBundle\Normalizer\PhotoNormalizer" is deprecated."
#code: 0
#file: "/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php"
#line: 37
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/serializer/Debug/TraceableNormalizer.php:37 {
Symfony\Component\Serializer\Debug\TraceableNormalizer->__construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, SerializerDataCollector $dataCollector) …
› if (!method_exists($normalizer, 'getSupportedTypes')) {
› trigger_deprecation('symfony/serializer', '6.3', 'Not implementing the "NormalizerInterface::getSupportedTypes()" in "%s" is deprecated.', get_debug_type($normalizer));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3340 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
›
› return $container->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($d), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeImmutableNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Student\Normalizer\StudentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\QueueBundle\Normalizer\JobLogNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\CollectionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Registration\Normalizer\CourseRegistrationAdminListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\ContentNormalizer($a, $b), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Chat\ChannelNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ClientProfileNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Compensation\DecisionNormalizer($g, $f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\EmailLoggerNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\Performance\PerformanceEvaluationNormalizer($g, $f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\ProfileModelNormalizer($f, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\RequestLoggerNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admin\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\AdmissionLetterContentNormalizer($a, ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Admissions\Normalizer\EmailAccountUserNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\AcademicYearNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\BatchNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\ProgramNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Academic\SessionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\DepartmentNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admin\FacultyNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationListNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\ApplicationPeriodNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\EntryQualificationNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\FresherFeesNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\PreviousInstitutionNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\Admissions\SubjectNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Normalizer\UserNormalizer($f, $g, $h), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CoreBundle\Normalizer\RoleNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\WorkflowConfigNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\ItemWorkflowNormalizer($f), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\AuthorizationWorkflowBundle\Normalizer\StageNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Boab\CmsBundle\Normalizer\PhotoNormalizer($a), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j, $k, $c, $l, NULL, [])), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($i), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $e), new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j, $k, $d, $c, $l, NULL, [], $c), $e)], [new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), $e), new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $e)], []), $e);
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getApiExceptionListenerService.php:23 {
ContainerNJchS9D\getApiExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['api_exception_listener'] = new \Boab\CmsBundle\EventListener\ApiExceptionListener(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)));
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1438 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'api_response_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiResponseListener')] fn () => ($container->privates['api_response_listener'] ?? self::getApiResponseListenerService($container)), 'onKernelResponse'], 200);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_exception_listener', class: 'Boab\\CmsBundle\\EventListener\\ApiExceptionListener')] fn () => ($container->privates['api_exception_listener'] ?? $container->load('getApiExceptionListenerService')), 'onKernelException'], 200);
› $instance->addListener('term.post_persist', [#[\Closure(name: 'taxonomy.term_listener', class: 'Boab\\CmsBundle\\EventListener\\TermListener')] fn () => ($container->privates['taxonomy.term_listener'] ??= new \Boab\CmsBundle\EventListener\TermListener()), 'onTermPersist'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.400+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.value AS value_3, t0.type AS type_4, t0.required AS required_5 FROM fbeen_settings t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.470+00:00"
"message" => "Deprecated: Creation of dynamic property Boab\CmsBundle\Twig\Extension\BoabCmsExtension::$contentTypeManager is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8378
#message: "Deprecated: Creation of dynamic property Boab\CmsBundle\Twig\Extension\BoabCmsExtension::$contentTypeManager is deprecated"
#code: 0
#file: "/var/www/html/lib/boab/cms-bundle/src/Twig/Extension/BoabCmsExtension.php"
#line: 18
#severity: E_DEPRECATED
trace: {
/var/www/html/lib/boab/cms-bundle/src/Twig/Extension/BoabCmsExtension.php:18 {
Boab\CmsBundle\Twig\Extension\BoabCmsExtension->__construct(ContentTypeManagerInterface $contentTypeManager) …
› {
› $this->contentTypeManager = $contentTypeManager;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:5329 {
ContainerNJchS9D\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\FlashExtension($k));
› $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabCmsExtension(($container->privates['content_type_manager'] ?? self::getContentTypeManagerService($container))));
› $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabGlobalExtension(($container->privates['boab_cms.theme_manager'] ?? self::getBoabCms_ThemeManagerService($container)), 'Adom Club Breman Asikama LBG'));
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1059 {
ContainerNJchS9D\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));
› $d = ($container->privates['twig'] ?? self::getTwigService($container));
› $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4562 {
ContainerNJchS9D\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1516 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.470+00:00"
"message" => "Deprecated: Creation of dynamic property Boab\CmsBundle\Util\Paginator\PaginatorFactory::$options is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8389
#message: "Deprecated: Creation of dynamic property Boab\CmsBundle\Util\Paginator\PaginatorFactory::$options is deprecated"
#code: 0
#file: "/var/www/html/lib/boab/cms-bundle/src/Util/Paginator/PaginatorFactory.php"
#line: 13
#severity: E_DEPRECATED
trace: {
/var/www/html/lib/boab/cms-bundle/src/Util/Paginator/PaginatorFactory.php:13 {
Boab\CmsBundle\Util\Paginator\PaginatorFactory->__construct($options) …
› {
› $this->options = $options;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:5332 {
ContainerNJchS9D\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabMenuExtension($instance, new \Boab\CmsBundle\Menu\AdminMenuBuilder(new \Boab\CmsBundle\Menu\MenuBuilder($f, $d, new \Boab\CmsBundle\Security\RandomStringGenerator()), ($container->privates['file_locator'] ??= new \Symfony\Component\HttpKernel\Config\FileLocator(($container->services['kernel'] ?? $container->get('kernel', 1)))), $container->parameters['boab_cms.navigation'])));
› $instance->addExtension(new \Boab\CmsBundle\Util\Paginator\Twig\PaginatorExtension($instance, new \Boab\CmsBundle\Util\Paginator\PaginatorFactory($container->parameters['boab_cms.pagination'])));
› $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\FrontMenuExtension(new \Boab\CmsBundle\Menu\MenuDatabaseBuilder(($container->privates['boabcms.route_repository'] ?? self::getBoabcms_RouteRepositoryService($container)), $d), $instance));
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1059 {
ContainerNJchS9D\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));
› $d = ($container->privates['twig'] ?? self::getTwigService($container));
› $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4562 {
ContainerNJchS9D\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1516 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.471+00:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8430
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/var/www/html/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:5551 {
ContainerNJchS9D\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:3350 {
ContainerNJchS9D\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1077 {
ContainerNJchS9D\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:4562 {
ContainerNJchS9D\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1516 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.471+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8553
#message: "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead."
#code: 0
#file: "/var/www/html/vendor/symfony/http-foundation/Request.php"
#line: 1364
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/http-foundation/Request.php:1364 {
Symfony\Component\HttpFoundation\Request->getContentType(): ?string …
› {
› trigger_deprecation('symfony/http-foundation', '6.2', 'The "%s()" method is deprecated, use "getContentTypeFormat()" instead.', __METHOD__);
›
}
/var/www/html/lib/boab/cms-bundle/src/EventListener/ApiExceptionListener.php:23 {
Boab\CmsBundle\EventListener\ApiExceptionListener->onKernelException(ExceptionEvent $event) …
› $exception = $event->getThrowable();
› $format = $request->getContentType();
›
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.472+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://admin.app.usistest.com/robots.txt"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1136
#message: "No route found for "GET http://admin.app.usistest.com/robots.txt""
#code: 0
#file: "/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#589 …}
-statusCode: 404
-headers: []
trace: {
/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.474+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Boab\CmsBundle\EventListener\ApiExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\EventSubscriber\AccessDeniedSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00: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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Boab\CoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.519+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "cmf_routing.pre_dynamic_generate"
"listener" => "Boab\CmsBundle\Routing\DynamicRouterGeneratorListener::onRouteGenerate"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "cmf_routing.pre_dynamic_generate"
"listener" => "Boab\CmsBundle\Routing\DynamicRouterGeneratorListener::onRouteGenerate"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "cmf_routing.pre_dynamic_generate"
"listener" => "Boab\CmsBundle\Routing\DynamicRouterGeneratorListener::onRouteGenerate"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "cmf_routing.pre_dynamic_generate"
"listener" => "Boab\CmsBundle\Routing\DynamicRouterGeneratorListener::onRouteGenerate"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "cmf_routing.pre_dynamic_generate"
"listener" => "Boab\CmsBundle\Routing\DynamicRouterGeneratorListener::onRouteGenerate"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#20185
#message: "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
#code: 0
#file: "/var/www/html/src/EventSubscriber/AuditTrailSubscriber.php"
#line: 56
#severity: E_DEPRECATED
trace: {
/var/www/html/src/EventSubscriber/AuditTrailSubscriber.php:56 {
App\EventSubscriber\AuditTrailSubscriber->onKernelResponse(ResponseEvent $event): void …
› }
› if(strpos($controller, self::PROFILE_CONTROLLER) !== false){
› return;
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:214 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:265 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Boab\CmsBundle\EventListener\ApiResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventSubscriber\AuditTrailSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.520+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.521+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.521+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.521+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.521+00: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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.521+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"
]
]
8580 => [
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Boab\CmsBundle\EventListener\ApiRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.475+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.477+00:00"
"message" => "User Deprecated: Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Boab\CoreBundle\Command\WarmConfigCacheCommand" class instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9143
#message: "User Deprecated: Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Boab\CoreBundle\Command\WarmConfigCacheCommand" class instead."
#code: 0
#file: "/var/www/html/vendor/symfony/console/Command/Command.php"
#line: 85
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/console/Command/Command.php:85 {
Symfony\Component\Console\Command\Command::getDefaultName(): ?string …
›
› trigger_deprecation('symfony/console', '6.1', 'Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "%s" attribute to the "%s" class instead.', AsCommand::class, static::class);
›
}
/var/www/html/vendor/symfony/console/Command/Command.php:118 {
Symfony\Component\Console\Command\Command->__construct(?string $name = null) …
›
› if (null === $name && null !== $name = static::getDefaultName()) {
› $aliases = explode('|', $name);
}
/var/www/html/lib/boab/core-bundle/src/Command/WarmConfigCacheCommand.php:17 {
Boab\CoreBundle\Command\WarmConfigCacheCommand->__construct(ConfigurationCacheWarmer $cacheWarmer) …
› {
› parent::__construct();
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getWarmConfigCacheCommandService.php:24 {
ContainerNJchS9D\getWarmConfigCacheCommandService::do($container, $lazyLoad = true) …
›
› $container->privates['Boab\\CoreBundle\\Command\\WarmConfigCacheCommand'] = $instance = new \Boab\CoreBundle\Command\WarmConfigCacheCommand(($container->privates['Boab\\CoreBundle\\CacheWarmer\\ConfigurationCacheWarmer'] ?? $container->load('getConfigurationCacheWarmerService')));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2242 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› yield 52 => ($container->privates['App\\Registration\\Command\\ValidateCourseRegistrationAccessCommand'] ?? $container->load('getValidateCourseRegistrationAccessCommandService'));
› yield 53 => ($container->privates['Boab\\CoreBundle\\Command\\WarmConfigCacheCommand'] ?? $container->load('getWarmConfigCacheCommandService'));
› yield 54 => ($container->privates['console.command.about'] ?? $container->load('getConsole_Command_AboutService'));
}
/var/www/html/src/Terminal/TerminalCommandRegistry.php:26 {
App\Terminal\TerminalCommandRegistry->discoverCommands(): void …
› {
› foreach ($this->consoleCommands as $command) {
› if (!$command instanceof Command) {
}
/var/www/html/src/Terminal/TerminalCommandRegistry.php:18 {
App\Terminal\TerminalCommandRegistry->__construct(iterable $consoleCommands) …
› ) {
› $this->discoverCommands();
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2188 {
ContainerNJchS9D\App_KernelDevDebugContainer::getTerminalCommandRegistryService($container) …
› {
› return $container->privates['App\\Terminal\\TerminalCommandRegistry'] = new \App\Terminal\TerminalCommandRegistry(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Admissions\\Command\\FlowSeederCommand'] ?? $container->load('getFlowSeederCommandService'));
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2075 {
ContainerNJchS9D\App_KernelDevDebugContainer::getTerminalCommandSubscriberService($container) …
› {
› $a = ($container->privates['App\\Terminal\\TerminalCommandRegistry'] ?? self::getTerminalCommandRegistryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1467 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('register.success', [#[\Closure(name: 'App\\EventSubscriber\\EmailMessengerSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\EmailMessengerSubscriber'] ?? $container->load('getEmailMessengerSubscriberService')), 'onRegistrationSuccess'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\EventSubscriber\\TerminalCommandSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\TerminalCommandSubscriber'] ?? self::getTerminalCommandSubscriberService($container)), 'registerBuiltInCommands'], 0);
› $instance->addListener('console.command', [#[\Closure(name: 'App\\EventSubscriber\\TerminalCommandSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\TerminalCommandSubscriber'] ?? self::getTerminalCommandSubscriberService($container)), 'onConsoleCommand'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.483+00:00"
"message" => "User Deprecated: Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10292
#message: "User Deprecated: Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead."
#code: 0
#file: "/var/www/html/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php:19 {
include_once …
›
› trigger_deprecation('symfony/dependency-injection', '6.4', '"%s" is deprecated, use dependency injection in your fixtures instead.', ContainerAwareLoader::class);
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/getDoctrine_FixturesLoadCommandService.php:27 {
ContainerNJchS9D\getDoctrine_FixturesLoadCommandService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
› include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1033 {
ContainerNJchS9D\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2339 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› yield 149 => ($container->privates['fos_js_routing.router_debug_exposed_command'] ?? $container->load('getFosJsRouting_RouterDebugExposedCommandService'));
› yield 150 => ($container->privates['doctrine.fixtures_load_command'] ?? $container->load('getDoctrine_FixturesLoadCommandService'));
› yield 151 => ($container->services['console.command.public_alias.p2_ratchet.command.socket_server_command'] ?? $container->load('getConsole_Command_PublicAlias_P2Ratchet_Command_SocketServerCommandService'));
}
/var/www/html/src/Terminal/TerminalCommandRegistry.php:26 {
App\Terminal\TerminalCommandRegistry->discoverCommands(): void …
› {
› foreach ($this->consoleCommands as $command) {
› if (!$command instanceof Command) {
}
/var/www/html/src/Terminal/TerminalCommandRegistry.php:18 {
App\Terminal\TerminalCommandRegistry->__construct(iterable $consoleCommands) …
› ) {
› $this->discoverCommands();
› }
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2188 {
ContainerNJchS9D\App_KernelDevDebugContainer::getTerminalCommandRegistryService($container) …
› {
› return $container->privates['App\\Terminal\\TerminalCommandRegistry'] = new \App\Terminal\TerminalCommandRegistry(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Admissions\\Command\\FlowSeederCommand'] ?? $container->load('getFlowSeederCommandService'));
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:2075 {
ContainerNJchS9D\App_KernelDevDebugContainer::getTerminalCommandSubscriberService($container) …
› {
› $a = ($container->privates['App\\Terminal\\TerminalCommandRegistry'] ?? self::getTerminalCommandRegistryService($container));
›
}
/var/www/html/var/cache/dev/ContainerNJchS9D/App_KernelDevDebugContainer.php:1467 {
ContainerNJchS9D\App_KernelDevDebugContainer::ContainerNJchS9D\{closure} …
› $instance->addListener('register.success', [#[\Closure(name: 'App\\EventSubscriber\\EmailMessengerSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\EmailMessengerSubscriber'] ?? $container->load('getEmailMessengerSubscriberService')), 'onRegistrationSuccess'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'App\\EventSubscriber\\TerminalCommandSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\TerminalCommandSubscriber'] ?? self::getTerminalCommandSubscriberService($container)), 'registerBuiltInCommands'], 0);
› $instance->addListener('console.command', [#[\Closure(name: 'App\\EventSubscriber\\TerminalCommandSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\TerminalCommandSubscriber'] ?? self::getTerminalCommandSubscriberService($container)), 'onConsoleCommand'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/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) {
}
/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:4 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\ClientCredentialsUserSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\BreadcrumSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventListener\MaintenanceModeListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Boab\CmsBundle\View\EventListener\TemplateAnnotationListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\TerminalCommandSubscriber::registerBuiltInCommands"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\ThemeSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Boab\CoreBundle\EventSubscriber\SecureRouteSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerNJchS9D\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.486+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.507+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "cmf_routing.pre_dynamic_generate"
"listener" => "Boab\CmsBundle\Routing\DynamicRouterGeneratorListener::onRouteGenerate"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Boab\CmsBundle\EventListener\ApiResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventSubscriber\AuditTrailSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+00: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" => 1781665583
"timestamp_rfc3339" => "2026-06-17T03:06:23.509+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: [
2 => 1
8580 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1748 …}
} |