https://educatii.com/reset-password

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d0b1a0"
exception
Twig\Error\RuntimeError {#1037
  -lineno: 27
  -name: "nav_simple.html.twig"
  -rawMessage: "Variable "blog_name" does not exist."
  -sourcePath: "/var/www/html/educatii/templates/nav_simple.html.twig"
  -sourceCode: """
    <nav id="main-nav" class="navbar fixed-top" style="">\n
        <div class="container-fluid">\n
            <a class="navbar-brand" href="{{ path('index') }}">\n
                <img class="" style="max-height: 45px" src="{{ asset('assets/logo.png') }}">\n
            </a>\n
    \n
    \n
            <ul class="breadcrumb breadcrumb-separatorless fw-bold fs-7 pt-1">\n
                <li class="breadcrumb-item text-dark">\n
                    <a href="#" class="ml-4" data-kt-menu-trigger="click"\n
                       data-kt-menu-placement="bottom-start">\n
                        <img  class="" style="width: 30px;height: 30px" src="{{ asset('assets/dot.png') }}" alt="">\n
                    </a>\n
    \n
    \n
    \n
                    <div class="menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold fs-7 w-200px py-4"\n
                         data-kt-menu="true">\n
    \n
                        <div class="menu-item px-3">\n
                            <a href="{{ path('app_about') }}" class="menu-link px-3">\n
                                {{ 'about_educatii'|trans }}\n
                            </a>\n
                        </div>\n
                        <div class="menu-item px-3">\n
                            <a href="{{ path('blog_page') }}" class="menu-link px-3">\n
                                {% if blog_name == ''%} {{ 'blog_title'|trans}} {% else%} {{ blog_name|raw }} {% endif%}\n
                            </a>\n
                        </div>\n
    \n
                        <div class="menu-item px-3">\n
                            <a href="{{ path('app_contact') }}" class="menu-link px-3">\n
                                {{ 'contact'|trans }}\n
                            </a>\n
                        </div>\n
    \n
                        <div class="menu-item px-3">\n
                            <a href="{{ path('app_cgu') }}" class="menu-link px-3">\n
                                {{ 'cgu'|trans }}\n
                            </a>\n
                        </div>\n
                        <div class="menu-item px-5 ml-3">\n
                            {% if languages|length == 3 %}\n
    \n
                                {% if app.request.cookies.get('lang') == 'third' %}\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('first')" > <span class="fa fa-globe"></span> {{ first_language }} </a>&nbsp;|&nbsp;\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('second')" > <span class="fa fa-globe"></span> {{ second_language }} </a> &nbsp;&nbsp;\n
                                {% elseif app.request.cookies.get('lang') == 'second' %}\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('first')" > <span class="fa fa-globe"></span> {{ 'first_language'|trans }} </a>&nbsp;|&nbsp;\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('third')" ><span class="fa fa-globe"></span> {{ third_language }} </a> &nbsp;&nbsp;\n
                                {% else %}\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('second')" > <span class="fa fa-globe"></span> {{ 'second_language'|trans }} </a>&nbsp;|&nbsp;\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('third')" > <span class="fa fa-globe"></span> {{ third_language}} </a> &nbsp;&nbsp;\n
                                {% endif %}\n
                            {% elseif languages|length == 2  %}\n
                                {% if app.request.cookies.get('lang') == 'second' %}\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('first')" ><span class="fa fa-globe"></span> {{ first_language}} </a>\n
                                {% else %}\n
                                    <a class="lang" } style="font-size: 10px;" href="javascript:void(0)" onclick="changeLang('second')" > <span class="fa fa-globe"></span> {{ second_language}} </a>\n
                                {% endif %}\n
                            {% else %}\n
    \n
                            {% endif %}\n
                        </div>\n
                        <div class="menu-item px-3">\n
                            {% if app.user == 'anon.' or app.user == null %}\n
    \n
                                <a href="{{ path('login') }}"  class="menu-link px-2"><span class="fa fa-key" style="margin-right: 4px"></span> {{ 'login'|trans }}</a>\n
    \n
                            {% endif %}\n
                        </div>\n
    \n
                    </div>\n
                </li>\n
    \n
            </ul>\n
    \n
        </div>\n
    </nav>\n
    """
  #message: "Variable "blog_name" does not exist."
  #code: 0
  #file: "/var/www/html/educatii/templates/nav_simple.html.twig"
  #line: 27
  trace: {
    /var/www/html/educatii/templates/nav_simple.html.twig:27 {
      __TwigTemplate_8f432dcecd5d8cb37a65e27d399c8f535cb2acdf3bbf979749a1b6a8047b50c6->{closure} …
      › <a href="{{ path('blog_page') }}" class="menu-link px-3">    {% if blog_name == ''%} {{ 'blog_title'|trans}} {% else%} {{ blog_name|raw }} {% endif%}</a>
    }
    /var/www/html/educatii/templates/nav_simple.html.twig:27 {
      __TwigTemplate_8f432dcecd5d8cb37a65e27d399c8f535cb2acdf3bbf979749a1b6a8047b50c6->doDisplay(array $context, array $blocks = []) …
      › <a href="{{ path('blog_page') }}" class="menu-link px-3">    {% if blog_name == ''%} {{ 'blog_title'|trans}} {% else%} {{ blog_name|raw }} {% endif%}</a>
    }
    /var/www/html/educatii/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/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));}
      arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/templates/base_simple.html.twig:15 {
      __TwigTemplate_ae876238596a78779299a88d9c140b70f0058d3c68d7eb02426f7cc07f418e25->doDisplay(array $context, array $blocks = []) …
      › <body id="kt_body" class="aside-enabled container-fluid">{% include 'nav_simple.html.twig' %}<div class=" mt-lg-20 mt-md-20 mt-sm-20 main-body">
      arguments: {
        $context: [ …4]
      }
    }
    /var/www/html/educatii/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/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));}
      arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/var/cache/dev/twig/82/820d8522a4458d60fd5565ee77ea953de78d5cec13a6360b82063ff5c28d0931.php:50 {
      __TwigTemplate_23df0afc3ad7d6ad2d9e91f29d7c13624cfd4caa483899119784faca9813d156->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base_simple.html.twig", "reset_password/request.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/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));}
      arguments: {
        $context: [ …4]
        $blocks: [ …3]
      }
    }
    /var/www/html/educatii/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …2]
      }
    }
    /var/www/html/educatii/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] ?? []);}
      arguments: {
        $context: [ …2]
        ...: {
          []
        }
      }
    }
    /var/www/html/educatii/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …2]
      }
    }
    /var/www/html/educatii/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "reset_password/request.html.twig"
        $context: [ …2]
      }
    }
    /var/www/html/educatii/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);arguments: {
        $view: "reset_password/request.html.twig"
        $parameters: [ …2]
      }
    }
    /var/www/html/educatii/src/Controller/ResetPasswordController.php:111 {
      App\Controller\ResetPasswordController->request(Request $request, MailerInterface $mailer): Response …
      ›     }    return $this->render('reset_password/request.html.twig', $this->siteInfo);}
      arguments: {
        $view: "reset_password/request.html.twig"
        $parameters: [ …2]
      }
    }
    /var/www/html/educatii/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $mailer: Symfony\Component\Mailer\Mailer {#765 …}
      }
    }
    /var/www/html/educatii/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
      }
    }
    /var/www/html/educatii/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/educatii/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
    /var/www/html/educatii/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/educatii/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/educatii/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#89 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
content-length
""
content-type
""
from
"gptbot(at)openai.com"
host
"educatii.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"672060120"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 14 Oct 2025 15:03:26 GMT"
x-debug-exception
"Variable%20%22blog_name%22%20does%20not%20exist."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Feducatii%2Ftemplates%2Fnav_simple.html.twig:27"
x-debug-token
"498ecf"

Cookies

Request Cookies

Key Value
lang
"first"

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"bcefce0c2e8d8c79b35e6590a758a5be"
BASE_URL
"https://educatii.com"
BASE_URL_EDITOR_FILE
"https://educatii.com/userfiles/"
BASE_URL_WWW
"http://localhost/schools/"
CORS_ALLOW_ORIGIN
"*"
DATABASE_URL
"mysql://admin:howtoforge.007@127.0.0.1:3306/school_admin?serverVersion=mariadb-10.6.4"
FULL_ACCESS_DB_PASSWORD
"howtoforge.007"
FULL_ACCESS_DB_PDO
"mysql:host=127.0.0.1"
FULL_ACCESS_DB_USER
"admin"
LOCK_DSN
"semaphore"
MAILER_DSN
"gmail://r.njomorostand@gmail.com:rsgfajkmfslhlzse@default"
MAILER_SENDER
"r.njomorostand@gmail.com"
MAILER_URL
"gmail://r.njomorostand@gmail.com:rsgfajkmfslhlzse@default"
SCHOOL_BASE_SQL
"school_app.sql"
SCHOOL_FOLDER
"schools"
TEMPLATE_SCHOOL_DIR
"school_template"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/html/educatii/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"educatii.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"672060120"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"20.171.207.3"
REMOTE_PORT
"60778"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1760454206
REQUEST_TIME_FLOAT
1760454206.7751
REQUEST_URI
"/reset-password"
SCRIPT_FILENAME
"/var/www/html/educatii/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"38.242.253.41"
SERVER_NAME
"educatii.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,LOCK_DSN,MAILER_URL,MAILER_SENDER,BASE_URL,BASE_URL_WWW,SCHOOL_FOLDER,TEMPLATE_SCHOOL_DIR,FULL_ACCESS_DB_PDO,FULL_ACCESS_DB_USER,FULL_ACCESS_DB_PASSWORD,SCHOOL_BASE_SQL,BASE_URL_EDITOR_FILE,CORS_ALLOW_ORIGIN"
USER
"www-data"

Parent Request

Return to parent request (token = 60724c)

Key Value
_controller
"App\Controller\ResetPasswordController::request"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_forgot_password_request"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"d71d29"