Error 404 Not Found

GET https://trouvemoi.eu/activites/descente-en-canoe-gorges-ardeche

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"77ac3c"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#725
  #message: "Activité « descente-en-canoe-gorges-ardeche » introuvable."
  #code: 0
  #file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 328
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:328 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /var/www/vhosts/trouvemoi.eu/httpdocs/src/Catalog/Controller/ActivityController.php:44 {
      App\Catalog\Controller\ActivityController->show(string $slug): Response …
      › if (null === $activity) {    throw $this->createNotFoundException(sprintf('Activité « %s » introuvable.', $slug));}
    }
    /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:188 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
    }
    /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#216
  -records: [
    "" => [
      [
        "timestamp" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.923+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#252
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /var/www/vhosts/trouvemoi.eu/httpdocs/var/cache/dev/ContainerICtTFi6/App_KernelDevDebugContainer.php:463 {
                ContainerICtTFi6\App_KernelDevDebugContainer::{closure:ContainerICtTFi6\App_KernelDevDebugContainer::__construct():121} …
                › include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-turbo/src/Twig/TwigExtension.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Container.php:145 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Kernel/KernelTrait.php:139 {
                App\Kernel->doInitializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:202 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › 
                › $this->doInitializeContainer();}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:78 {
                App\Kernel->initializeContainer(): void …
                › {    parent::initializeContainer();}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:255 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): void …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:122 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.923+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#248
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /var/www/vhosts/trouvemoi.eu/httpdocs/var/cache/dev/ContainerICtTFi6/App_KernelDevDebugContainer.php:464 {
                ContainerICtTFi6\App_KernelDevDebugContainer::{closure:ContainerICtTFi6\App_KernelDevDebugContainer::__construct():121} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Container.php:145 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Kernel/KernelTrait.php:139 {
                App\Kernel->doInitializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:202 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › 
                › $this->doInitializeContainer();}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:78 {
                App\Kernel->initializeContainer(): void …
                › {    parent::initializeContainer();}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:255 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): void …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:122 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    35 => [
      [
        "timestamp" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.932+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_activity_show"
          "route_parameters" => [
            "_route" => "app_activity_show"
            "_controller" => "App\Catalog\Controller\ActivityController::show"
            "slug" => "descente-en-canoe-gorges-ardeche"
          ]
          "request_uri" => "https://trouvemoi.eu/activites/descente-en-canoe-gorges-ardeche"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.934+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.934+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" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.934+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" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.934+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" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.934+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" => 1785929590
        "timestamp_rfc3339" => "2026-08-05T11:33:10.937+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Activité « descente-en-canoe-gorges-ardeche » introuvable." at AbstractController.php line 328"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#725
            #message: "Activité « descente-en-canoe-gorges-ardeche » introuvable."
            #code: 0
            #file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 328
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Controller/AbstractController.php:328 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/src/Catalog/Controller/ActivityController.php:44 {
                App\Catalog\Controller\ActivityController->show(string $slug): Response …
                › if (null === $activity) {    throw $this->createNotFoundException(sprintf('Activité « %s » introuvable.', $slug));}
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:188 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    35 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#217 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"trouvemoi.eu"
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
"216.73.216.206"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'https://trouvemoi.eu/activites/descente-en-canoe-gorges-ardeche' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept: */*' \
  --header 'X-Accel-Internal: /internal-nginx-static-location' \
  --header 'X-Real-Ip: 216.73.216.206' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 05 Aug 2026 11:33:10 GMT"
vary
"Accept"
x-debug-exception
"Activit%C3%A9%20%C2%AB%20descente-en-canoe-gorges-ardeche%20%C2%BB%20introuvable."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Ftrouvemoi.eu%2Fhttpdocs%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:328"
x-debug-token
"c79ea9"
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
"b3a1ba0889dad87f5815bac033ede3e4"
APP_SHARE_DIR
"var/share"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://loisir:Ogdo7251+@127.0.0.1:5432/admin_plaisir?serverVersion=16&charset=utf8"
DEFAULT_URI
"http://localhost"
ELASTICSEARCH_URL
"http://127.0.0.1:9200"
JWT_PASSPHRASE
"ec53e8d0518a6127ea7c6f06ef3a2af420529e497df27eb4db60d9d8b476015e"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
REDIS_URL
"redis://localhost:6379"
STRIPE_PUBLISHABLE_KEY
""
STRIPE_SECRET_KEY
""
STRIPE_WEBHOOK_SECRET
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vhosts/trouvemoi.eu/httpdocs"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/trouvemoi.eu/httpdocs"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/trouvemoi.eu/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/trouvemoi.eu/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/trouvemoi.eu"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"trouvemoi.eu"
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
"216.73.216.206"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SCRIPT_URI
"https://trouvemoi.eu/activites/descente-en-canoe-gorges-ardeche"
REDIRECT_SCRIPT_URL
"/activites/descente-en-canoe-gorges-ardeche"
REDIRECT_SSL_TLS_SNI
"trouvemoi.eu"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"anMfdnq3OtHm_Qd4RLZJSgAAABU"
REDIRECT_URL
"/activites/descente-en-canoe-gorges-ardeche"
REMOTE_ADDR
"216.73.216.206"
REMOTE_PORT
"35412"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785929590
REQUEST_TIME_FLOAT
1785929590.8876
REQUEST_URI
"/activites/descente-en-canoe-gorges-ardeche"
SCRIPT_FILENAME
"/var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://trouvemoi.eu/activites/descente-en-canoe-gorges-ardeche"
SCRIPT_URL
"/activites/descente-en-canoe-gorges-ardeche"
SERVER_ADDR
"85.215.125.27"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"trouvemoi.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache Server at trouvemoi.eu Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"trouvemoi.eu"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/trouvemoi.eu/httpdocs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,REDIS_URL,ELASTICSEARCH_URL,STRIPE_PUBLISHABLE_KEY,STRIPE_SECRET_KEY,STRIPE_WEBHOOK_SECRET,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN"
UNIQUE_ID
"anMfdnq3OtHm_Qd4RLZJSgAAABU"
USER
"trouvemoi.eu_w3wfa542s9m"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = dc0bc7)

Key Value
_controller
"App\Catalog\Controller\ActivityController::show"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#673
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/activites/{slug}"
    +name: "app_activity_show"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_activity_show"
_route_params
[
  "slug" => "descente-en-canoe-gorges-ardeche"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#629
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#566 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#638
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#639 …}
  }
]
_stopwatch_token
"2a6506"
slug
"descente-en-canoe-gorges-ardeche"