Exceptions
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 }
in
templates/usuario/_form.datos.sub1.html.twig
(line 21)
</div></div></div><div class="col-12"><div class="mb-3">{{ form_label(userForm.identificacion,'Identificación', {'label_attr': {'class': 'form-label'}}) }}{{ form_widget(userForm.identificacion, {'attr': {'class': 'form-control' ~ (userForm.identificacion.vars.valid ? '' : ' is-invalid'),'placeholder': 'Cédula / ID ...'}}) }}<div class="invalid-feedback">{{ form_errors(userForm.identificacion) }}</div></div>
in
var/cache/dev/twig/e2/e2fd72865558fb2d5c06a6f63a8b2e9c.php
::
getAttribute
(line 88)
</div><div class=\"col-12\">\t<div class=\"mb-3\">\t\t";// line 21yield $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", false, false, false, 21), 'label', ["label_attr" => ["class" => "form-label"], "label" => "Identificación"]);yield "\t\t";// line 22yield $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", false, false, false, 22), 'widget', ["attr" => ["class" => ("form-control" . (((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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", false, false, false, 22), "vars", [], "any", false, false, false, 22), "valid", [], "any", false, false, false, 22)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("") : (" is-invalid"))), "placeholder" => "Cédula / ID ..."]]);yield "
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
render
(line 1526)
if ($isSandboxed) {$loaded->unwrap()->checkSecurity();}return $loaded->render($variables);} finally {if ($isSandboxed && !$alreadySandboxed) {$sandbox->disableSandbox();}}
in
var/cache/dev/twig/8f/8f792e8d04e8450d36759877e1a3d787.php
::
include
(line 65)
\t\t</a>\t\t<h5 class=\"fw-light mb-5\">Registro de usuario</h5>\t\t<div class=\"row gx-x\">\t\t\t";// line 10yield Twig\Extension\CoreExtension::include($this->env, $context, "/usuario/_form.datos.sub1.html.twig");yield "\t\t\t";// line 11yield Twig\Extension\CoreExtension::include($this->env, $context, "/usuario/_form.datos.sub3.html.twig");yield "
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
render
(line 1526)
if ($isSandboxed) {$loaded->unwrap()->checkSecurity();}return $loaded->render($variables);} finally {if ($isSandboxed && !$alreadySandboxed) {$sandbox->disableSandbox();}}
in
var/cache/dev/twig/44/44ee673e127dc84389bee13e250565f1.php
::
include
(line 144)
// line 22yield "";// line 23yield Twig\Extension\CoreExtension::include($this->env, $context, "/security/_form.signup.html.twig");yield "";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
block_body
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/6b/6b4071ec6394579af40a8cefaf911881.php
->
yieldBlock
(line 113)
\t\t<body\t\t\tclass=\"login-container\">\t\t\t<!-- Login box start -->\t\t\t<div class=\"container\" id=\"container\"> ";// line 54yield from $this->unwrap()->yieldBlock('body', $context, $blocks);yield "</div>\t\t\t<!-- Login box end -->\t\t\t";// line 56yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/44/44ee673e127dc84389bee13e250565f1.php
->
yield
(line 56)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "/security/signup.html.twig"));$this->parent = $this->load("base.security.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 467)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 472)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 284)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
AbstractController->render('/security/signup.html.twig', array('userForm' => object(FormView), 'licenciaBase64' => null, 'cedulaBase64' => null))
in
src/Controller/SecurityController.php
(line 178)
$form = $this->createForm(SignUpFormType::class, $user, ['action' => $this->generateUrl('app_signup'),'attr' => ['id' => 'usuario_form', 'class' => 'panel']]);return $this->render('/security/signup.html.twig', ['userForm' => $form->createView(),'licenciaBase64' => null,'cedulaBase64' => null]);}
in
vendor/symfony/http-kernel/HttpKernel.php
->
register
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/csipanama/unpac-portal-src/vendor/autoload_runtime.php')
in
/home/csipanama/unpac-portal/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/unpac-portal-src/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 00:44:21 | 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?panel=exception&type=request",
"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)
|