| exception |
Symfony\Component\Validator\Exception\InvalidArgumentException {#879
#message: "Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is no longer supported."
#code: 0
#file: "/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 44
trace: {
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/validator/Constraints/NotBlank.php:44 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
› if (null !== $options) {
› throw new InvalidArgumentException(\sprintf('Passing an array of options to configure the "%s" constraint is no longer supported.', static::class));
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Form/ResetPasswordRequestFormType.php:24 {
App\Form\ResetPasswordRequestFormType->buildForm(FormBuilderInterface $builder, array $options): void …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Entrez votre nom d\'utilisateur',
arguments: {
$options: [ …1]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
arguments: {
$builder: Symfony\Component\Form\FormBuilder {#908 …}
$options: [ …49]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:73 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options): void …
› {
› $this->proxiedType->buildForm($builder, $options);
› }
arguments: {
$builder: Symfony\Component\Form\FormBuilder {#908 …}
$options: [ …49]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/FormFactory.php:75 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› // createBuilder() or buildForm() in the resolved form type
› $type->buildForm($builder, $builder->getOptions());
›
arguments: {
$builder: Symfony\Component\Form\FormBuilder {#908 …}
$options: [ …49]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/FormFactory.php:53 {
Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› {
› return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);
› }
arguments: {
$name: "reset_password_request_form"
$type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#888 …}
$data: null
$options: []
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/FormFactory.php:32 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
arguments: {
$type: "App\Form\ResetPasswordRequestFormType"
$data: null
$options: []
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
arguments: {
$type: "App\Form\ResetPasswordRequestFormType"
$data: null
$options: []
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Controller/ResetPasswordController.php:39 {
App\Controller\ResetPasswordController->request(Request $request, MailerInterface $mailer): Response …
› {
› $form = $this->createForm(ResetPasswordRequestFormType::class);
› $form->handleRequest($request);
arguments: {
$type: "App\Form\ResetPasswordRequestFormType"
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$mailer: Symfony\Component\Mailer\Mailer {#642 …}
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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 {#11 …}
$type: 1
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/http-kernel/Kernel.php:191 {
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 {#11 …}
$type: 1
$catch: true
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#238
-records: [
11 => [
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.035+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_forgot_password_request"
"route_parameters" => [
"_route" => "app_forgot_password_request"
"_controller" => "App\Controller\ResetPasswordController::request"
]
"request_uri" => "https://itrsp.giobtrans.ch/reset-password"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.050+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 3
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.051+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.051+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.051+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.051+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.051+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.051+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.106+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\Validator\Exception\InvalidArgumentException: "Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is no longer supported." at NotBlank.php line 44"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\Validator\Exception\InvalidArgumentException {#879
#message: "Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is no longer supported."
#code: 0
#file: "/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 44
trace: {
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/validator/Constraints/NotBlank.php:44 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
› if (null !== $options) {
› throw new InvalidArgumentException(\sprintf('Passing an array of options to configure the "%s" constraint is no longer supported.', static::class));
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Form/ResetPasswordRequestFormType.php:24 {
App\Form\ResetPasswordRequestFormType->buildForm(FormBuilderInterface $builder, array $options): void …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Entrez votre nom d\'utilisateur',
arguments: {
$options: [ …1]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
arguments: {
$builder: Symfony\Component\Form\FormBuilder {#908 …}
$options: [ …49]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:73 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options): void …
› {
› $this->proxiedType->buildForm($builder, $options);
› }
arguments: {
$builder: Symfony\Component\Form\FormBuilder {#908 …}
$options: [ …49]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/FormFactory.php:75 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› // createBuilder() or buildForm() in the resolved form type
› $type->buildForm($builder, $builder->getOptions());
›
arguments: {
$builder: Symfony\Component\Form\FormBuilder {#908 …}
$options: [ …49]
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/FormFactory.php:53 {
Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› {
› return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);
› }
arguments: {
$name: "reset_password_request_form"
$type: Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy {#888 …}
$data: null
$options: []
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/form/FormFactory.php:32 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
arguments: {
$type: "App\Form\ResetPasswordRequestFormType"
$data: null
$options: []
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
arguments: {
$type: "App\Form\ResetPasswordRequestFormType"
$data: null
$options: []
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Controller/ResetPasswordController.php:39 {
App\Controller\ResetPasswordController->request(Request $request, MailerInterface $mailer): Response …
› {
› $form = $this->createForm(ResetPasswordRequestFormType::class);
› $form->handleRequest($request);
arguments: {
$type: "App\Form\ResetPasswordRequestFormType"
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$mailer: Symfony\Component\Mailer\Mailer {#642 …}
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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 {#11 …}
$type: 1
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/http-kernel/Kernel.php:191 {
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 {#11 …}
$type: 1
$catch: true
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"channel" => "request"
]
]
1087 => [
[
"timestamp" => 1783130109
"timestamp_rfc3339" => "2026-07-04T03:55:09.163+02:00"
"message" => "Deprecated: App\Filter\VehiculeEnParcFilter::filterProperty(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3567
#message: "Deprecated: App\Filter\VehiculeEnParcFilter::filterProperty(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Filter/VehiculeEnParcFilter.php"
#line: 12
#severity: E_DEPRECATED
trace: {
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Filter/VehiculeEnParcFilter.php:12 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› {
› protected function filterProperty(
› string $property,
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/error-handler/DebugClassLoader.php:307 {
is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool …
› return;
› } elseif (false === include $file) {
› return;
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/api-platform/core/src/Metadata/ApiFilter.php:38 {
ApiPlatform\Metadata\ApiFilter->__construct(string $filterClass, ?string $id = null, ?string $strategy = null, array $properties = [], array $arguments = [], ?string $alias = null) …
› ) {
› if (!is_a($this->filterClass, FilterInterface::class, true)) {
› throw new InvalidArgumentException(\sprintf('The filter class "%s" does not implement "%s". Did you forget a use statement?', $this->filterClass, FilterInterface::class));
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/src/Entity/Fleet/Vehicules.php:36 {
ReflectionAttribute->newInstance(): object …
› #[ApiFilter(OrderFilter::class, properties: ['plaques', 'type.nom', 'km'])]\r
› #[ApiFilter(VehiculeEnParcFilter::class)]\r
› class Vehicules\r
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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 {
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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 {#11 …}
$type: 1
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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 {
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/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/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/vendor/symfony/http-kernel/Kernel.php:191 {
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 {#11 …}
$type: 1
$catch: true
}
}
/home/clients/7013e9c520340d452787db41b1ef6905/sites/itrsp.giobtrans.ch/public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
}
]
"channel" => "deprecation"
]
]
]
-errorCount: [
11 => 1
1087 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#234 …}
} |