https://racket-trip.eu/fr/courses-details/7b2302c22c34551e?page=1

ErrorController

Request

GET Parameters

Key Value
page
"1"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"ef97e6"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#835
  #message: "App\Entity\Course object not found by the @ParamConverter annotation."
  #code: 0
  #file: "/var/www/preprod/racket-trip/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php"
  #line: 107
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/preprod/racket-trip/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->apply(Request $request, ParamConverter $configuration) …
      ›     }    throw new NotFoundHttpException($message);}
    }
    /var/www/preprod/racket-trip/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:84 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
      › if ($converter->supports($configuration)) {    if ($converter->apply($request, $configuration)) {        return;
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configuration: Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#675 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
      › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configuration: Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#675 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
      Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
      › 
      ›     $this->manager->apply($request, $configurations);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configurations: [ …4]
      }
    }
    /var/www/preprod/racket-trip/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#55 …}
        ...: {
          "kernel.controller"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#408 …}
        }
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#55 …}
        $eventName: "kernel.controller"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#408 …}
      }
    }
    /var/www/preprod/racket-trip/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);}
      arguments: {
        $listeners: [ …6]
        $eventName: "kernel.controller"
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#55 …}
      }
    }
    /var/www/preprod/racket-trip/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#55 …}
        $eventName: "kernel.controller"
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php:151 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#55 …}
        $eventName: "kernel.controller"
      }
    }
    /var/www/preprod/racket-trip/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/www/preprod/racket-trip/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/preprod/racket-trip/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/preprod/racket-trip/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/preprod/racket-trip/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#295 …9}

Request Headers

Header Value
accept
"*/*"
accept-charset
"utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1"
host
"racket-trip.eu"
user-agent
"Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)"
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
"Tue, 19 Aug 2025 06:21:04 GMT"
vary
"Accept"
x-debug-exception
"App%5CEntity%5CCourse%20object%20not%20found%20by%20the%20%40ParamConverter%20annotation."
x-debug-exception-file
"%2Fvar%2Fwww%2Fpreprod%2Fracket-trip%2Fvendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FRequest%2FParamConverter%2FDoctrineParamConverter.php:107"
x-debug-token
"db0109"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-core/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/security-core/Security.php"
    "line" => 40
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/src/EventSubscriber/AccountSubscriber.php"
    "line" => 28
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "App\EventSubscriber\AccountSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/preprod/racket-trip/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/preprod/racket-trip/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY_GOOGLE
"AIzaSyBNWTs1XHaB_zzkP1menI9mdg-NBk1IZnY"
API_KEY_GOOGLE_BACK
"AIzaSyDt6oRhPhL67w9IttmQgsgAs-knuc-OFzs"
APP_ENV
"dev"
APP_SECRET
"9f62b68979f513508ba481d54ef4ed80"
BREVO_API_KEY
"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"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://rackettrip:k7%SfQH1jG@127.0.0.1:3306/rackettrip"
DOMAIN
"racket-trip.eu"
EMAIL_RECEPTION
"racket.trip@gmail.com"
EMAIL_SENDER
"contact@racket-trip.eu"
FULL_URL
"https://racket-trip.eu"
MAILER_DSN
"smtp://api:e8f918a95ad8bc6a69eb11c18bc2909d@live.smtp.mailtrap.io:587"
MERCURE_COOKIE_DOMAIN
"racket-trip.eu"
MERCURE_COOKIE_PATH
"/hub-mercure"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://racket-trip.eu/hub-mercure"
MERCURE_URL
"https://racket-trip.eu/hub-mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=1"
PRO_LIST_ID
"4"
RECAPTCHA3_KEY
"6LfniDIqAAAAACeJa2YUJhmmvAsZ9XxaddwVurBr"
RECAPTCHA3_SECRET
"6LfniDIqAAAAAEIYYljAYY20rKo4sT-IxOb28Jku"
SENTRY_DSN
"https://0e7b334a7fc4f1d198ca8a311c42346e@o4507096205885440.ingest.de.sentry.io/4507096226529360"
SERVER_ENV
"preprod"
SINCH_API_TOKEN
"fafc954e162a4c679173dc23f2bf32cb"
SINCH_SERVICE_PLAN_ID
"a3dda74eee9d4f7fa71ddce385d4f5b1"
SINCH_VIRTUAL_NUMBER
"+12019790415"
STANDARD_MONTHLY
"price_1LOvvoAsHoLzqU7GmSApPtYf"
STANDARD_YEARLY
"price_1LOvvoAsHoLzqU7GY0kqfLJn"
STRIPE_PUBLIC_KEY
"pk_test_51JVCGMAsHoLzqU7GPd6JetuS7HAEhDwTpX4g0MPHL0gsFzJj7hjhI46thxq8yfTyChZJnaU6FEktITmWuEYCvm1P00Vvd5sT47"
STRIPE_SECRET_KEY
"sk_test_51JVCGMAsHoLzqU7GMARsl0tlIMHZzCV5vG1U5dwQuLogpNr8va1XwgxzOzLNpBEtusTfS92BlPaIeWzjBhABN6ze000Bzi7yr4"
STRIPE_WEBHOOK_SECRET_KEY
"whsec_Hz5wcoFuVVQWbaO7Pzh1Ba0Kx2Emy0Lo"
TRAINEE_LIST_ID
"5"
TWILIO_ACCOUNT_SID
"ACaf205cec0183a58ed3059836a758d0ee"
TWILIO_AUTH_TOKEN
"a3bd398df71e00b1d35b53d49f98d032"
TWILIO_PHONE_NUMBER
"+14387965854"
VIP_MONTHLY
"price_1LOvvGAsHoLzqU7G4oYDz7Tn"
VIP_YEARLY
"price_1LOvvGAsHoLzqU7Gk93dp2Xk"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/preprod/racket-trip/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_CHARSET
"utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1"
HTTP_HOST
"racket-trip.eu"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)"
PHP_SELF
"/index.php"
QUERY_STRING
"page=1"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.244.66.203"
REMOTE_PORT
"58120"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1755584464
REQUEST_TIME_FLOAT
1755584464.1944
REQUEST_URI
"/fr/courses-details/7b2302c22c34551e?page=1"
SCRIPT_FILENAME
"/var/www/preprod/racket-trip/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"206.189.52.64"
SERVER_NAME
"racket-trip.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,CORS_ALLOW_ORIGIN,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,MAILER_DSN,API_KEY_GOOGLE,API_KEY_GOOGLE_BACK,STRIPE_SECRET_KEY,STRIPE_PUBLIC_KEY,STRIPE_WEBHOOK_SECRET_KEY,STANDARD_MONTHLY,STANDARD_YEARLY,VIP_MONTHLY,VIP_YEARLY,MERCURE_COOKIE_PATH,MERCURE_COOKIE_DOMAIN,DOMAIN,FULL_URL,EMAIL_SENDER,EMAIL_RECEPTION,SERVER_ENV,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,BREVO_API_KEY,PRO_LIST_ID,TRAINEE_LIST_ID,SENTRY_DSN,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_PHONE_NUMBER,SINCH_SERVICE_PLAN_ID,SINCH_API_TOKEN,SINCH_VIRTUAL_NUMBER"
USER
"www-data"

Parent Request

Return to parent request (token = 4b6514)

Key Value
_controller
"App\Controller\Front\CourseController::courseDetails"
_firewall_context
"security.firewall.map.context.main"
_locale
"fr"
_remove_csp_headers
true
_route
"view_course"
_route_params
[
  "_locale" => "fr"
  "token" => "7b2302c22c34551e"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"f3101f"
token
"7b2302c22c34551e"