| logger |
Symfony\Component\HttpKernel\Log\Logger {#65
-minLevelIndex: 0
-formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#107 …}
-debug: true
-logs: [
16 => [
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#518
#message: "No route found for "GET https://api.batimentsmorges.ch/etc/passwd""
#code: 0
#file: "/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#497 …}
-statusCode: 404
-headers: []
trace: {
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://api.batimentsmorges.ch/etc/passwd"" at /home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/RouterListener.php line 127"
"priority" => 400
"priorityName" => "error"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "CoopTilleuls\ForgotPasswordBundle\EventListener\ExceptionEventListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
]
703 => [
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "CoopTilleuls\ForgotPasswordBundle\EventListener\RequestEventListener::decodeRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "CoopTilleuls\ForgotPasswordBundle\EventListener\RequestEventListener::getTokenFromRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerVp9DGG2\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#895
#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:82 called by App_KernelDevDebugContainer.php:848, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php:82 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› '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.',
› self::class
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:848 {
ContainerVp9DGG2\App_KernelDevDebugContainer::getDoctrine_Orm_AppEntityManagerService($container, $lazyLoad = true) …
›
› $c = ($container->privates['doctrine.orm.App_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')], false));
› $d = ($container->privates['doctrine.orm.App_xml_metadata_driver'] ?? self::getDoctrine_Orm_AppXmlMetadataDriverService($container));
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:818 {
ContainerVp9DGG2\App_KernelDevDebugContainer::ContainerVp9DGG2\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.App_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_AppEntityManagerService($container, $proxy)));
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/var-exporter/LazyGhostTrait.php:185 {
ContainerVp9DGG2\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:102 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Profiler/Profiler.php:162 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ErrorListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php"
}
}
}
}
]
"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:82 called by App_KernelDevDebugContainer.php:848, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "info"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#891
#message: "User Deprecated: Using XML mapping driver with XSD validation disabled is deprecated and will not be supported in Doctrine ORM 3.0. (XmlDriver.php:64 called by SimplifiedXmlDriver.php:23, https://github.com/doctrine/orm/pull/6728, package doctrine/orm)"
#code: 0
#file: "/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php:64 {
Doctrine\ORM\Mapping\Driver\XmlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION, bool $isXsdValidationEnabled = false) …
› 'Using XML mapping driver with XSD validation disabled is deprecated'
› . ' and will not be supported in Doctrine ORM 3.0.'
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php:23 {
Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION, bool $isXsdValidationEnabled = false) …
›
› parent::__construct($locator, $fileExtension, $isXsdValidationEnabled);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:1814 {
ContainerVp9DGG2\App_KernelDevDebugContainer::getDoctrine_Orm_AppXmlMetadataDriverService($container) …
› {
› $container->privates['doctrine.orm.App_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/tilleuls/forgot-password-bundle/config/doctrine') => 'CoopTilleuls\\ForgotPasswordBundle\\Entity'], '.orm.xml', false);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:849 {
ContainerVp9DGG2\App_KernelDevDebugContainer::getDoctrine_Orm_AppEntityManagerService($container, $lazyLoad = true) …
› $c = ($container->privates['doctrine.orm.App_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')], false));
› $d = ($container->privates['doctrine.orm.App_xml_metadata_driver'] ?? self::getDoctrine_Orm_AppXmlMetadataDriverService($container));
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:818 {
ContainerVp9DGG2\App_KernelDevDebugContainer::ContainerVp9DGG2\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.App_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_AppEntityManagerService($container, $proxy)));
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/var-exporter/LazyGhostTrait.php:185 {
ContainerVp9DGG2\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:102 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Profiler/Profiler.php:162 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ErrorListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Using XML mapping driver with XSD validation disabled is deprecated and will not be supported in Doctrine ORM 3.0. (XmlDriver.php:64 called by SimplifiedXmlDriver.php:23, https://github.com/doctrine/orm/pull/6728, package doctrine/orm)"
"priority" => 200
"priorityName" => "info"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1039
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php:169 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› 'https://github.com/doctrine/orm/pull/10837/',
› 'Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them.'
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:182 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, EventManager $eventManager = null) …
› $config->getProxyNamespace(),
› $config->getAutoGenerateProxyClasses()
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:893 {
ContainerVp9DGG2\App_KernelDevDebugContainer::getDoctrine_Orm_AppEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/var/cache/dev/ContainerVp9DGG2/App_KernelDevDebugContainer.php:818 {
ContainerVp9DGG2\App_KernelDevDebugContainer::ContainerVp9DGG2\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.App_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_AppEntityManagerService($container, $proxy)));
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/var-exporter/LazyGhostTrait.php:185 {
ContainerVp9DGG2\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:102 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Profiler/Profiler.php:162 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ErrorListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "info"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#1232
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\Loggable\LoggableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute."
#code: 0
#file: "/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed, declare it as a listener instead.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:244 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:96 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
› foreach ($driver->getAllClassNames() as $className) {
› $metadata[] = $this->getMetadataFor($className);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:80 {
Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
› foreach ($managers as $manager) {
› $metadata[] = $manager->getMetadataFactory()->getAllMetadata();
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
› $mappings = [];
› $uploadableClasses = $this->metadataReader->getUploadableClasses();
› foreach ($uploadableClasses as $class) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Profiler/Profiler.php:162 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:202 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/EventListener/ErrorListener.php:108 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#132 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#156 …}
$eventName: "kernel.request"
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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);
›
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/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 {
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/69b6aa514cccfc81ce5f87f4f2c8840f/sites/api.batimentsmorges.ch/api-bat-strat/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\Loggable\LoggableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1775539059
"timestamp_rfc3339" => "2026-04-07T07:17:39.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1775539060
"timestamp_rfc3339" => "2026-04-07T07:17:40.000+02:00"
]
]
]
-errorCount: [
16 => 1
703 => 0
]
-handle: null
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#137 …}
} |