Error 500 Internal Server Error

GET https://www.portal.csipanama.com/signup

Forwarded to ErrorController (e09fda)

Exceptions

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.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#2804
  -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
    -code: """
      <div class="col-md-6">\n
      \t<div class="mb-3">\n
      \t\t{{ form_label(userForm.nombre,'Nombre', {'label_attr': {'class': 'form-label'}}) }}\n
      \t\t{{ form_widget(userForm.nombre, {'attr': {'class': 'form-control' ~ (userForm.nombre.vars.valid ? '' : ' is-invalid'),'placeholder': 'Nombre ...' }}) }}\n
      \t\t<div class="invalid-feedback">\n
      \t\t\t{{ form_errors(userForm.nombre) }}\n
      \t\t</div>\n
      \t</div>\n
      </div>\n
      <div class="col-md-6">\n
      \t<div class="mb-3">\n
      \t\t{{ form_label(userForm.apellido,'Apellido', {'label_attr': {'class': 'form-label'}}) }}\n
      \t\t{{ form_widget(userForm.apellido, {'attr': {'class': 'form-control' ~ (userForm.apellido.vars.valid ? '' : ' is-invalid'),'placeholder': 'Apellido ...' }}) }}\n
      \t\t<div class="invalid-feedback">\n
      \t\t\t{{ form_errors(userForm.apellido) }}\n
      \t\t</div>\n
      \t</div>\n
      </div>\n
      <div class="col-12">\n
      \t<div class="mb-3">\n
      \t\t{{ form_label(userForm.identificacion,'Identificación', {'label_attr': {'class': 'form-label'}}) }}\n
      \t\t{{ form_widget(userForm.identificacion, {'attr': {'class': 'form-control' ~ (userForm.identificacion.vars.valid ? '' : ' is-invalid'),'placeholder': 'Cédula / ID ...'}}) }}\n
      \t\t<div class="invalid-feedback">\n
      \t\t\t{{ form_errors(userForm.identificacion) }}\n
      \t\t</div>\n
      \t</div>\n
      </div>\n
      <div class="col-12">\n
      \t<div class="mb-3">\n
      \t\t{{ form_label(userForm.email,'Correo Electrónico', {'label_attr': {'class': 'form-label'}}) }}\n
      \t\t{{ form_widget(userForm.email, {'attr': {'class': 'form-control' ~ (userForm.email.vars.valid ? '' : ' is-invalid'),'placeholder': 'Correo Electrónico ...'}}) }}\n
      \t\t<div class="invalid-feedback">\n
      \t\t\t{{ form_errors(userForm.email) }}\n
      \t\t</div>\n
      \t</div>\n
      </div>\n
      """
    -name: "/usuario/_form.datos.sub1.html.twig"
    -path: "/home/csipanama/unpac-portal-src/templates/usuario/_form.datos.sub1.html.twig"
  }
  -phpFile: "/home/csipanama/unpac-portal-src/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1893
}
  1.         </div>
  2.     </div>
  3. </div>
  4. <div class="col-12">
  5.     <div class="mb-3">
  6.         {{ form_label(userForm.identificacion,'Identificación', {'label_attr': {'class': 'form-label'}}) }}
  7.         {{ form_widget(userForm.identificacion, {'attr': {'class': 'form-control' ~ (userForm.identificacion.vars.valid ? '' : ' is-invalid'),'placeholder': 'Cédula / ID ...'}}) }}
  8.         <div class="invalid-feedback">
  9.             {{ form_errors(userForm.identificacion) }}
  10.         </div>
  11.     </div>
  1. </div>
  2. <div class=\"col-12\">
  3. \t<div class=\"mb-3\">
  4. \t\t";
  5.         // line 21
  6.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["userForm"]) || array_key_exists("userForm"$context) ? $context["userForm"] : (function () { throw new RuntimeError('Variable "userForm" does not exist.'21$this->source); })()), "identificacion", [], "any"falsefalsefalse21), 'label', ["label_attr" => ["class" => "form-label"], "label" => "Identificación"]);
  7.         yield "
  8. \t\t";
  9.         // line 22
  10.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["userForm"]) || array_key_exists("userForm"$context) ? $context["userForm"] : (function () { throw new RuntimeError('Variable "userForm" does not exist.'22$this->source); })()), "identificacion", [], "any"falsefalsefalse22), 'widget', ["attr" => ["class" => ("form-control" . (((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["userForm"]) || array_key_exists("userForm"$context) ? $context["userForm"] : (function () { throw new RuntimeError('Variable "userForm" does not exist.'22$this->source); })()), "identificacion", [], "any"falsefalsefalse22), "vars", [], "any"falsefalsefalse22), "valid", [], "any"falsefalsefalse22)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ("") : (" is-invalid"))), "placeholder" => "Cédula / ID ..."]]);
  11.         yield "
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.             if ($isSandboxed) {
  2.                 $loaded->unwrap()->checkSecurity();
  3.             }
  4.             return $loaded->render($variables);
  5.         } finally {
  6.             if ($isSandboxed && !$alreadySandboxed) {
  7.                 $sandbox->disableSandbox();
  8.             }
  9.         }
  1. \t\t</a>
  2. \t\t<h5 class=\"fw-light mb-5\">Registro de usuario</h5>
  3. \t\t<div class=\"row gx-x\">
  4. \t\t\t";
  5.         // line 10
  6.         yield Twig\Extension\CoreExtension::include($this->env$context"/usuario/_form.datos.sub1.html.twig");
  7.         yield "
  8. \t\t\t";
  9.         // line 11
  10.         yield Twig\Extension\CoreExtension::include($this->env$context"/usuario/_form.datos.sub3.html.twig");
  11.         yield 
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.             if ($isSandboxed) {
  2.                 $loaded->unwrap()->checkSecurity();
  3.             }
  4.             return $loaded->render($variables);
  5.         } finally {
  6.             if ($isSandboxed && !$alreadySandboxed) {
  7.                 $sandbox->disableSandbox();
  8.             }
  9.         }
  1.         // line 22
  2.         yield "
  3.         ";
  4.         // line 23
  5.         yield Twig\Extension\CoreExtension::include($this->env$context"/security/_form.signup.html.twig");
  6.         yield "
  7. ";
  8.         
  9.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1. \t\t<body
  2. \t\t\tclass=\"login-container\">
  3. \t\t\t<!-- Login box start -->
  4. \t\t\t<div class=\"container\" id=\"container\"> ";
  5.         // line 54
  6.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  7.         yield "</div>
  8. \t\t\t<!-- Login box end -->
  9. \t\t\t";
  10.         // line 56
  11.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""/security/signup.html.twig"));
  3.         $this->parent $this->load("base.security.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if (null !== $block) {
  2.             return $this->container->get('twig')->load($view)->renderBlock($block$parameters);
  3.         }
  4.         return $this->container->get('twig')->render($view$parameters);
  5.     }
  6.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  7.     {
  8.         $content $this->doRenderView($view$block$parameters$method);
  1.         return $this->container->get('twig')->render($view$parameters);
  2.     }
  3.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  4.     {
  5.         $content $this->doRenderView($view$block$parameters$method);
  6.         $response ??= new Response();
  7.         if (200 === $response->getStatusCode()) {
  8.             foreach ($parameters as $v) {
  9.                 if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1.      * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2.      * Forms found in parameters are auto-cast to form views.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         return $this->doRender($viewnull$parameters$response__FUNCTION__);
  7.     }
  8.     /**
  9.      * Renders a block in a view.
  10.      *
AbstractController->render('/security/signup.html.twig', array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null)) in src/Controller/SecurityController.php (line 178)
  1.             $form $this->createForm(SignUpFormType::class, $user, [
  2.                 'action' => $this->generateUrl('app_signup'),
  3.                 'attr' => ['id' => 'usuario_form''class' => 'panel']
  4.             ]);
  5.             return $this->render('/security/signup.html.twig', [
  6.                 'userForm' => $form->createView(),
  7.                 'licenciaBase64' => null,
  8.                 'cedulaBase64' => null
  9.             ]);
  10.         }
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  1.         if (!$this->handlingHttpCache) {
  2.             $this->resetServices true;
  3.         }
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.     ) {
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         if (Kernel::VERSION_ID >= 60400) {
  7.             $response->send(false);
  8.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 32)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php') in /home/csipanama/unpac-portal/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 23:37:03 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "d9b7b3"
    },
    "request_uri": "https://portal.csipanama.com/_profiler/d9b7b3",
    "method": "GET"
}

Stack Trace

RuntimeError
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 templates/usuario/_form.datos.sub1.html.twig:21
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), object(FormView), 'identificacion', array(), 'any', false, false, false, 21)
     (var/cache/dev/twig/e2/e2fd72865558fb2d5c06a6f63a8b2e9c.php:88)
  at __TwigTemplate_8139f49e754bdecf80313ac6a534b2f9->doDisplay(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1526)
  at Twig\Extension\CoreExtension::include(object(Environment), array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), '/usuario/_form.datos.sub1.html.twig')
     (var/cache/dev/twig/8f/8f792e8d04e8450d36759877e1a3d787.php:65)
  at __TwigTemplate_9759e248ee78648c7bbb4e18733abe84->doDisplay(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1526)
  at Twig\Extension\CoreExtension::include(object(Environment), array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), '/security/_form.signup.html.twig')
     (var/cache/dev/twig/44/44ee673e127dc84389bee13e250565f1.php:144)
  at __TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b->block_body(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_body'), 'javascripts' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_body'), 'javascripts' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_javascripts')))
     (var/cache/dev/twig/6b/6b4071ec6394579af40a8cefaf911881.php:113)
  at __TwigTemplate_72ef7fee5c602f0e7107eb08d8c7eeab->doDisplay(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_body'), 'javascripts' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_body'), 'javascripts' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_javascripts')))
     (var/cache/dev/twig/44/44ee673e127dc84389bee13e250565f1.php:56)
  at __TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b->doDisplay(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_body'), 'javascripts' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null, 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_body'), 'javascripts' => array(object(__TwigTemplate_5288be321dbd7a4467e54f0e6a5d602b), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('/security/signup.html.twig', array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:467)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('/security/signup.html.twig', null, array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:472)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('/security/signup.html.twig', null, array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:284)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('/security/signup.html.twig', array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null))
     (src/Controller/SecurityController.php:178)
  at App\Controller\SecurityController->register(object(Request), object(UserPasswordHasher), object(EntityManagerGhost614a58f), object(AuthenticationUtils), object(RequestStack))
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:193)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:32)
  at require_once('/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php')
     (/home/csipanama/unpac-portal/index.php:5)