https://34.67.65.68/content/.git/config

ContentController :: getContent

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\ContentController::getContent"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"content_page"
_route_params
[
  "id" => ".git"
  "title" => "config"
]
id
".git"
title
"config"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.5"
connection
"keep-alive"
host
"34.67.65.68"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 17 Sep 2025 00:20:27 GMT"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22metaTitle%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fhuguenottunnel%2Ftemplates%2Ffrontend%2Fcontent.html.twig:7"
x-debug-token
"eabe40"
x-previous-debug-token
"228a1a"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"82864a2380672086ef13c3830958fa58"
DATABASE_URL
"mysql://symfony:Q6l7@f7tp!@localhost:3306/huguenot"
GOOGLE_API_KEY
"AIzaSyB25CV2qcEXkFc9ZWAs1Ck7ygTQ1cNaPxs"
GOOGLE_CLIENT_ID
"704534741910-7au3j61ufj5jg8n9lnsrg68bb5bl87q1.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"1TKDL1McCdEwhlN8FfVbV7Vp"
MAILER_DSN
"smtp://smtp-outbound-3.nerdw.com:587"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/huguenottunnel/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/huguenottunnel/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"34.67.65.68"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/content/.git/config"
REMOTE_ADDR
"47.128.118.99"
REMOTE_PORT
"37026"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758068427
REQUEST_TIME_FLOAT
1758068427.533
REQUEST_URI
"/content/.git/config"
SCRIPT_FILENAME
"/var/www/html/huguenottunnel/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.128.0.8"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"34.67.65.68"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET"

Sub Requests 1

ErrorController (token = 228a1a)

Key Value
_controller
"error_controller"
exception
Twig\Error\RuntimeError {#745
  -lineno: 7
  -name: "frontend/content.html.twig"
  -rawMessage: "Impossible to access an attribute ("metaTitle") on a null variable."
  -sourcePath: "/var/www/html/huguenottunnel/templates/frontend/content.html.twig"
  -sourceCode: """
    {% extends 'base.html.twig' %}\n
        {% block meta_title %}\n
            {% set metaTitle = content.metaTitle %}\n
            {{ metaTitle }}\n
        {% endblock %}\n
        {% block meta_decription %}\n
            {% set metaTitle = content.metaTitle %}\n
            {% set metaDescription = content.metaDescription %}\n
            <meta name="twitter:card" content="summary" />\n
            <meta name="twitter:site" content="Sanral" />\n
            <meta name="twitter:title" content="{{ metaTitle }}" />\n
            <meta name="twitter:description" content="{{ metaDescription }}" />\n
            <meta name="twitter:image" content="https://ap-live.nerdw.com/images/banner/about-banner.jpg" />\n
            <meta name="twitter:url" content="{{ app.request.uri }}" />\n
    \n
            <meta name="og:image" content="https://ap-live.nerdw.com/images/banner/about-banner.jpg" />\n
            <meta name="og:title" content="{{ metaTitle }}" />\n
            <meta name="og:description" content="{{ metaDescription }}" />\n
            <meta name="og:url" content="{{ app.request.uri }}" />\n
            <meta name="description" content="{{ metaDescription }}">\n
        {% endblock %}\n
        {% block stylesheets %}\n
            {{ parent() }}\n
        {% endblock %}\n
    \n
        {% block layout %}\n
    \n
            <!-- Banner -->\n
            <div class="fl-builder-content fl-builder-content-14 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="14">\n
                <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5df0d4098ab6f fl-row-bg-overlay" data-node="5df0d4098ab6f">\n
                    <div style="background-image: url('../../images/banners/{{ content.banner }}');    background-repeat: no-repeat;\n
                            background-position: center bottom;\n
                            background-attachment: scroll;\n
                            background-size: cover;\n
                            border-style: solid;\n
                            border-width: 0;\n
                            background-clip: border-box;\n
                            border-color: #007663;\n
                            border-bottom-width: 5px;" class="fl-row-content-wrap">\n
                        <div class="uabb-row-separator uabb-top-row-separator"></div>\n
                        <div class="fl-row-content fl-row-fixed-width fl-node-content">\n
                            <div class="fl-col-group fl-node-5df0d4098ab68" data-node="5df0d4098ab68">\n
                                <div class="fl-col fl-node-5df0d4098ab6c" data-node="5df0d4098ab6c">\n
                                    <div class="fl-col-content fl-node-content">\n
                                        <div class="fl-module fl-module-pp-heading fl-node-5df0d4098ab6e" data-node="5df0d4098ab6e">\n
                                            <div class="fl-module-content fl-node-content">\n
                                                <div class="pp-heading-content">\n
                                                    <div class="pp-heading pp-left">\n
                                                        <h2 class="heading-title">\n
                                                            <span class="title-text pp-primary-title">{{ content.title }}</span>\n
                                                        </h2>\n
                                                    </div>\n
                                                    <div class="pp-heading-separator line_only pp-left">\n
                                                        <span class="pp-separator-line"></span>\n
                                                    </div>\n
                                                </div>\n
                                            </div>\n
                                        </div>\n
                                    </div>\n
                                </div>\n
                            </div>\n
                        </div>\n
                    </div>\n
                </div>\n
    \n
                <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5df0d55b68c98" data-node="5df0d55b68c98">\n
                    <div class="fl-row-content-wrap">\n
                        <div class="uabb-row-separator uabb-top-row-separator"></div>\n
                        <div class="fl-row-content fl-row-fixed-width fl-node-content">\n
                            <div class="fl-col-group fl-node-5df0d55b68c8e" data-node="5df0d55b68c8e">\n
                                <div class="fl-col fl-node-5df0d55b68c94 fl-animation fl-fade-down fl-animated" data-node="5df0d55b68c94" data-animation-delay="0" data-animation-duration="1" style="animation-duration: 1s;">\n
                                    <div class="fl-col-content fl-node-content">\n
                                        <div class="fl-module fl-module-pp-heading fl-node-5df0d57e460ad" data-node="5df0d57e460ad">\n
                                            <div class="fl-module-content fl-node-content">\n
                                                <div class="pp-heading-content">\n
                                                    <div class="pp-heading pp-left">\n
                                                        <h2 class="heading-title">\n
                                                            <span class="title-text pp-primary-title">\n
                                                                {{ content.title }}\n
                                                            </span>\n
                                                        </h2>\n
                                                    </div>\n
                                                    <div class="pp-heading-separator line_only pp-left">\n
                                                        <span class="pp-separator-line"></span>\n
                                                    </div>\n
                                                    <div class="pp-sub-heading">\n
                                                        {{ content.copy|raw }}\n
                                                    </div>\n
                                                </div>\n
                                            </div>\n
                                        </div>\n
                                    </div>\n
                                </div>\n
                            </div>\n
                        </div>\n
                    </div>\n
                </div>\n
            </div>\n
        {% endblock %}
    """
  #message: "Impossible to access an attribute ("metaTitle") on a null variable."
  #code: 0
  #file: "/var/www/html/huguenottunnel/templates/frontend/content.html.twig"
  #line: 7
  trace: {
    /var/www/html/huguenottunnel/templates/frontend/content.html.twig:7 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › {% block meta_decription %}    {% set metaTitle = content.metaTitle %}    {% set metaDescription = content.metaDescription %}
    }
    /var/www/html/huguenottunnel/var/cache/dev/twig/4b/4b6fc18fba32034659154c47d619b34d76b2c16ae669e2558a01622398b38b00.php:98 {
      __TwigTemplate_a545fd77fabb4dc2e20a252509548a4dbc52fb48db449fe40cb4b078e86d3949->block_meta_decription($context, array $blocks = []) …
      › echo "        ";$context["metaTitle"] = twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 7, $this->source); })()), "metaTitle", [], "any", false, false, false, 7);// line 8
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/huguenottunnel/templates/base.html.twig:7 {
      __TwigTemplate_91c1cca99122432c9610e8fca37b997bb4e194f43c72d6617f37af1b9b1a34c8->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block meta_decription %}    <meta name="description" content="Sanral">
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/html/huguenottunnel/var/cache/dev/twig/4b/4b6fc18fba32034659154c47d619b34d76b2c16ae669e2558a01622398b38b00.php:51 {
      __TwigTemplate_a545fd77fabb4dc2e20a252509548a4dbc52fb48db449fe40cb4b078e86d3949->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "frontend/content.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /var/www/html/huguenottunnel/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/html/huguenottunnel/vendor/symfony/framework-bundle/Controller/AbstractController.php:249 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/html/huguenottunnel/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/html/huguenottunnel/src/Controller/ContentController.php:24 {
      App\Controller\ContentController->getContent($id, $title) …
      ›     'content' => $repo,    'page' => $title]);
    }
    /var/www/html/huguenottunnel/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/huguenottunnel/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/html/huguenottunnel/vendor/symfony/http-kernel/Kernel.php:196 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/huguenottunnel/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#77 …6}