https://help.hookemhard.com/_profiler/8741c9?panel=config

ErrorController

Request

GET Parameters

Key Value
panel
"config"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"add591"
exception
ErrorException {#230
  #message: "Warning: SessionHandler::read(): open(/var/lib/php/sessions/sess_bt2nh4se81gjmjj6c6n0ac8ru7, O_RDWR) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 59
  #severity: E_WARNING
  trace: {
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:59 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->doRead(string $sessionId) …
      › {    return $this->handler->read($sessionId);}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:99 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler->read($sessionId) …
      › 
      › $data = $this->doRead($sessionId);$this->newSessionId = '' === $data ? $sessionId : null;
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:66 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler->validateId($sessionId) …
      › {    $this->prefetchData = $this->read($sessionId);    $this->prefetchId = $sessionId;
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:100 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->validateId($sessionId) …
      › {    return !$this->handler instanceof \SessionUpdateTimestampHandlerInterface || $this->handler->validateId($sessionId);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->validateId() {}
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:185 {
      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/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Session.php:261 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Session.php:283 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-foundation/Session/Session.php:77 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, $default = null) …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/security-http/Firewall/ContextListener.php:106 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);}
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:73 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-kernel/HttpKernel.php:129 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/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 {
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/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/hookemhard.com/help.hookemhard.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/hookemhard.com/help.hookemhard.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/hookemhard.com/help.hookemhard.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#60 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
connection
"close"
cookie
"fikker-TwKq-jUtu=HMpCJGMNPNtu0qVkKQHSleP9vYHoJUjg; PHPSESSID=bt2nh4se81gjmjj6c6n0ac8ru7"
host
"help.hookemhard.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"3.145.44.179"

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, 19 Sep 2024 01:38:18 GMT"
x-debug-exception
"Warning%3A%20SessionHandler%3A%3Aread%28%29%3A%20open%28%2Fvar%2Flib%2Fphp%2Fsessions%2Fsess_bt2nh4se81gjmjj6c6n0ac8ru7%2C%20O_RDWR%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fhookemhard.com%2Fhelp.hookemhard.com%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:59"
x-debug-token
"6991c7"

Cookies

Request Cookies

Key Value
PHPSESSID
"bt2nh4se81gjmjj6c6n0ac8ru7"
fikker-TwKq-jUtu
"HMpCJGMNPNtu0qVkKQHSleP9vYHoJUjg"

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
"YOUR_APP_SECRET"
DATABASE_URL
"mysql://uv_hhard:yDiH%26UE_38%21Mm5%3Fl@127.0.0.1:3306/uv_hhard"
MAILER_URL
"null://localhost"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/hookemhard.com/help.hookemhard.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/hookemhard.com/help.hookemhard.com/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/hookemhard.com"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_COOKIE
"fikker-TwKq-jUtu=HMpCJGMNPNtu0qVkKQHSleP9vYHoJUjg; PHPSESSID=bt2nh4se81gjmjj6c6n0ac8ru7"
HTTP_HOST
"help.hookemhard.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"3.145.44.179"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
"/_profiler/8741c9"
PATH_TRANSLATED
"redirect:/./index.php/_profiler/8741c9/8741c9"
PHP_SELF
"/index.php/_profiler/8741c9"
QUERY_STRING
"panel=config"
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_QUERY_STRING
"panel=config"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZuuAijKbPomzam2A-1UK0wAAAAo"
REDIRECT_URL
"/_profiler/8741c9"
REMOTE_ADDR
"3.145.44.179"
REMOTE_PORT
"53614"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726709898
REQUEST_TIME_FLOAT
1726709898.0947
REQUEST_URI
"/_profiler/8741c9?panel=config"
SCRIPT_FILENAME
"/var/www/vhosts/hookemhard.com/help.hookemhard.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"148.72.144.199"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"help.hookemhard.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at help.hookemhard.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_URL"
UNIQUE_ID
"ZuuAijKbPomzam2A-1UK0wAAAAo"
USER
"hookemhard.com_cfn2hu605cv"
proxy-nokeepalive
"1"