https://iconicawards.preview.schittigs.dev/.env

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"4f1630"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.5"
host
"iconicawards.preview.schittigs.dev"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
x-forwarded-for
"162.243.42.31"
x-forwarded-host
"iconicawards.preview.schittigs.dev"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"586ef428a37f"
x-php-ob-level
"1"
x-real-ip
"162.243.42.31"

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
"Tue, 11 Aug 2026 20:15:30 GMT"
referrer-policy
"no-referrer-when-downgrade, strict-origin-when-cross-origin"
x-cache-debug
[
  1
  1
]
x-content-type-options
"nosniff"
x-debug-exception
"An%20exception%20occurred%20in%20the%20driver%3A%20SQLSTATE%5BHY000%5D%20%5B2002%5D%20php_network_getaddresses%3A%20getaddrinfo%20for%20db%20failed%3A%20Name%20or%20service%20not%20known"
x-debug-exception-file
"%2Fhome%2Fhood%2Fpublished%2Ficonicawards%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:101"
x-debug-token
"3eae4d"
x-debug-token-link
"https://iconicawards.preview.schittigs.dev/_profiler/4b774d"
x-frame-options
"SAMEORIGIN"
x-previous-debug-token
"4b774d"
x-robots-tag
"noindex"
x-xss-protection
"1; mode=block"

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
"8d65f8bf803ed68ccf361d55f8a252afb49b1820f36813528efe2c5bada5ee92"
DATABASE_URL
"mysql://hood_iconic-world:nd3qDgZjK@db:3306/hood_iconic-world"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/hood/published/iconicawards/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/hood/published/iconicawards/web"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_HOST
"iconicawards.preview.schittigs.dev"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"162.243.42.31"
HTTP_X_FORWARDED_HOST
"iconicawards.preview.schittigs.dev"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"586ef428a37f"
HTTP_X_REAL_IP
"162.243.42.31"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/.env"
REMOTE_ADDR
"172.19.0.2"
REMOTE_PORT
"44750"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1786479330
REQUEST_TIME_FLOAT
1786479330.3509
REQUEST_URI
"/.env"
SCRIPT_FILENAME
"/home/hood/published/iconicawards/web/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.19.0.20"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"iconicawards.preview.schittigs.dev"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.68 (Debian) Server at iconicawards.preview.schittigs.dev Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.68 (Debian)"
USER
"www-data"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = 4b774d)

Key Value
_controller
"error_controller"
_stopwatch_token
"5c0742"
exception
Doctrine\DBAL\Exception\ConnectionException {#952
  #message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: Name or service not known"
  #code: 2002
  #file: "/home/hood/published/iconicawards/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 101
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#942 …}
  -query: null
  trace: {
    /home/hood/published/iconicawards/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 2054:    return new ConnectionException($exception, $query);}
    /home/hood/published/iconicawards/vendor/doctrine/dbal/src/Connection.php:1976 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);}
    /home/hood/published/iconicawards/vendor/doctrine/dbal/src/Connection.php:1924 {
      Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
      › {    return $this->handleDriverException($e, null);}
    }
    /home/hood/published/iconicawards/vendor/doctrine/dbal/src/Connection.php:385 {
      Doctrine\DBAL\Connection->connect() …
      › } catch (Driver\Exception $e) {    throw $this->convertException($e);}
    }
    /home/hood/published/iconicawards/vendor/doctrine/dbal/src/Connection.php:1692 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › 
      › $this->connect();}
    /home/hood/published/iconicawards/vendor/doctrine/dbal/src/Connection.php:1087 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
      › 
      › $connection = $this->getWrappedConnection();}
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Database/Statement.php:285 {
      Contao\Database\Statement->query($strQuery = '', array $arrParams = [], array $arrTypes = []) …
      › {\t$this->statement = $this->resConnection->executeQuery($this->strQuery, $arrParams, $arrTypes);}
    }
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Database/Statement.php:237 {
      Contao\Database\Statement->execute() …
      › 
      › \treturn $this->query('', array_merge($this->arrSetParams, $arrParams));}
    }
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php:1096 {
      Contao\Model::find(array $arrOptions) …
      › $objStatement = static::preFind($objStatement);$objResult = $objStatement->execute(...array_values(\is_array($arrOptions['value']) ? $arrOptions['value'] : array($arrOptions['value'])));}
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php:962 {
      Contao\Model::findBy($strColumn, $varValue, array $arrOptions = []) …
      › 
      › \treturn static::find($arrOptions);}
    }
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Framework/Adapter.php:46 {
      Contao\CoreBundle\Framework\Adapter->__call(string $name, array $arguments) …
      › {    return \call_user_func_array([$this->class, $name], $arguments);}
    }
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Routing/AbstractPageRouteProvider.php:72 {
      Contao\CoreBundle\Routing\AbstractPageRouteProvider->findCandidatePages(Request $request): array …
      › $pageModel = $this->framework->getAdapter(PageModel::class);$pages = $pageModel->findBy([implode(' OR ', $conditions)], $aliases);}
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Routing/RouteProvider.php:63 {
      Contao\CoreBundle\Routing\RouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
      › 
      › $pages = $this->findCandidatePages($request);}
    /home/hood/published/iconicawards/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:140 {
      Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request) …
      › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
    }
    /home/hood/published/iconicawards/vendor/contao/core-bundle/src/Routing/Matcher/LegacyMatcher.php:55 {
      Contao\CoreBundle\Routing\Matcher\LegacyMatcher->matchRequest(Request $request): array …
      › ) {    return $this->requestMatcher->matchRequest($request);}
    }
    /home/hood/published/iconicawards/vendor/symfony-cmf/routing/src/DynamicRouter.php:272 {
      Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request) …
      › } else {    $defaults = $matcher->matchRequest($request);}
    }
    /home/hood/published/iconicawards/vendor/symfony-cmf/routing/src/ChainRouter.php:188 {
      Symfony\Cmf\Component\Routing\ChainRouter->doMatch($pathinfo, ?Request $request = null) …
      › 
      ›     return $router->matchRequest($requestForMatching);}
    }
    /home/hood/published/iconicawards/vendor/symfony-cmf/routing/src/ChainRouter.php:158 {
      Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request) …
      › {    return $this->doMatch($request->getPathInfo(), $request);}
    }
    /home/hood/published/iconicawards/vendor/symfony/http-kernel/EventListener/RouterListener.php:111 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
    }
    /home/hood/published/iconicawards/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/hood/published/iconicawards/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/hood/published/iconicawards/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);}
    }
    /home/hood/published/iconicawards/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 {
    }
    /home/hood/published/iconicawards/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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);}
    /home/hood/published/iconicawards/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) {
    }
    /home/hood/published/iconicawards/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 {
    }
    /home/hood/published/iconicawards/web/index.php:44 {
      › 
      › $response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#406 …9}