| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#160
-records: [
2 => [
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.751-05:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_signup"
"route_parameters" => [
"_route" => "app_signup"
"_controller" => "App\Controller\SecurityController::register"
]
"request_uri" => "https://www.portal.csipanama.com/signup"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.753-05:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.753-05: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" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.753-05: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" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.753-05: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" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.753-05: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" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.786-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#950
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 46
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:46 {
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 (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:45 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Escriba el nombre por favor',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.786-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#951
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:49 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:45 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Escriba el nombre por favor',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#953
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 46
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:46 {
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 (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:53 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Escriba el apellido por favor',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#954
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:49 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:53 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Escriba el apellido por favor',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Email" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#956
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Email" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Email.php"
#line: 71
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Email.php:71 {
Symfony\Component\Validator\Constraints\Email->__construct(?array $options = null, ?string $message = null, ?string $mode = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
› if (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:62 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Email([
› 'mode' => 'html5',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Email instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#957
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Email instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Email.php:74 {
Symfony\Component\Validator\Constraints\Email->__construct(?array $options = null, ?string $message = null, ?string $mode = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:62 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Email([
› 'mode' => 'html5',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#959
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 46
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:46 {
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 (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:66 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new NotBlank([
› 'message' => 'Escriba el correo electrónico del usuario por favor',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#960
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:49 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:66 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new NotBlank([
› 'message' => 'Escriba el correo electrónico del usuario por favor',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.787-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#962
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 46
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:46 {
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 (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:79 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Por favor, escriba una contraseña',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.788-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#963
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:49 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:79 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Por favor, escriba una contraseña',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.788-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#965
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php"
#line: 87
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:87 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($exactly)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:83 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Length([
› 'min' => 12,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.788-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#966
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:104 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:83 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Length([
› 'min' => 12,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.788-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#968
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php"
#line: 62
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:62 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($pattern)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:89 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' =>'/[A-Z]/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.788-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#969
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:70 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:89 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' =>'/[A-Z]/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#971
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php"
#line: 62
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:62 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($pattern)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:93 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' =>'/[0-9]/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#972
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:70 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:93 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' =>'/[0-9]/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#974
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php"
#line: 62
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:62 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($pattern)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:97 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/['.preg_quote($specialChars, '/').']/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#975
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:70 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:97 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/['.preg_quote($specialChars, '/').']/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotCompromisedPassword" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#977
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotCompromisedPassword" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotCompromisedPassword.php"
#line: 50
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotCompromisedPassword.php:50 {
Symfony\Component\Validator\Constraints\NotCompromisedPassword->__construct(?array $options = null, ?string $message = null, ?int $threshold = null, ?bool $skipOnError = null, ?array $groups = null, mixed $payload = null) …
› if (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:104 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new NotCompromisedPassword(
› [
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotCompromisedPassword instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#978
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotCompromisedPassword instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotCompromisedPassword.php:53 {
Symfony\Component\Validator\Constraints\NotCompromisedPassword->__construct(?array $options = null, ?string $message = null, ?int $threshold = null, ?bool $skipOnError = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:104 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new NotCompromisedPassword(
› [
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#980
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php"
#line: 46
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:46 {
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 (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:141 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Defina una fecha de ingreso',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#981
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\NotBlank instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/NotBlank.php:49 {
Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:141 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new NotBlank([
› 'message' => 'Defina una fecha de ingreso',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Email" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#983
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Email" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Email.php"
#line: 71
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Email.php:71 {
Symfony\Component\Validator\Constraints\Email->__construct(?array $options = null, ?string $message = null, ?string $mode = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
› if (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:155 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Email([
› 'mode' => 'html5',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Email instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#984
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Email instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Email.php:74 {
Symfony\Component\Validator\Constraints\Email->__construct(?array $options = null, ?string $message = null, ?string $mode = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:155 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Email([
› 'mode' => 'html5',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#986
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php"
#line: 87
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:87 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($exactly)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:183 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Length([
› 'min' => 7,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#987
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:104 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:183 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Length([
› 'min' => 7,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.789-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#989
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php"
#line: 62
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:62 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($pattern)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:189 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/^\d+$/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#990
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:70 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:189 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/^\d+$/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#992
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php"
#line: 87
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:87 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($exactly)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:199 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Length([
› 'min' => 8,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#993
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:104 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:199 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Length([
› 'min' => 8,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#995
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php"
#line: 62
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:62 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($pattern)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:205 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/^\d+$/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#996
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:70 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:205 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/^\d+$/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#998
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php"
#line: 87
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:87 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($exactly)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:222 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
›
› new Length([
› 'max' => 500,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#999
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:104 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:222 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
›
› new Length([
› 'max' => 500,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1001
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php"
#line: 87
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:87 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($exactly)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:248 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Length([
› 'min' => 7,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.790-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1002
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Length instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Length.php:104 {
Symfony\Component\Validator\Constraints\Length->__construct(array|int|null $exactly = null, ?int $min = null, ?int $max = null, ?string $charset = null, ?callable $normalizer = null, ?string $countUnit = null, ?string $exactMessage = null, ?string $minMessage = null, ?string $maxMessage = null, ?string $charsetMessage = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:248 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new Length([
› 'min' => 7,
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.791-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1004
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Regex" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php"
#line: 62
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:62 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
› if (\is_array($pattern)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:254 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/^\d+$/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.791-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1005
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\Regex instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/Regex.php:70 {
Symfony\Component\Validator\Constraints\Regex->__construct(array|string|null $pattern, ?string $message = null, ?string $htmlPattern = null, ?bool $match = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?array $options = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:254 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› ]),
› new Regex([
› 'pattern' => '/^\d+$/',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.792-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\IsTrue" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1015
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\IsTrue" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/IsTrue.php"
#line: 40
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/IsTrue.php:40 {
Symfony\Component\Validator\Constraints\IsTrue->__construct(?array $options = null, ?string $message = null, ?array $groups = null, mixed $payload = null) …
› if (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:271 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new IsTrue([
› 'message' => 'Debe aceptar los términos del servicio.',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.792-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\IsTrue instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1016
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\IsTrue instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/IsTrue.php:43 {
Symfony\Component\Validator\Constraints\IsTrue->__construct(?array $options = null, ?string $message = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:271 {
App\Form\SignUpFormType->buildForm(FormBuilderInterface $builder, array $options) …
› 'constraints' => [
› new IsTrue([
› 'message' => 'Debe aceptar los términos del servicio.',
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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());
›
}
/home/csipanama/unpac-portal-src/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);
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.991-05:00"
"message" => "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\IsTrue" constraint is deprecated, use named arguments instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1912
#message: "User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\IsTrue" constraint is deprecated, use named arguments instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/IsTrue.php"
#line: 40
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/IsTrue.php:40 {
Symfony\Component\Validator\Constraints\IsTrue->__construct(?array $options = null, ?string $message = null, ?array $groups = null, mixed $payload = null) …
› if (\is_array($options)) {
› trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
› }
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:300 {
App\Form\SignUpFormType->App\Form\{closure} …
› 'constraints' => [
› new IsTrue([
› 'message' => 'Debe ingresar una valor para la contraseña',
}
/home/csipanama/unpac-portal-src/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/csipanama/unpac-portal-src/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/csipanama/unpac-portal-src/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:28 {
Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/Form.php:287 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› $event = new PreSetDataEvent($this, $modelData);
› $dispatcher->dispatch($event, FormEvents::PRE_SET_DATA);
› $modelData = $event->getData();
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.991-05:00"
"message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\IsTrue instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1913
#message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Symfony\Component\Validator\Constraints\IsTrue instead."
#code: 0
#file: "/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraint.php:122 {
Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
›
› trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);
›
}
/home/csipanama/unpac-portal-src/vendor/symfony/validator/Constraints/IsTrue.php:43 {
Symfony\Component\Validator\Constraints\IsTrue->__construct(?array $options = null, ?string $message = null, ?array $groups = null, mixed $payload = null) …
›
› parent::__construct($options, $groups, $payload);
›
}
/home/csipanama/unpac-portal-src/src/Form/SignUpFormType.php:300 {
App\Form\SignUpFormType->App\Form\{closure} …
› 'constraints' => [
› new IsTrue([
› 'message' => 'Debe ingresar una valor para la contraseña',
}
/home/csipanama/unpac-portal-src/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/csipanama/unpac-portal-src/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/csipanama/unpac-portal-src/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:28 {
Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/Form.php:287 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› $event = new PreSetDataEvent($this, $modelData);
› $dispatcher->dispatch($event, FormEvents::PRE_SET_DATA);
› $modelData = $event->getData();
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/home/csipanama/unpac-portal-src/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();
› }
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:173 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› $form = $this->createForm(SignUpFormType::class, $user, [
› 'action' => $this->generateUrl('app_signup'),
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1775439747
"timestamp_rfc3339" => "2026-04-05T20:42:27.999-05:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "csipanama_admin"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "csipanama_unpac_portal"
"serverVersion" => "8.0.45"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775439748
"timestamp_rfc3339" => "2026-04-05T20:42:28.001-05:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT e0_.id AS id_0, e0_.nombre AS nombre_1, e0_.global AS global_2, e0_.deleted_at AS deleted_at_3 FROM empresa e0_ WHERE (e0_.deleted_at IS NULL)"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775439748
"timestamp_rfc3339" => "2026-04-05T20:42:28.004-05:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT p0_.id AS id_0, p0_.descripcion AS descripcion_1, p0_.deleted_at AS deleted_at_2 FROM posicion p0_ WHERE (p0_.deleted_at IS NULL)"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775439748
"timestamp_rfc3339" => "2026-04-05T20:42:28.022-05:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0_.id AS id_0, t0_.descripcion AS descripcion_1 FROM tipo_sanguineo t0_"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775439748
"timestamp_rfc3339" => "2026-04-05T20:42:28.025-05:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT e0_.id AS id_0, e0_.descripcion AS descripcion_1 FROM estado_civil e0_"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775439748
"timestamp_rfc3339" => "2026-04-05T20:42:28.070-05:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "identificacion" nor one of the methods "identificacion()", "getidentificacion()", "isidentificacion()", "hasidentificacion()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView" in "/usuario/_form.datos.sub1.html.twig" at line 21." at _form.datos.sub1.html.twig line 21"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#2804
#message: "Neither the property "identificacion" nor one of the methods "identificacion()", "getidentificacion()", "isidentificacion()", "hasidentificacion()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView" in "/usuario/_form.datos.sub1.html.twig" at line 21."
#code: 0
#file: "/home/csipanama/unpac-portal-src/templates/usuario/_form.datos.sub1.html.twig"
#line: 21
-lineno: 21
-rawMessage: "Neither the property "identificacion" nor one of the methods "identificacion()", "getidentificacion()", "isidentificacion()", "hasidentificacion()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"."
-source: Twig\Source {#2793 …}
-phpFile: "/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Extension/CoreExtension.php"
-phpLine: 1893
trace: {
/home/csipanama/unpac-portal-src/templates/usuario/_form.datos.sub1.html.twig:21 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <div class="mb-3">
› \t{{ form_label(userForm.identificacion,'Identificación', {'label_attr': {'class': 'form-label'}}) }}
› \t{{ form_widget(userForm.identificacion, {'attr': {'class': 'form-control' ~ (userForm.identificacion.vars.valid ? '' : ' is-invalid'),'placeholder': 'Cédula / ID ...'}}) }}
}
/home/csipanama/unpac-portal-src/templates/usuario/_form.datos.sub1.html.twig:21 {
__TwigTemplate_8139f49e754bdecf80313ac6a534b2f9->doDisplay(array $context, array $blocks = []): iterable …
› <div class="mb-3">
› \t{{ form_label(userForm.identificacion,'Identificación', {'label_attr': {'class': 'form-label'}}) }}
› \t{{ form_widget(userForm.identificacion, {'attr': {'class': 'form-control' ~ (userForm.identificacion.vars.valid ? '' : ' is-invalid'),'placeholder': 'Cédula / ID ...'}}) }}
arguments: {
$env: Twig\Environment {#364 …}
$source: Twig\Source {#2793 …}
$object: Symfony\Component\Form\FormView {#944 …}
$item: "identificacion"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 21
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Extension/CoreExtension.php:1526 {
Twig\Extension\CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded->render($variables);
› } finally {
arguments: {
$context: [ …4]
}
}
/home/csipanama/unpac-portal-src/templates/security/_form.signup.html.twig:10 {
__TwigTemplate_9759e248ee78648c7bbb4e18733abe84->doDisplay(array $context, array $blocks = []): iterable …
› <div class="row gx-x">
› \t{{ include('/usuario/_form.datos.sub1.html.twig') }}
› \t{{ include('/usuario/_form.datos.sub3.html.twig') }}
arguments: {
$env: Twig\Environment {#364 …}
$context: [ …4]
$template: "/usuario/_form.datos.sub1.html.twig"
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Extension/CoreExtension.php:1526 {
Twig\Extension\CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded->render($variables);
› } finally {
arguments: {
$context: [ …4]
}
}
/home/csipanama/unpac-portal-src/templates/security/signup.html.twig:23 {
__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b->block_body(array $context, array $blocks = []): iterable …
›
› {{ include('/security/_form.signup.html.twig') }}
›
arguments: {
$env: Twig\Environment {#364 …}
$context: [ …4]
$template: "/security/_form.signup.html.twig"
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/templates/base.security.html.twig:54 {
__TwigTemplate_72ef7fee5c602f0e7107eb08d8c7eeab->doDisplay(array $context, array $blocks = []): iterable …
› <!-- Login box start -->
› <div class="container" id="container"> {% block body %}{% endblock %}</div>
› <!-- Login box end -->
arguments: {
$name: "body"
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/var/cache/dev/twig/44/44ee673e127dc84389bee13e250565f1.php:56 {
__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.security.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …4]
$blocks: [ …4]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "/security/signup.html.twig"
$context: [ …3]
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "/security/signup.html.twig"
$block: null
$parameters: [ …3]
$method: "render"
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/framework-bundle/Controller/AbstractController.php:284 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "/security/signup.html.twig"
$block: null
$parameters: [ …3]
$response: null
$method: "render"
}
}
/home/csipanama/unpac-portal-src/src/Controller/SecurityController.php:178 {
App\Controller\SecurityController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, AuthenticationUtils $authenticationUtils, RequestStack $requestStack): Response …
›
› return $this->render('/security/signup.html.twig', [
› 'userForm' => $form->createView(),
arguments: {
$view: "/security/signup.html.twig"
$parameters: [ …3]
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#780 …}
$entityManager: ContainerOWCH7Yq\EntityManagerGhost614a58f {#229 …}
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#801 …}
$requestStack: Symfony\Component\HttpFoundation\RequestStack {#158 …}
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
$type: 1
}
}
/home/csipanama/unpac-portal-src/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/home/csipanama/unpac-portal-src/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 {#2 …}
}
}
/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/csipanama/unpac-portal/index.php:5 {
›
› require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
›
arguments: {
"/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
2 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#159 …}
} |