Error 500 Internal Server Error

GET https://52.20.248.18/noticias/ver/dadasdasd_asdasd

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"21280a"
exception
Twig\Error\RuntimeError {#1218
  #message: "Impossible to access an attribute ("seccion") on a null variable in "@Frontend/Noticia/noticia.html.twig" at line 30."
  #code: 0
  #file: "/var/www/html/src/Frontend/Resources/views/Noticia/noticia.html.twig"
  #line: 30
  -lineno: 30
  -rawMessage: "Impossible to access an attribute ("seccion") on a null variable."
  -source: Twig\Source {#909 …}
  -phpFile: "/var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1752
  trace: {
    /var/www/html/src/Frontend/Resources/views/Noticia/noticia.html.twig:30 {
      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) …
      › {% if data.viewBannerTop %}    <div class="{{ data.bannerTop.seccion|upper == "principal"|upper ? "" : "container-md"}} mt-5 mb-5">        {% set img = data.bannerTop.imagenes|first %}
    }
    /var/www/html/var/cache/dev/twig/e7/e771552ad3dd7172f94b85480f6a0014.php:417 {
      __TwigTemplate_6c0c0adc61441e146899d85b864a8f46->block_bannerTopNoticia(array $context, array $blocks = []): iterable …
      › yield "                <div class=\"";yield (((Twig\Extension\CoreExtension::upper($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 30, $this->source); })()), "bannerTop", [], "any", false, false, false, 30), "seccion", [], "any", false, false, false, 30)) == Twig\Extension\CoreExtension::upper($this->env->getCharset(), "principal"))) ? ("") : ("container-md"));yield " mt-5 mb-5\">
      arguments: {
        $env: Twig\Environment {#708 …}
        $source: Twig\Source {#909 …}
        $object: null
        $item: "seccion"
        $arguments: []
        $type: "any"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 30
      }
    }
    /var/www/html/vendor/twig/twig/src/Template.php:456 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
      ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …32]
        $blocks: [ …12]
      }
    }
    /var/www/html/src/Frontend/Resources/views/Noticia/noticia.html.twig:28 {
      __TwigTemplate_6c0c0adc61441e146899d85b864a8f46->block_content(array $context, array $blocks = []): iterable …
      › <div class="bg-white {% if not data.viewBannerTop %}pt-5{% endif %}">    {% block bannerTopNoticia %}        {% if data.viewBannerTop %}
      arguments: {
        $name: "bannerTopNoticia"
        $context: [ …32]
        $blocks: [ …12]
      }
    }
    /var/www/html/vendor/twig/twig/src/Template.php:456 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
      ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …32]
        $blocks: [ …12]
      }
    }
    /var/www/html/var/cache/dev/twig/5e/5efacae5b363b1760004c8cc55c3b20a.php:704 {
      __TwigTemplate_c12276a33190eeab8aac546afc412a5a->doDisplay(array $context, array $blocks = []): iterable …
      › yield "\t\t\t\t";yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 1649
      arguments: {
        $name: "content"
        $context: [ …32]
        $blocks: [ …12]
      }
    }
    /var/www/html/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …29]
        $blocks: [ …8]
      }
    }
    /var/www/html/var/cache/dev/twig/e7/e771552ad3dd7172f94b85480f6a0014.php:60 {
      __TwigTemplate_6c0c0adc61441e146899d85b864a8f46->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("@Frontend/baseEcommerce.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …29]
        $blocks: [ …12]
      }
    }
    /var/www/html/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …29]
        $blocks: [ …8]
      }
    }
    /var/www/html/vendor/twig/twig/src/Template.php:366 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
      arguments: {
        $context: [ …29]
        $blocks: [ …8]
      }
    }
    /var/www/html/vendor/twig/twig/src/Template.php:381 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …4]
      }
    }
    /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …4]
      }
    }
    /var/www/html/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …4]
      }
    }
    /var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
      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: "@Frontend/Noticia/noticia.html.twig"
        $context: [ …4]
      }
    }
    /var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:477 {
      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: "@Frontend/Noticia/noticia.html.twig"
        $block: null
        $parameters: [ …4]
        $method: "render"
      }
    }
    /var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:281 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
      arguments: {
        $view: "@Frontend/Noticia/noticia.html.twig"
        $block: null
        $parameters: [ …4]
        $response: null
        $method: "render"
      }
    }
    /var/www/html/src/Controller/NoticiaController.php:868 {
      App\Controller\NoticiaController->viewAction(Request $request, $url) …
      › 
      › return $this->render(    '@Frontend/Noticia/noticia.html.twig',
      arguments: {
        $view: "@Frontend/Noticia/noticia.html.twig"
        $parameters: [ …4]
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:188 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10 …}
        $url: "dadasdasd_asdasd"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10 …}
        $type: 1
        &$controllerMetadata: Symfony\Component\HttpKernel\Event\ControllerArgumentsMetadata {#411 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:143 {
      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 {#10 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#10 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#184
  -records: [
    10 => [
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.396-05:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "view_noticia"
          "route_parameters" => [
            "_route" => "view_noticia"
            "_controller" => "App\Controller\NoticiaController::viewAction"
            "url" => "dadasdasd_asdasd"
          ]
          "request_uri" => "https://52.20.248.18/noticias/ver/dadasdasd_asdasd"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.400-05:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.400-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" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.400-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" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.400-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" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.400-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" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.401-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.401-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.401-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.401-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.401-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.402-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.402-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.402-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.402-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.402-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.402-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.403-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.403-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.404-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.404-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.405-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.405-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.408-05:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_pgsql"
            "host" => "ecommerce-dev-2025.cxmhy1leglsv.us-east-1.rds.amazonaws.com"
            "port" => 5432
            "dbname" => "ecommercedb"
            "user" => "dayscript"
            "password" => "<redacted>"
            "charset" => "UTF8"
            "idle_connection_ttl" => 600
            "driverOptions" => [
              "LoginTimeout" => 5
            ]
            "defaultTableOptions" => [
              "charset" => "UTF8"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.455-05:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.descripcion AS descripcion_3, t0.archivos AS archivos_4, t0.url AS url_5, t0.url_imagen AS url_imagen_6, t0.view_banner_top AS view_banner_top_7, t0.view_banner_bottom AS view_banner_bottom_8, t0.destacado AS destacado_9, t0.usuario_creacion AS usuario_creacion_10, t0.ultima_actualizacion AS ultima_actualizacion_11, t0.estado AS estado_12, t0.titulo_seo AS titulo_seo_13, t0.descripcion_seo AS descripcion_seo_14, t0.keywords AS keywords_15, t0.mostrar AS mostrar_16, t0.fecha_publicacion AS fecha_publicacion_17, t0.banner_top AS banner_top_18, t0.banner_bottom AS banner_bottom_19 FROM noticia t0 WHERE t0.url = ? AND t0.estado = ? LIMIT 1"
          "params" => [
            1 => "dadasdasd_asdasd"
            2 => 1
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#698
              +name: "STRING"
            }
            2 => Doctrine\DBAL\ParameterType {#701
              +name: "BOOLEAN"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.466-05:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT n0_.titulo AS titulo_0, n0_.url AS url_1 FROM noticia n0_ WHERE n0_.fecha_publicacion < ? AND n0_.estado = true ORDER BY n0_.fecha_publicacion DESC LIMIT 1"
          "params" => [
            1 => "2020-06-14 12:15:00"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#698}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.473-05:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT n0_.titulo AS titulo_0, n0_.url AS url_1 FROM noticia n0_ WHERE n0_.fecha_publicacion > ? AND n0_.estado = true ORDER BY n0_.fecha_publicacion ASC LIMIT 1"
          "params" => [
            1 => "2020-06-14 12:15:00"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#698}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.475-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT n0_.titulo AS titulo_0, n0_.url AS url_1 FROM noticia n0_ WHERE n0_.estado = true ORDER BY n0_.fecha_publicacion DESC LIMIT 3"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.479-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.482-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT e0_.Nombres AS nombres_0, e0_.id AS id_1 FROM estructura_ecommerce_es e0_, producto_es p1_ WHERE e0_.Status = 1 AND p1_.cat1 = e0_.id AND p1_.status_eCommerce = 1 AND p1_.status_infor = 1 ORDER BY e0_.Nombres ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.504-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT e0_.Nombres AS nombres_0, e0_.id AS id_1 FROM estructura_ecommerce_es e0_, producto_es p1_ WHERE e0_.Status = 1 AND e0_.Nivel = 2 AND p1_.cat1 = 198 AND p1_.cat2 = e0_.id ORDER BY e0_.Nombres ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.510-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT e0_.Nombres AS nombres_0, e0_.id AS id_1 FROM estructura_ecommerce_es e0_, producto_es p1_ WHERE e0_.Status = 1 AND e0_.Nivel = 2 AND p1_.cat1 = 201 AND p1_.cat2 = e0_.id ORDER BY e0_.Nombres ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.512-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT e0_.Nombres AS nombres_0, e0_.id AS id_1 FROM estructura_ecommerce_es e0_, producto_es p1_ WHERE e0_.Status = 1 AND e0_.Nivel = 2 AND p1_.cat1 = 200 AND p1_.cat2 = e0_.id ORDER BY e0_.Nombres ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.515-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT e0_.Nombres AS nombres_0, e0_.id AS id_1 FROM estructura_ecommerce_es e0_, producto_es p1_ WHERE e0_.Status = 1 AND e0_.Nivel = 2 AND p1_.cat1 = 199 AND p1_.cat2 = e0_.id ORDER BY e0_.Nombres ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.520-05:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT e0_.Nombres AS nombres_0, e0_.id AS id_1 FROM estructura_ecommerce_es e0_, producto_es p1_ WHERE e0_.Status = 1 AND e0_.Nivel = 2 AND p1_.cat1 = 212 AND p1_.cat2 = e0_.id ORDER BY e0_.Nombres ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.525-05:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("seccion") on a null variable in "@Frontend/Noticia/noticia.html.twig" at line 30." at noticia.html.twig line 30"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#1218
            #message: "Impossible to access an attribute ("seccion") on a null variable in "@Frontend/Noticia/noticia.html.twig" at line 30."
            #code: 0
            #file: "/var/www/html/src/Frontend/Resources/views/Noticia/noticia.html.twig"
            #line: 30
            -lineno: 30
            -rawMessage: "Impossible to access an attribute ("seccion") on a null variable."
            -source: Twig\Source {#909 …}
            -phpFile: "/var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php"
            -phpLine: 1752
            trace: {
              /var/www/html/src/Frontend/Resources/views/Noticia/noticia.html.twig:30 {
                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) …
                › {% if data.viewBannerTop %}    <div class="{{ data.bannerTop.seccion|upper == "principal"|upper ? "" : "container-md"}} mt-5 mb-5">        {% set img = data.bannerTop.imagenes|first %}
              }
              /var/www/html/var/cache/dev/twig/e7/e771552ad3dd7172f94b85480f6a0014.php:417 {
                __TwigTemplate_6c0c0adc61441e146899d85b864a8f46->block_bannerTopNoticia(array $context, array $blocks = []): iterable …
                › yield "                <div class=\"";yield (((Twig\Extension\CoreExtension::upper($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 30, $this->source); })()), "bannerTop", [], "any", false, false, false, 30), "seccion", [], "any", false, false, false, 30)) == Twig\Extension\CoreExtension::upper($this->env->getCharset(), "principal"))) ? ("") : ("container-md"));yield " mt-5 mb-5\">
                arguments: {
                  $env: Twig\Environment {#708 …}
                  $source: Twig\Source {#909 …}
                  $object: null
                  $item: "seccion"
                  $arguments: []
                  $type: "any"
                  $isDefinedTest: false
                  $ignoreStrictCheck: false
                  $sandboxed: false
                  $lineno: 30
                }
              }
              /var/www/html/vendor/twig/twig/src/Template.php:456 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
                ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …32]
                  $blocks: [ …12]
                }
              }
              /var/www/html/src/Frontend/Resources/views/Noticia/noticia.html.twig:28 {
                __TwigTemplate_6c0c0adc61441e146899d85b864a8f46->block_content(array $context, array $blocks = []): iterable …
                › <div class="bg-white {% if not data.viewBannerTop %}pt-5{% endif %}">    {% block bannerTopNoticia %}        {% if data.viewBannerTop %}
                arguments: {
                  $name: "bannerTopNoticia"
                  $context: [ …32]
                  $blocks: [ …12]
                }
              }
              /var/www/html/vendor/twig/twig/src/Template.php:456 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
                ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …32]
                  $blocks: [ …12]
                }
              }
              /var/www/html/var/cache/dev/twig/5e/5efacae5b363b1760004c8cc55c3b20a.php:704 {
                __TwigTemplate_c12276a33190eeab8aac546afc412a5a->doDisplay(array $context, array $blocks = []): iterable …
                › yield "\t\t\t\t";yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 1649
                arguments: {
                  $name: "content"
                  $context: [ …32]
                  $blocks: [ …12]
                }
              }
              /var/www/html/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …29]
                  $blocks: [ …8]
                }
              }
              /var/www/html/var/cache/dev/twig/e7/e771552ad3dd7172f94b85480f6a0014.php:60 {
                __TwigTemplate_6c0c0adc61441e146899d85b864a8f46->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("@Frontend/baseEcommerce.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
                  $context: [ …29]
                  $blocks: [ …12]
                }
              }
              /var/www/html/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …29]
                  $blocks: [ …8]
                }
              }
              /var/www/html/vendor/twig/twig/src/Template.php:366 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
                arguments: {
                  $context: [ …29]
                  $blocks: [ …8]
                }
              }
              /var/www/html/vendor/twig/twig/src/Template.php:381 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
                arguments: {
                  $context: [ …4]
                }
              }
              /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
                arguments: {
                  $context: [ …4]
                }
              }
              /var/www/html/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
                arguments: {
                  $context: [ …4]
                }
              }
              /var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
                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: "@Frontend/Noticia/noticia.html.twig"
                  $context: [ …4]
                }
              }
              /var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:477 {
                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: "@Frontend/Noticia/noticia.html.twig"
                  $block: null
                  $parameters: [ …4]
                  $method: "render"
                }
              }
              /var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:281 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
                arguments: {
                  $view: "@Frontend/Noticia/noticia.html.twig"
                  $block: null
                  $parameters: [ …4]
                  $response: null
                  $method: "render"
                }
              }
              /var/www/html/src/Controller/NoticiaController.php:868 {
                App\Controller\NoticiaController->viewAction(Request $request, $url) …
                › 
                › return $this->render(    '@Frontend/Noticia/noticia.html.twig',
                arguments: {
                  $view: "@Frontend/Noticia/noticia.html.twig"
                  $parameters: [ …4]
                }
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:188 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#10 …}
                  $url: "dadasdasd_asdasd"
                }
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#10 …}
                  $type: 1
                  &$controllerMetadata: Symfony\Component\HttpKernel\Event\ControllerArgumentsMetadata {#411 …}
                }
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:143 {
                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 {#10 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#10 …}
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.615-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.615-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.615-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.615-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.615-05:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.620-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.620-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Frontend\Listeners\LoginListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.621-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.621-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.621-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Frontend\Listeners\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.622-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.623-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.623-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.623-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.623-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.623-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1707 => [
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.535-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.535-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.535-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.535-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.535-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.536-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.536-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.536-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.536-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.536-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.536-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.537-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.537-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.537-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.538-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.538-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.538-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.611-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.612-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Frontend\Listeners\LoginListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.612-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.612-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\Frontend\Listeners\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.613-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1785181125
        "timestamp_rfc3339" => "2026-07-27T14:38:45.614-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    10 => 1
    1707 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#183 …}
}

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"
accept-language
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"no-cache"
connection
"Keep-Alive"
host
"52.20.248.18"
pragma
"no-cache"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
x-amzn-trace-id
"Root=1-6a67b3c5-36d05ba95b556bff5fca5575"
x-forwarded-for
"43.159.136.201, 172.31.37.224"
x-forwarded-host
"52.20.248.18"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"boschecommerce.blubear.io"
x-php-ob-level
"0"

Request Content

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

Retry Command

curl \
  --compressed \
  --url 'https://52.20.248.18/noticias/ver/dadasdasd_asdasd' \
  --header 'X-Forwarded-For: 43.159.136.201, 172.31.37.224' \
  --header 'X-Forwarded-Proto: https' \
  --header 'X-Forwarded-Port: 443' \
  --header 'X-Amzn-Trace-Id: Root=1-6a67b3c5-36d05ba95b556bff5fca5575' \
  --header 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' \
  --header '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' \
  --header 'Accept-Encoding: gzip' \
  --header 'Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7' \
  --header 'Cache-Control: no-cache' \
  --header 'Pragma: no-cache' \
  --header 'Upgrade-Insecure-Requests: 1' \
  --header 'X-Forwarded-Host: 52.20.248.18' \
  --header 'X-Forwarded-Server: boschecommerce.blubear.io' \
  --header 'Connection: Keep-Alive' \
  --header 'X-Php-Ob-Level: 0'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 27 Jul 2026 19:38:45 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22seccion%22%29%20on%20a%20null%20variable%20in%20%22%40Frontend%2FNoticia%2Fnoticia.html.twig%22%20at%20line%2030."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fsrc%2FFrontend%2FResources%2Fviews%2FNoticia%2Fnoticia.html.twig:30"
x-debug-token
"82f93b"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Mon, 27 Jul 26 14:38:45 -0500"
Last used
"Mon, 27 Jul 26 14:38:45 -0500"
Lifetime
0

Session Attributes

Attribute Value
redirect_product
null

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 57
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 65
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 113
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 44
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 84
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Twig\Extension\CoreExtension:1918
[
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1918
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/var/cache/dev/twig/5e/5efacae5b363b1760004c8cc55c3b20a.php"
    "line" => 280
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c12276a33190eeab8aac546afc412a5a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/var/cache/dev/twig/e7/e771552ad3dd7172f94b85480f6a0014.php"
    "line" => 60
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6c0c0adc61441e146899d85b864a8f46"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 477
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 281
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/src/Controller/NoticiaController.php"
    "line" => 868
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "viewAction"
    "class" => "App\Controller\NoticiaController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ACCESS_DENIED_MSJ
"Actualmente no tiene permisos para acceder a esta acción."
ANIO_FIN_FAB
"3000"
ANIO_INICIO_FAB
"1930"
API_JWT_KEY
"062e4abf2fbe1f3e94092d4a644d0f6583f74c0d9e90318007ea4f2d9626db4a"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"40b993dd16597b058f9c10dbf47feaf4"
DATABASE_HOST
"ecommerce-dev-2025.cxmhy1leglsv.us-east-1.rds.amazonaws.com"
DATABASE_NAME
"ecommercedb"
DATABASE_PASSWORD
"sEUlTDszmbQoQF"
DATABASE_PORT
"5432"
DATABASE_USER
"dayscript"
DEFAULT_EMAIL_USER
"facturacion.electronica@tecnova.com.ec"
GET_ORDER
"https://api.boschecuador.com/Service1.svc/GetOrder"
HOST_ELASTICA
"elasticsearch"
ID_DRPV
"B2C_DRPV"
ID_VMIED
"B2C_VMIED"
KEY_GOOGLE_MAP
"AIzaSyBO4i9SH9eU4Oduao4n2_fkZFUbZYpBFoU"
KEY_RECAPTCHA
"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
KEY_SERVER_RECAPTCHA
"6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
LIMIT_HITS
"250"
MAILER_DSN
"smtp://apikey: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@smtp.sendgrid.net:587?encryption=tls"
MAILER_ENCRYPTION
"tls"
MAILER_FROM
"info@tecnova.com.ec"
MAILER_HOST
"smtp.sendgrid.net"
MAILER_NAME
"Tecnova"
MAILER_PASSWORD
"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"
MAILER_PORT
"587"
MAILER_SENDER_ADDRESS
"info@tecnova.com.ec"
MAILER_TRANSPORT
"smtp"
MAILER_USER
"apikey"
PASS_WS
"dev"
PATH_WS
"https://api.boschecuador.com/Service1.svc/"
PATH_WS_PORT
"443"
PATH_WS_SOAP
"http://161.47.96.247/ebillingV3.Consultas/"
PORT_ELASTICA
"9200"
PROTOCOL_ELASTICA
"http"
PTP_LOGIN
"92747d53d5cb3fbaec8d3a32122e4b1f"
PTP_LOGIN_AGENT
"eda00c6a3213474f3f633a1c15aed051"
PTP_SECRET_KEY
"IuQm5Hk5G5o5PLWo"
PTP_SECRET_KEY_AGENT
"iaa2YxgMyd2POq3l"
PTP_URL_REDIRECTION
"https://test.placetopay.ec/redirection/api/session"
PTP_URL_REDIRECTION_AGENT
"https://test.placetopay.ec/api/session"
RUC_TECNOVA
"0990032815001"
TEMA_V2
"1"
TRACK_ORDERS
"https://api.boschecuador.com/Service1.svc/trackOrders"
URL_FACTURA_STUPENDO
"https://app.stupendo.ec/api/consultarDocumento"
URL_NOTIFICACIONES_PUSH
"https://fcm.googleapis.com/v1/projects/tecnova-app-tecnicos/messages:send"
USERNAME_WS
"ecommerce"
USER_WS
"ecommerce"

Defined as regular env variables

Key Value
"dev"
APACHE_CONFDIR
"/etc/apache2"
APACHE_ENVVARS
"/etc/apache2/envvars"
APACHE_LOCK_DIR
"/var/lock/apache2"
APACHE_LOG_DIR
"/var/log/apache2"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
APACHE_RUN_DIR
"/var/run/apache2"
APACHE_RUN_GROUP
"www-data"
APACHE_RUN_USER
"www-data"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/public"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOSTNAME
"0a4555efcbc9"
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"
HTTP_ACCEPT_LANGUAGE
"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"52.20.248.18"
HTTP_PRAGMA
"no-cache"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
HTTP_X_AMZN_TRACE_ID
"Root=1-6a67b3c5-36d05ba95b556bff5fca5575"
HTTP_X_FORWARDED_FOR
"43.159.136.201, 172.31.37.224"
HTTP_X_FORWARDED_HOST
"52.20.248.18"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"boschecommerce.blubear.io"
LANG
"C"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.7.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"01ba2ed1c2658dacf91bebc8be6a4885f69b811c7993831fc48e26107ab29985"
PHP_URL
"https://www.php.net/distributions/php-8.5.7.tar.xz"
PHP_VERSION
"8.5.7"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/noticias/ver/dadasdasd_asdasd"
REMOTE_ADDR
"172.18.0.1"
REMOTE_PORT
"51978"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1785181125
REQUEST_TIME_FLOAT
1785181125.3833
REQUEST_URI
"/noticias/ver/dadasdasd_asdasd"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.18.0.4"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"52.20.248.18"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.67 (Debian) Server at 52.20.248.18 Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.67 (Debian)"
SHLVL
"0"
SYMFONY_DOTENV_PATH
"/var/www/html/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,TEMA_V2,DATABASE_HOST,DATABASE_PORT,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,MAILER_FROM,MAILER_NAME,MAILER_TRANSPORT,MAILER_HOST,MAILER_USER,MAILER_PASSWORD,MAILER_ENCRYPTION,MAILER_PORT,MAILER_SENDER_ADDRESS,DEFAULT_EMAIL_USER,MAILER_DSN,HOST_ELASTICA,PORT_ELASTICA,PROTOCOL_ELASTICA,LIMIT_HITS,PATH_WS,PATH_WS_PORT,PATH_WS_SOAP,USERNAME_WS,USER_WS,PASS_WS,TRACK_ORDERS,GET_ORDER,URL_FACTURA_STUPENDO,URL_NOTIFICACIONES_PUSH,PTP_LOGIN,PTP_SECRET_KEY,PTP_URL_REDIRECTION,PTP_LOGIN_AGENT,PTP_SECRET_KEY_AGENT,PTP_URL_REDIRECTION_AGENT,KEY_RECAPTCHA,KEY_SERVER_RECAPTCHA,KEY_GOOGLE_MAP,ACCESS_DENIED_MSJ,RUC_TECNOVA,ANIO_INICIO_FAB,ANIO_FIN_FAB,ID_DRPV,ID_VMIED,API_JWT_KEY,APP_DEBUG"

Parent Request

Return to parent request (token = c89e1f)

Key Value
_controller
"App\Controller\NoticiaController::viewAction"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#423
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/noticias/ver/{url}"
    +name: "view_noticia"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"view_noticia"
_route_params
[
  "url" => "dadasdasd_asdasd"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#258
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#320 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#364
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#362 …}
  }
]
_stopwatch_token
"2a950f"
url
"dadasdasd_asdasd"