https://checkin.czech-kiosk.com/_profiler/e83254

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"web_profiler.controller.profiler::panelAction"
_firewall_context
"security.firewall.map.context.dev"
_route
"_profiler"
_route_params
[
  "token" => "e83254"
]
token
"e83254"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"checkin.czech-kiosk.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.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
"Sat, 02 Aug 2025 08:21:25 GMT"
x-debug-token
"2f1d7e"
x-previous-debug-token
"482a74"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Sat, 02 Aug 25 10:21:25 +0200"
Last used
"Sat, 02 Aug 25 10:21:25 +0200"
Lifetime
"0"

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
"6254cff52c929ae7118dfa8232e23c9f"
CORS_ALLOW_ORIGIN
"^https?://(pms.loc|pms.empirent.cz|pms-dev.czech-kiosk.com|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://hub_dev_ck:P6l0M!s7yNZuUAR9CvsKm%Ws@127.0.0.1:3306/hub_dev_ck"
JWT_PASSPHRASE
"616ca233d9b5b44bac8b5ab5c74e0b4e"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_URL
"null://localhost"
MAILER_USER
"no-reply@hotel.czech-kiosk.com"
MESSENGER_TRANSPORT_DSN
"amqp://guest:guest@localhost:5672/%2f"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/hub-dev.czech-kiosk.com/web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/hub-dev.czech-kiosk.com/web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"checkin.czech-kiosk.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"checkin.czech-kiosk.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/_profiler/e83254"
REMOTE_ADDR
"216.73.216.107"
REMOTE_PORT
"12771"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1754122885
REQUEST_TIME_FLOAT
1754122885.1264
REQUEST_URI
"/_profiler/e83254"
SCRIPT_FILENAME
"/var/www/hub-dev.czech-kiosk.com/web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"93.185.98.24"
SERVER_ADMIN
"tech@vshosting.cz"
SERVER_NAME
"checkin.czech-kiosk.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at checkin.czech-kiosk.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"checkin.czech-kiosk.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_USER,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MESSENGER_TRANSPORT_DSN,MAILER_URL"
USER
"www-data"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = 482a74)

Key Value
_controller
"error_controller"
exception
ErrorException {#3228
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 101
  #severity: E_NOTICE
  trace: {
    /var/www/hub-dev.czech-kiosk.com/web/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/hub-dev.czech-kiosk.com/web/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/hub-dev.czech-kiosk.com/web/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/hub-dev.czech-kiosk.com/web/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag($name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/http-foundation/Session/Session.php:249 {
      Symfony\Component\HttpFoundation\Session\Session->getBag($name) …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/http-foundation/Session/Session.php:271 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/http-foundation/Session/Session.php:73 {
      Symfony\Component\HttpFoundation\Session\Session->get($name, $default = null) …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/hub-dev.czech-kiosk.com/web/src/Util/SystemUtil.php:59 {
      App\Util\SystemUtil->getCurrentPropertyIdentifier() …
      › {    return $this->session->get('current_property_identifier', null);}
    }
    /var/www/hub-dev.czech-kiosk.com/web/src/EventSubscriber/KernelSubscriber.php:53 {
      App\EventSubscriber\KernelSubscriber->onKernelRequest(RequestEvent $event) …
      › 
      › $hotelIdentifier = $event->getRequest()->get('identifier', $this->systemUtil->getCurrentPropertyIdentifier());}
    /var/www/hub-dev.czech-kiosk.com/web/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/hub-dev.czech-kiosk.com/web/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/hub-dev.czech-kiosk.com/web/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/hub-dev.czech-kiosk.com/web/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/http-kernel/HttpKernel.php:134 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/hub-dev.czech-kiosk.com/web/vendor/symfony/http-kernel/HttpKernel.php:80 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/hub-dev.czech-kiosk.com/web/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/hub-dev.czech-kiosk.com/web/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null