https://eg.apunts.es/de/comprobar_gradeada/

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
"b535ea"
exception
ErrorException {#196
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/session) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 86
  #severity: E_NOTICE
  trace: {
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:86 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:62 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:139 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-foundation/Session/Session.php:62 {
      Symfony\Component\HttpFoundation\Session\Session->start(): bool …
      › {    return $this->storage->start();}
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:82 {
      Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->hasToken(string $tokenId): bool …
      › if (!$session->isStarted()) {    $session->start();}
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/security-csrf/CsrfTokenManager.php:74 {
      Symfony\Component\Security\Csrf\CsrfTokenManager->getToken(string $tokenId): CsrfToken …
      › $namespacedId = $this->getNamespace().$tokenId;if ($this->storage->hasToken($namespacedId)) {    $value = $this->storage->getToken($namespacedId);
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php:78 {
      Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension->finishView(FormView $view, FormInterface $form, array $options) …
      › $tokenId = $options['csrf_token_id'] ?: ($form->getName() ?: \get_class($form->getConfig()->getType()->getInnerType()));$data = (string) $options['csrf_token_manager']->getToken($tokenId);}
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/form/ResolvedFormType.php:158 {
      Symfony\Component\Form\ResolvedFormType->finishView(FormView $view, FormInterface $form, array $options) …
      ›     /* @var FormTypeExtensionInterface $extension */    $extension->finishView($view, $form, $options);}
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:113 {
      Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView(FormView $view, FormInterface $form, array $options) …
      › {    $this->proxiedType->finishView($view, $form, $options);}
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/form/ResolvedFormType.php:151 {
      Symfony\Component\Form\ResolvedFormType->finishView(FormView $view, FormInterface $form, array $options) …
      › if (null !== $this->parent) {    $this->parent->finishView($view, $form, $options);}
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:113 {
      Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView(FormView $view, FormInterface $form, array $options) …
      › {    $this->proxiedType->finishView($view, $form, $options);}
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/form/Form.php:1005 {
      Symfony\Component\Form\Form->createView(FormView $parent = null): FormView …
      › 
      › $type->finishView($view, $this, $options);}
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/src/Controller/Publico/ComprobarGradeadaController.php:78 {
      App\Controller\Publico\ComprobarGradeadaController->indexAction(Request $request): Response …
      › return $this->render(self::BASEDIR.'/comprobar/grad_comprobar_registro.html.twig', [    'form' => $form->createView(),    'BaseDir' => self::BASEDIR,
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/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);}
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/public/index.php:13 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#269 …6}

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
"close"
host
"eg.apunts.es"
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 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"47.128.98.24"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 18 Sep 2025 09:14:24 GMT"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsession%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fapunts.es%2Feg.apunts.es%2Feuropeangrading-app-web%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:86"
x-debug-token
"2f9406"

Cookies

Request Cookies

No request cookies

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
"2977116c8d44df57009b2e095a419995"
BASE_URL
"%env(resolve:SCHEMA)%://%env(resolve:HOST)%"
DATABASE_URL
"mysql://admin_eg:7y08bmG8%25@127.0.0.1:3306/admin_eg?serverVersion=5.7"
DATABASE_URL_OLD
"sqlite:///%kernel.project_dir%/public/cms.sqlite"
HOST
"127.0.0.1:8000"
MAILER_DSN
"smtp://alvaro%40grupapunts.es:alv4343%40@mail.grupapunts.es:25?verify_peer=false"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PATH_FORMTHEMES
"form_themes/"
PATH_PARTIALS
"includes/partials"
RECAPTCHA3_KEY
"6LcL2_0fAAAAAO1Hc1nTXeIzFBur90KkmEf8f496"
RECAPTCHA3_SECRET
"6LcL2_0fAAAAAGYSfC-WQ0qP7oisQ60iDVm6g7Ze"
SCHEMA
"https"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/apunts.es"
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
"close"
HTTP_HOST
"eg.apunts.es"
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 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"47.128.98.24"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_SSL_TLS_SNI
"eg.apunts.es"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aMvNbh7dU0zkdqSPeQOczQAAANM"
REDIRECT_URL
"/de/comprobar_gradeada/"
REMOTE_ADDR
"47.128.98.24"
REMOTE_PORT
"52010"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758186862
REQUEST_TIME_FLOAT
1758186862.8271
REQUEST_URI
"/de/comprobar_gradeada/"
SCRIPT_FILENAME
"/var/www/vhosts/apunts.es/eg.apunts.es/europeangrading-app-web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"84.246.210.98"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"eg.apunts.es"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"eg.apunts.es"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,DATABASE_URL_OLD,MAILER_DSN,PATH_PARTIALS,PATH_FORMTHEMES,HOST,SCHEMA,BASE_URL,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH"
UNIQUE_ID
"aMvNbh7dU0zkdqSPeQOczQAAANM"
USER
"alexapu"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = ff73f3)

Key Value
_controller
"App\Controller\Publico\ComprobarGradeadaController::indexAction"
_firewall_context
"security.firewall.map.context.main"
_locale
"de"
_remove_csp_headers
true
_route
"check_index"
_route_params
[
  "_locale" => "de"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"2253e1"