| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#145
-records: [
17 => [
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.649+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.649+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.650+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.650+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.650+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.650+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.650+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.650+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.652+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://resa.escal-hatoup.klerthis.net/wp-content/plugins/" (from "http://resa.escal-hatoup.klerthis.net/_profiler/96762f/search/results?limit=10&method=GET")" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#616
#message: "No route found for "GET http://resa.escal-hatoup.klerthis.net/wp-content/plugins/" (from "http://resa.escal-hatoup.klerthis.net/_profiler/96762f/search/results?limit=10&method=GET")"
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#582 …}
-statusCode: 404
-headers: []
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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 {#17 …}
$type: 1
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.740+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2207
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Company.php:11 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: CompanyRepository::class)]
› #[Vich\Uploadable]
› class Company
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Support both new Attribute\ and deprecated Annotation\ namespaces
› $uploadable = $this->reader->getClassAttribute($class, Uploadable::class);
› if (null === $uploadable) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.740+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2208
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Company.php:11 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: CompanyRepository::class)]
› #[Vich\Uploadable]
› class Company
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Fallback to deprecated Annotation namespace
› $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.740+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2210
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Service.php:15 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: ServiceRepository::class)]
› #[Vich\Uploadable]
› #[UniqueEntity('slug', message: 'Cette référence existe déjà.')]
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Support both new Attribute\ and deprecated Annotation\ namespaces
› $uploadable = $this->reader->getClassAttribute($class, Uploadable::class);
› if (null === $uploadable) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.741+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2211
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Service.php:15 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: ServiceRepository::class)]
› #[Vich\Uploadable]
› #[UniqueEntity('slug', message: 'Cette référence existe déjà.')]
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Fallback to deprecated Annotation namespace
› $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.745+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "ox7xqy.myd.infomaniak.com"
"port" => 3306
"user" => "ox7xqy_eschatoup"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "ox7xqy_escalhatoup"
"serverVersion" => "10.6.18-MariaDB"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.748+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.publicurl AS publicurl_3, t0.adminurl AS adminurl_4, t0.address AS address_5, t0.zipcode AS zipcode_6, t0.city AS city_7, t0.phone AS phone_8, t0.logofilename AS logofilename_9, t0.faviconfilename AS faviconfilename_10, t0.email AS email_11, t0.updated_at AS updated_at_12, t0.siret AS siret_13, t0.naf AS naf_14, t0.vatnumber AS vatnumber_15, t0.companyname AS companyname_16, t0.rcs AS rcs_17, t0.theme AS theme_18, t0.paymentsolution AS paymentsolution_19 FROM company t0 LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.755+01: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"
]
]
660 => [
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.655+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.660+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.660+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.660+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.663+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.663+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.663+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.663+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container6IrjEn5\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.663+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.735+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2087
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Company.php:11 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: CompanyRepository::class)]
› #[Vich\Uploadable]
› class Company
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Support both new Attribute\ and deprecated Annotation\ namespaces
› $uploadable = $this->reader->getClassAttribute($class, Uploadable::class);
› if (null === $uploadable) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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 {#17 …}
$type: 1
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.736+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2088
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Company.php:11 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: CompanyRepository::class)]
› #[Vich\Uploadable]
› class Company
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Fallback to deprecated Annotation namespace
› $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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 {#17 …}
$type: 1
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.736+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2090
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Service.php:15 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: ServiceRepository::class)]
› #[Vich\Uploadable]
› #[UniqueEntity('slug', message: 'Cette référence existe déjà.')]
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Support both new Attribute\ and deprecated Annotation\ namespaces
› $uploadable = $this->reader->getClassAttribute($class, Uploadable::class);
› if (null === $uploadable) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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 {#17 …}
$type: 1
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.736+01:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2091
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/src/Entity/Service.php:15 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Entity(repositoryClass: ServiceRepository::class)]
› #[Vich\Uploadable]
› #[UniqueEntity('slug', message: 'Cette référence existe déjà.')]
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Fallback to deprecated Annotation namespace
› $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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 {#17 …}
$type: 1
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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: [ …15]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#239 …}
$eventName: "kernel.request"
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/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/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/clients/2cd12bdc421280729c021e2cf84ceff2/escal-hatoup/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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" => 1770908563
"timestamp_rfc3339" => "2026-02-12T16:02:43.739+01: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: [
17 => 1
660 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#143 …}
} |