https://hagelstorm.dynu.com/juicio/etapa/ver/4

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"6d4533"
exception
Twig\Error\RuntimeError {#1318
  #message: "Variable "juicio_etapaa" does not exist."
  #code: 0
  #file: "/home/www/juris/templates/juicio_etapa/show.html.twig"
  #line: 4
  -lineno: 4
  -name: "juicio_etapa/show.html.twig"
  -rawMessage: "Variable "juicio_etapaa" does not exist."
  -sourcePath: "/home/www/juris/templates/juicio_etapa/show.html.twig"
  -sourceCode: """
    {#  @var juicio_etapa App\Entity\JuicioEtapa #}\n
    {% extends 'base.html.twig' %}\n
    \n
    {% block title %}{{ juicio_etapaa }}{% endblock %}\n
    \n
    {% block body %}\n
        <h1> {{ juicio_etapa }}   </h1>\n
    \n
        <table class="table">\n
            <tbody>\n
            <tr>\n
                <th>Nombre</th>\n
                <td>{{ juicio_etapa.nombre }}</td>\n
            </tr>\n
            <tr>\n
                <th>Color</th>\n
                <td>{{ juicio_etapa.color }}</td>\n
            </tr>\n
            <tr>\n
                <th>Campos</th>\n
                <td>{{ juicio_etapa.campos ? juicio_etapa.campos|join(', ') : '' }}</td>\n
            </tr>\n
            </tbody>\n
        </table>\n
    \n
        <a href="{{ path('app_juicio_etapa_index') }}" class="exit">Volver</a>\n
    \n
        <a href="{{ path('app_juicio_etapa_edit', {'id': juicio_etapa.id}) }}"\n
           class="edit">Editar</a>\n
    \n
        {{ include('juicio_etapa/_delete_form.html.twig') }}\n
    {% endblock %}\n
    """
  trace: {
    /home/www/juris/templates/juicio_etapa/show.html.twig:4 {
      __TwigTemplate_e27f4dd1bf9fe2aefb0ef7448ed05784->{closure} …
      › 
      › {% block title %}{{ juicio_etapaa }}{% endblock %}}
    /home/www/juris/var/cache/dev/twig/ef/ef3ca50edded7030aa320d8fe03e1dbb.php:68 {
      __TwigTemplate_e27f4dd1bf9fe2aefb0ef7448ed05784->block_title($context, array $blocks = []) …
      › 
      › echo twig_escape_filter($this->env, (isset($context["juicio_etapaa"]) || array_key_exists("juicio_etapaa", $context) ? $context["juicio_etapaa"] : (function () { throw new RuntimeError('Variable "juicio_etapaa" does not exist.', 4, $this->source); })()), "html", null, true);}
    /home/www/juris/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) {
    }
    /home/www/juris/var/cache/dev/twig/0f/0fba6cc810816c05efa5e806722764fa.php:55 {
      __TwigTemplate_69be9f60f25f2fa9f3479bae02029514->doDisplay(array $context, array $blocks = []) …
      › echo " - ";$this->displayBlock('title', $context, $blocks);echo "</title>
    }
    /home/www/juris/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/www/juris/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));}
    }
    /home/www/juris/var/cache/dev/twig/ef/ef3ca50edded7030aa320d8fe03e1dbb.php:49 {
      __TwigTemplate_e27f4dd1bf9fe2aefb0ef7448ed05784->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "juicio_etapa/show.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/www/juris/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/www/juris/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));}
    }
    /home/www/juris/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/www/juris/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] ?? []);}
    }
    /home/www/juris/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/www/juris/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/www/juris/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /home/www/juris/src/Controller/JuicioEtapaController.php:56 {
      App\Controller\JuicioEtapaController->show(JuicioEtapa $juicioEtapa): Response …
      › {\t\treturn $this->render('juicio_etapa/show.html.twig', [\t\t\t'juicio_etapa' => $juicioEtapa,
    }
    /home/www/juris/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/www/juris/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/www/juris/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/www/juris/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/www/juris/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/www/juris/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/www/juris/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
null

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es-AR,es-US;q=0.9,es-419;q=0.8,es;q=0.7"
authorization
"Basic am1lOnRyZWV3"
cache-control
"max-age=0"
connection
"keep-alive"
cookie
"PHPSESSID=vt0eff3bvhh4hqvgksvrvoq6f4"
host
"hagelstorm.dynu.com"
php-auth-pw
"******"
php-auth-user
"jme"
referer
"https://hagelstorm.dynu.com/juicio/etapa/"
sec-ch-ua
""Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Linux""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
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
"Tue, 02 Sep 2025 21:51:40 GMT"
vary
"Accept"
x-debug-exception
"Variable%20%22juicio_etapaa%22%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fwww%2Fjuris%2Ftemplates%2Fjuicio_etapa%2Fshow.html.twig:4"
x-debug-token
"c356af"

Cookies

Request Cookies

Key Value
PHPSESSID
"vt0eff3bvhh4hqvgksvrvoq6f4"

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
"972b9bb5aaef836b0277a1a11fc41a84"
DATABASE_URL
"mysql://root:tuxito@127.0.0.1:3306/juris?serverVersion=10.11.4-MariaDB-1&charset=utf8mb4"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CLIENTE
"hagelstorm"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/juris/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/juris/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es-AR,es-US;q=0.9,es-419;q=0.8,es;q=0.7"
HTTP_AUTHORIZATION
"Basic am1lOnRyZWV3"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=vt0eff3bvhh4hqvgksvrvoq6f4"
HTTP_HOST
"hagelstorm.dynu.com"
HTTP_REFERER
"https://hagelstorm.dynu.com/juicio/etapa/"
HTTP_SEC_CH_UA
""Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Linux""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_AUTH_PW
"******"
PHP_AUTH_USER
"jme"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_CLIENTE
"hagelstorm"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
"Basic am1lOnRyZWV3"
REDIRECT_SSL_TLS_SNI
"hagelstorm.dynu.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/juicio/etapa/ver/4"
REMOTE_ADDR
"131.221.64.79"
REMOTE_PORT
"50028"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1756849900
REQUEST_TIME_FLOAT
1756849900.091
REQUEST_URI
"/juicio/etapa/ver/4"
SCRIPT_FILENAME
"/var/www/html/juris/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"84.247.181.219"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"hagelstorm.dynu.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at hagelstorm.dynu.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"hagelstorm.dynu.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 5472ba)

Key Value
_controller
"App\Controller\JuicioEtapaController::show"
_firewall_context
"security.firewall.map.context.privado"
_remove_csp_headers
true
_route
"app_juicio_etapa_show"
_route_params
[
  "id" => "4"
]
_stopwatch_token
"f2a824"
id
"4"
juicioEtapa
App\Entity\JuicioEtapa {#1091
  -id: 4
  -nombre: "CONCILIACION"
  -color: "#9fdd2c"
  -campos: [
    "caratula"
    "numero"
    "siniestro"
    "poliza"
    "monto"
    "fechaDerivacion"
    "fechaNotificacion"
    "vencimiento"
    "contacto"
    "fecSiniestro"
  ]
  -orden: -15
  -juicios: Doctrine\ORM\PersistentCollection {#1098 …}
}