Error 500 Internal Server Error

GET https://esst.v-schl.com/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"795172"
exception
ErrorException {#685
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/html/esst/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 87
  #severity: E_NOTICE
  trace: {
    /var/www/html/esst/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:87 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /var/www/html/esst/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:64 {
      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/html/esst/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
      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/html/esst/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/html/esst/vendor/symfony/http-foundation/Session/Session.php:201 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/html/esst/vendor/symfony/http-foundation/Session/Session.php:221 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/html/esst/vendor/symfony/http-foundation/Session/Session.php:74 {
      Symfony\Component\HttpFoundation\Session\Session->set(string $name, mixed $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /var/www/html/esst/vendor/symfony/security-http/Util/TargetPathTrait.php:28 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath(SessionInterface $session, string $firewallName, string $uri) …
      › {    $session->set('_security.'.$firewallName.'.target_path', $uri);}
    }
    /var/www/html/esst/vendor/symfony/security-http/Firewall/ExceptionListener.php:224 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath(Request $request) …
      › if ($request->hasSession() && $request->isMethodSafe() && !$request->isXmlHttpRequest()) {    $this->saveTargetPath($request->getSession(), $this->firewallName, $request->getUri());}
    }
    /var/www/html/esst/vendor/symfony/security-http/Firewall/ExceptionListener.php:195 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
      › if (!$this->stateless) {    $this->setTargetPath($request);}
    }
    /var/www/html/esst/vendor/symfony/security-http/Firewall/ExceptionListener.php:148 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception) …
      › 
      ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
    }
    /var/www/html/esst/vendor/symfony/security-http/Firewall/ExceptionListener.php:103 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event) …
      › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
    /var/www/html/esst/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/html/esst/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/esst/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/html/esst/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/html/esst/vendor/symfony/http-kernel/HttpKernel.php:221 {
      Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
      › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
    /var/www/html/esst/vendor/symfony/http-kernel/HttpKernel.php:89 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->handleThrowable($e, $request, $type);} finally {
    }
    /var/www/html/esst/vendor/symfony/http-kernel/Kernel.php:184 {
      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/html/esst/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/html/esst/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/esst/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/esst/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#250 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
host
"esst.v-schl.com"
user-agent
"Python/3.13 aiohttp/3.13.3"
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
"Sun, 01 Mar 2026 06:03:14 GMT"
vary
"Accept"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fesst%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:87"
x-debug-token
"ba904e"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/html/esst/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/esst/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/esst/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_VSCHL
"https://esst.v-schl.com/"
APP_ENV
"dev"
APP_SECRET
"5a56e2edab8291bff5fee7635d5cd4f6"
CENTERNAME
"ESST-BENIN"
CHATSTORAGE
"https://chatstorage.esgt-benin.com/api/"
CORS_ALLOW_ORIGIN
"https://esst-portal.web.app"
DATABASE_URL
"mysql://esct_usr:f357Et_P6i66@127.0.0.1:3306/esstvschooldb"
JWT_PASSPHRASE
"64ad92214460634f36113d38910721412f2567f0380f650bd50bc5c0bd5d0d02"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://esctmail@v-schl.com:b6HJDzdEY334@mail.v-schl.com:465"
MAILER_FROM_HEADER
""ESST-BENIN" <esstmail@v-schl.com>"
MAILER_SENDER
"esstmail@v-schl.com"
MAILER_URL
"smtp://esctmail@v-schl.com:b6HJDzdEY334@mail.v-schl.com:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PORTAL_LINK
"https://esst-portal.web.app"
PRINT_ADM_FORM
"https://esst.v-schl.com/printGeneratedAdmissionForm/"
PRINT_RECIPTE
"https://esst.v-schl.com/payments/printRecipte/"
SCHOOLLINK
"https://esst-benin.com/"
SHORTCODE
"ESST"
SITE_LINK
"https://esst.v-schl.com/"
TWILIO_SID
"AC05573a6032260413cafb9749f81727e6"
TWILIO_TOKEN
"e5fccb87493ca08ab767cb79b327a753"
WKHTMLTOIMAGE_PATH
"/usr/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/esst/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/esst/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_HOST
"esst.v-schl.com"
HTTP_USER_AGENT
"Python/3.13 aiohttp/3.13.3"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"esst.v-schl.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"149.22.83.98"
REMOTE_PORT
"52937"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1772344994
REQUEST_TIME_FLOAT
1772344994.4225
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/html/esst/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"84.247.172.54"
SERVER_ADMIN
"webmaster@esst.v-schl.com"
SERVER_NAME
"esst.v-schl.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at esst.v-schl.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_TLS_SNI
"esst.v-schl.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,MAILER_SENDER,MAILER_FROM_HEADER,TWILIO_TOKEN,TWILIO_SID,ADMIN_VSCHL,SCHOOLLINK,SITE_LINK,CENTERNAME,SHORTCODE,PORTAL_LINK,PRINT_ADM_FORM,PRINT_RECIPTE,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,CHATSTORAGE"

Parent Request

Return to parent request (token = aace30)

Key Value
_controller
"App\Controller\DashboardController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_firstpage"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"5116b1"