https://heylotte.de/library/1/pool/5/show

LibraryController :: pool2

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\LibraryController::pool2"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_pool2"
_route_params
[
  "libId" => "1"
  "poolId" => "5"
  "action" => "show"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"c4dce8"
action
"show"
libId
"1"
poolId
"5"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
from
"gptbot(at)openai.com"
host
"heylotte.de"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"828189922"
x-php-ob-level
"0"

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, 23 Nov 2025 09:40:33 GMT"
vary
"Accept"
x-debug-exception
"Call%20to%20a%20member%20function%20getUser%28%29%20on%20null"
x-debug-exception-file
"%2Fmnt%2Fweb022%2Fe3%2F36%2F51846936%2Fhtdocs%2Fsymfony%2Fheylotte%2Fsrc%2FController%2FLibraryController.php:355"
x-debug-token
"3c915f"
x-debug-token-link
"https://heylotte.de/_profiler/82f2c0"
x-previous-debug-token
"82f2c0"
x-robots-tag
"noindex"

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
"e7e1df291dbcccc186ac4ee89c8886b9"
DATABASE_URL
"mysql://U3539159:VfhEpfnRVmK2anVR@rdbms.strato.de/DB3539159"
MAILER_DSN
"smtp://info%40heylotte.de:mh8O794EZ6dT4VU6@smtp.strato.de:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
DOCUMENT_ROOT
"/home/strato/http/premium/rid/69/36/51846936/htdocs/symfony/heylotte/public/"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"heylotte.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"828189922"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHPRC
"/home/strato/http/premium/rid/69/36/51846936/htdocs/symfony/heylotte/public/"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/library/1/pool/5/show"
REMOTE_ADDR
"74.7.227.39"
REMOTE_PORT
"64085"
REQUEST_METHOD
"GET"
REQUEST_TIME
1763890833
REQUEST_TIME_FLOAT
1763890833.017
REQUEST_URI
"/library/1/pool/5/show"
RZ_php
"83"
SCRIPT_FILENAME
"/home/strato/http/premium/rid/69/36/51846936/htdocs/symfony/heylotte/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://heylotte.de/library/1/pool/5/show"
SCRIPT_URL
"/library/1/pool/5/show"
SERVER_ADMIN
"service@webmailer.de"
SERVER_NAME
"heylotte.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"Apache/2.4.65 (Unix)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"aSLWkPFUXtdRQFsVwQptUAAAAgs"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 82f2c0)

Key Value
_controller
"error_controller"
_stopwatch_token
"c8b2ee"
exception
Error {#240
  #message: "Call to a member function getUser() on null"
  #code: 0
  #file: "/mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/src/Controller/LibraryController.php"
  #line: 355
  trace: {
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/src/Controller/LibraryController.php:355 {
      App\Controller\LibraryController->pool2($libId, $poolId, $action, UserLibraryPoolRepository $repPool, UserLibraryRepository $repLib, CardRepository $repCards, UserPropertiesRepository $repProps, EntityManagerInterface $em) …
      › {    $user = $this->get('security.token_storage')->getToken()->getUser();    $userId = $user->getId();
    }
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/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) {
    }
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/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 {
    }
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/mnt/web022/e3/36/51846936/htdocs/symfony/heylotte/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#82 …9}