https://integral.dirmov.mil.ec/acuartelamiento?p=acuartelamiento

ErrorController

Request

GET Parameters

Key Value
p
"acuartelamiento"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"b5c8ec"
exception
Twig\Error\RuntimeError {#812
  #message: "An exception has been thrown during the rendering of a template ("Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)")."
  #code: 0
  #file: "/data/produccion/integral/src/templates/layout.html.twig"
  #line: 22
  -previous: ErrorException {#817 …}
  -lineno: 22
  -name: "layout.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)")."
  -sourcePath: "/data/produccion/integral/src/templates/layout.html.twig"
  -sourceCode: """
    {% extends "base.html.twig" %}\n
    \n
    {% if menu_sel is not defined %}\n
        {% set menu_sel = app.request.baseUrl ~ app.request.pathInfo %}\n
    {% endif %}\n
    \n
    {% block menu_sesion %}\n
        {{ render(controller('App\\Controller\\MenuSubController::showMenuSubAction', {} )) }}\n
    {% endblock menu_sesion %}\n
    \n
    {% block menu %}\n
        {{ render(controller('App\\Controller\\MenuController::showMenuAction',{ 'menu_sel': menu_sel, 'elem': 'menu' } )) }}\n
    {% endblock %}\n
            \n
    {% block breadcrumb %}\n
        {{ render(controller('App\\Controller\\MenuController::showMenuAction',{ 'menu_sel': menu_sel, 'elem': 'breadcrumb' } )) }}\n
    {% endblock %}\n
    \n
    {% block notice %}\n
        {% for notice_level in ['notice','success','danger','info', 'warning'] %}\n
            {% set session_var = notice_level %}\n
            {% for flashMessage in app.session.flashbag.get(session_var) %}\n
                <div class="alert alert-{{session_var}}">\n
                    <button type="button" class="close" data-dismiss="alert">\n
                        <i class="fas fa-times"></i>\n
                    </button>\n
    \n
                    <strong>\n
                        <i class="fas fa-info-circle bigger-150"></i>\n
                        {{ flashMessage | trans([],'message') }}   \n
                    </strong>\n
    \n
                    <br>\n
                </div>\n
            {% endfor %}\n
        {% endfor %}\n
        {% if errors_presup is defined and errors_presup|length>0 %}\n
            {% for error in errors_presup %}\n
                <div class="flash_error">\n
                    {{ error | trans() }}\n
                </div>\n
            {% endfor %}\n
        {% endif %}\n
    {% endblock %}        \n
    \n
    \n
    \n
                \n
                \n
                   \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                 \n
                  \n
            \n
    \n
    \n
    \n
    \n
    \n
    \n
    """
  trace: {
    /data/produccion/integral/src/templates/layout.html.twig:22 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › {% set session_var = notice_level %}{% for flashMessage in app.session.flashbag.get(session_var) %}    <div class="alert alert-{{session_var}}">
    }
    /data/produccion/integral/src/templates/base.html.twig:255 {
      __TwigTemplate_47fffc35c4e3d91016b28ece6b6ca59d->block_body($context, array $blocks = []) …
      › <div class="page-content" style="position: relative">    {% block notice %}    {% endblock notice %}
    }
    /data/produccion/integral/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /data/produccion/integral/src/templates/base.html.twig:234 {
      __TwigTemplate_47fffc35c4e3d91016b28ece6b6ca59d->doDisplay(array $context, array $blocks = []) …
      › <body id="container" class="no-skin">{% block body %}    {% block menu_sesion %}
    }
    /data/produccion/integral/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/produccion/integral/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /data/produccion/integral/var/cache/dev/twig/45/457e357de8893ca275a42d37a077c221.php:57 {
      __TwigTemplate_35f797d176a02941f23e4e89a76be15e->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "layout.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/produccion/integral/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/produccion/integral/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /data/produccion/integral/var/cache/dev/twig/9c/9cb760c61715111bec137474016fdd91.php:51 {
      __TwigTemplate_19403a219667566f9b207688ac2d620f->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("layout.html.twig", "Default/landingReclutamientoPage.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/produccion/integral/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/produccion/integral/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /data/produccion/integral/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /data/produccion/integral/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /data/produccion/integral/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /data/produccion/integral/vendor/symfony/framework-bundle/Controller/AbstractController.php:222 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /data/produccion/integral/vendor/symfony/framework-bundle/Controller/AbstractController.php:230 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /data/produccion/integral/src/Controller/DefaultController.php:58 {
      App\Controller\DefaultController->indexReclutamientoAction() …
      ›     'periodoFin'=> $infoProcesoReclutamiento['periodoFin'],    'acuartelamiento'=>$infoProcesoReclutamiento['acuartelamiento'],]
    }
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/produccion/integral/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {
    }
    /data/produccion/integral/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /data/produccion/integral/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /data/produccion/integral/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/data/produccion/integral/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#133 …8}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
accept-language
"es-US,es-419;q=0.9,es;q=0.8"
authorization
""
connection
"keep-alive"
cookie
"_ga_C7TYWRCF3N=GS1.1.1726783668.7.1.1726783669.0.0.0; _ga=GA1.1.899708063.1725386585"
host
"integral.dirmov.mil.ec"
referer
"https://www.dirmov.mil.ec/"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-site"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/334.0.674067880 Mobile/15E148 Safari/604.1"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 19 Sep 2024 22:07:51 GMT"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29%22%29."
x-debug-exception-file
"%2Fdata%2Fproduccion%2Fintegral%2Fsrc%2Ftemplates%2Flayout.html.twig:22"
x-debug-token
"f6fdbe"

Cookies

Request Cookies

Key Value
_ga
"GA1.1.899708063.1725386585"
_ga_C7TYWRCF3N
"GS1.1.1726783668.7.1.1726783669.0.0.0"

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"c4d61b67844c8a03b086ad08643ebb84"
DATABASE_URL
"postgresql://postgres:@integral2024@200.6.25.30:5432/integral_produccion"
LOCK_DSN
"semaphore"
MAILER_DSN
"smtp://dirmov1@bfound.ec:Molero1401Dlrowcp2301@darnell.nocdirect.com:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
ws_dinardap
"http://interoperabilidad.dinardap.gob.ec:7979/interoperador?wsdl"
ws_dinardap_v2
"http://interoperabilidad.dinardap.gob.ec/interoperador-v2?wsdl"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/produccion/integral/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/produccion/integral/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"es-US,es-419;q=0.9,es;q=0.8"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"_ga_C7TYWRCF3N=GS1.1.1726783668.7.1.1726783669.0.0.0; _ga=GA1.1.899708063.1725386585"
HTTP_HOST
"integral.dirmov.mil.ec"
HTTP_REFERER
"https://www.dirmov.mil.ec/"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-site"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/334.0.674067880 Mobile/15E148 Safari/604.1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"p=acuartelamiento"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_QUERY_STRING
"p=acuartelamiento"
REDIRECT_SCRIPT_URI
"https://integral.dirmov.mil.ec/acuartelamiento"
REDIRECT_SCRIPT_URL
"/acuartelamiento"
REDIRECT_SSL_TLS_SNI
"integral.dirmov.mil.ec"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/acuartelamiento"
REMOTE_ADDR
"131.196.9.46"
REMOTE_PORT
"56545"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726783671
REQUEST_TIME_FLOAT
1726783671.3806
REQUEST_URI
"/acuartelamiento"
SCRIPT_FILENAME
"/data/produccion/integral/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://integral.dirmov.mil.ec/acuartelamiento"
SCRIPT_URL
"/acuartelamiento"
SERVER_ADDR
"200.6.25.29"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"integral.dirmov.mil.ec"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at integral.dirmov.mil.ec Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"integral.dirmov.mil.ec"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,LOCK_DSN,ws_dinardap,ws_dinardap_v2"

Parent Request

Return to parent request (token = 8707a7)

Key Value
_controller
"App\Controller\DefaultController::indexReclutamientoAction"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"landing_aspirantes"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"114fba"