PageController :: show
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\PageController::show" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "app_page_show" |
| _route_params | [ "slug" => ".env" ] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#601 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#565 …} } ] |
| _stopwatch_token | "1255e4" |
| slug | ".env" |
Request Headers
| Header | Value |
|---|---|
| accept | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "en-US,en;q=0.9" |
| cache-control | "max-age=0" |
| host | "horeca.jphiweb.be" |
| priority | "u=0, i" |
| sec-ch-ua | ""Chromium";v="142", "Google Chrome";v="142", "Not-A.Brand";v="99"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""Windows"" |
| sec-fetch-dest | "document" |
| sec-fetch-mode | "navigate" |
| sec-fetch-site | "none" |
| sec-fetch-user | "?1" |
| upgrade-insecure-requests | "1" |
| user-agent | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" |
| 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, 05 Apr 2026 15:05:57 GMT" |
| set-cookie | [ "main_deauth_profile_token=2b5f8a; path=/; secure; httponly; samesite=lax" "main_auth_profile_token=deleted; expires=Sat, 05 Apr 2025 15:05:56 GMT; Max-Age=0; path=/; httponly" ] |
| vary | "Accept" |
| x-debug-exception | "Not%20Found" |
| x-debug-exception-file | "%2Fvar%2Fwww%2Fdemos-jphiweb%2Fhoreca%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:331" |
| x-debug-token | "20dee9" |
| x-debug-token-link | "https://horeca.jphiweb.be/_profiler/2b5f8a" |
| x-previous-debug-token | "2b5f8a" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
No request cookies
Response Cookies
| Key | Value |
|---|---|
| main_auth_profile_token | Symfony\Component\HttpFoundation\Cookie {#1247 #expire: 1 #path: "/" -sameSite: null -secureDefault: true #name: "main_auth_profile_token" #value: null #domain: null #secure: false #httpOnly: true -raw: false -partitioned: false } |
| main_deauth_profile_token | Symfony\Component\HttpFoundation\Cookie {#187 #expire: 0 #path: "/" -sameSite: "lax" -secureDefault: true #name: "main_deauth_profile_token" #value: "2b5f8a" #domain: null #secure: null #httpOnly: true -raw: false -partitioned: false } |
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 |
|---|---|
| ADMIN_IN_MEMORY_PASSWORD_HASH | "$2y$13/C2xjPl2fZheIqag7QbzG.W0mYnfSD507i7E.YXJWZm" |
| ADMIN_IN_MEMORY_USERNAME | "novitz@gmail.com" |
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_SECRET | "b56cbc4013ea7e6244942da5067e6fb0" |
| DATABASE_URL | "mysql://horeca:BDgYAB9MAZESaalP@nj50560-001.eu.clouddb.ovh.net:35112/horeca?serverVersion=10.11.2-MariaDB&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| UX_MAP_DSN | "leaflet://default" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_PROJECT_DIR | "/var/www/demos-jphiweb/horeca" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/demos-jphiweb/horeca" ] |
| CONTEXT_DOCUMENT_ROOT | "/var/www/demos-jphiweb/horeca/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/demos-jphiweb/horeca/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.9" |
| HTTP_CACHE_CONTROL | "max-age=0" |
| HTTP_HOST | "horeca.jphiweb.be" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_SEC_CH_UA | ""Chromium";v="142", "Google Chrome";v="142", "Not-A.Brand";v="99"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
| HTTP_SEC_FETCH_DEST | "document" |
| HTTP_SEC_FETCH_MODE | "navigate" |
| HTTP_SEC_FETCH_SITE | "none" |
| HTTP_SEC_FETCH_USER | "?1" |
| HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SCRIPT_URI | "https://horeca.jphiweb.be/.env" |
| REDIRECT_SCRIPT_URL | "/.env" |
| REDIRECT_SSL_TLS_SNI | "horeca.jphiweb.be" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/.env" |
| REMOTE_ADDR | "3.149.24.245" |
| REMOTE_PORT | "44588" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1775401557 |
| REQUEST_TIME_FLOAT | 1775401557.1083 |
| REQUEST_URI | "/.env" |
| SCRIPT_FILENAME | "/var/www/demos-jphiweb/horeca/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://horeca.jphiweb.be/.env" |
| SCRIPT_URL | "/.env" |
| SERVER_ADDR | "51.75.126.64" |
| SERVER_ADMIN | "novitz@gmail.com" |
| SERVER_NAME | "horeca.jphiweb.be" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.52 (Ubuntu) Server at horeca.jphiweb.be Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.52 (Ubuntu)" |
| SSL_TLS_SNI | "horeca.jphiweb.be" |
| SYMFONY_DOTENV_PATH | "/var/www/demos-jphiweb/horeca/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,DEFAULT_URI,UX_MAP_DSN,ADMIN_IN_MEMORY_USERNAME,ADMIN_IN_MEMORY_PASSWORD_HASH" |
Sub Requests 1
ErrorController (token = 2b5f8a)
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "49b580" |
| exception | Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#916 #message: "Not Found" #code: 0 #file: "/var/www/demos-jphiweb/horeca/vendor/symfony/framework-bundle/Controller/AbstractController.php" #line: 331 -statusCode: 404 -headers: [] : { { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#103 -records: [ 3 => [ [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.145+00:00" "message" => "Matched route "{route}"." "priority" => 200 "priorityName" => "INFO" "context" => [ "route" => "app_page_show" "route_parameters" => [ "_route" => "app_page_show" "_controller" => "App\Controller\PageController::show" "slug" => ".env" ] "request_uri" => "https://horeca.jphiweb.be/.env" "method" => "GET" ] "channel" => "request" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Checking for authenticator support." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticators" => 1 ] "channel" => "security" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Checking support on authenticator." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] "channel" => "security" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Authenticator does not support the request." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] "channel" => "security" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.146+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.147+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.147+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.147+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.150+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.150+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.150+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.150+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.150+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "ContainerVlITBnf\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.150+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.153+00:00" "message" => "Connecting with parameters {params}" "priority" => 200 "priorityName" => "INFO" "context" => [ "params" => [ "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "nj50560-001.eu.clouddb.ovh.net" "port" => 35112 "user" => "horeca" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "horeca" "serverVersion" => "10.11.2-MariaDB" "charset" => "utf8mb4" ] ] "channel" => "doctrine" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.173+00:00" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.title AS title_3, t0.slug AS slug_4, t0.seo_title AS seo_title_5, t0.meta_description AS meta_description_6, t0.introduction AS introduction_7, t0.content AS content_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.site_settings_id AS site_settings_id_12 FROM site_page t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1" "params" => [ 1 => ".env" 2 => 1 ] "types" => [ 1 => 2 2 => 5 ] ] "channel" => "doctrine" ] [ "timestamp" => 1775401557 "timestamp_rfc3339" => "2026-04-05T15:05:57.175+00:00" "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Not Found" at AbstractController.php line 331" "priority" => 400 "priorityName" => "ERROR" "context" => [ "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#916 #message: "Not Found" #code: 0 #file: "/var/www/demos-jphiweb/horeca/vendor/symfony/framework-bundle/Controller/AbstractController.php" #line: 331 -statusCode: 404 -headers: [] : { { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException … › |