https://172.104.159.37/

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"
exception
ErrorException {#355
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/html/grid/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 101
  #severity: E_NOTICE
  trace: {
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
      › {    return (bool) $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag($name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Session.php:249 {
      Symfony\Component\HttpFoundation\Session\Session->getBag($name) …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Session.php:271 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/html/grid/vendor/symfony/http-foundation/Session/Session.php:81 {
      Symfony\Component\HttpFoundation\Session\Session->set($name, $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /var/www/html/grid/vendor/symfony/security-http/Util/TargetPathTrait.php:28 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath(SessionInterface $session, string $providerKey, string $uri) …
      › {    $session->set('_security.'.$providerKey.'.target_path', $uri);}
    }
    /var/www/html/grid/vendor/symfony/security-http/Firewall/ExceptionListener.php:231 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath(Request $request) …
      › if ($request->hasSession() && $request->isMethodSafe() && !$request->isXmlHttpRequest()) {    $this->saveTargetPath($request->getSession(), $this->providerKey, $request->getUri());}
    }
    /var/www/html/grid/vendor/symfony/security-http/Firewall/ExceptionListener.php:204 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
      › if (!$this->stateless) {    $this->setTargetPath($request);}
    }
    /var/www/html/grid/vendor/symfony/security-http/Firewall/ExceptionListener.php:149 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(GetResponseForExceptionEvent $event, AccessDeniedException $exception) …
      › 
      ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
    }
    /var/www/html/grid/vendor/symfony/security-http/Firewall/ExceptionListener.php:102 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
      › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
    /var/www/html/grid/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/html/grid/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/grid/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
      › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
    /var/www/html/grid/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/html/grid/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/html/grid/vendor/symfony/http-kernel/HttpKernel.php:219 {
      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/grid/vendor/symfony/http-kernel/HttpKernel.php:91 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › 
      ›     return $this->handleThrowable($e, $request, $type);}
    }
    /var/www/html/grid/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/grid/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip"
host
"172.104.159.37"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0"
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, 06 Oct 2024 10:30:23 GMT"
x-debug-token
"a32d01"

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
"167aac464ff93a146ee252928c840d7b"
AWS_KEY
"not-a-real-key"
AWS_SECRET
"@@not-a-real-secret"
DATABASE_URL
"mysql://grid_user:rxqCC2mLxPb4DEES@localhost:3306/grid_db?serverVersion=5.7"
MAILER_URL
"smtp://mail.mpt-soft.com:2525?auth_mode=login&username=no-reply@mpt-soft.com&password=%3FgL%23oX%40%40e%21Bp"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/grid/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/grid/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"172.104.159.37"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"64.62.197.115"
REMOTE_PORT
"45277"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1728210623
REQUEST_TIME_FLOAT
1728210623.1549
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/html/grid/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://172.104.159.37/"
SCRIPT_URL
"/"
SERVER_ADDR
"172.104.159.37"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"172.104.159.37"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at 172.104.159.37 Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,AWS_KEY,AWS_SECRET,DATABASE_URL,MAILER_URL"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 86f3b8)

Key Value
_controller
"App\Controller\FrontEndController::home"
_firewall_context
"security.firewall.map.context.main"
_route
"home"
_route_params
[]