https://escs.steak-designs.com/actualite/ecole-de-surf-la-rochelle.html

FrontController :: actualiteDetail

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\FrontController::actualiteDetail"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_actualite_detail"
_route_params
[
  "slug" => "ecole-de-surf-la-rochelle.html"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"56e060"
actualite
null
slug
"ecole-de-surf-la-rochelle.html"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"escs.steak-designs.com"
remote-ip
"3.15.214.96"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"3.15.214.96"
x-forwarded-proto
"https"
x-ovhrequest-id
"6598f1b1742b4e8aefc8cb122a85a47b"
x-php-ob-level
"0"
x-predictor
"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
"Mon, 01 Jul 2024 22:52:30 GMT"
x-debug-exception
"Call%20to%20a%20member%20function%20getCategorie%28%29%20on%20null"
x-debug-exception-file
"%2Fhome%2Fsteakdesx%2Fwww%2Fescs%2Fsrc%2FController%2FFrontController.php:155"
x-debug-token
"5213dc"
x-debug-token-link
"https://escs.steak-designs.com/_profiler/c5d69a"
x-previous-debug-token
"c5d69a"
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
"33c8888cb855e5d4e0602f6ec8c99f7f"
DATABASE_URL
"mysql://steakdesxmod1:CSssEeCa5NxJ@steakdesxmod1.mysql.db/steakdesxmod1?serverVersion=8&charset=utf8mb4"
EMAIL_ADMIN
"info@ecole-de-surf.fr"
MAILER_DSN
"native://default"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENGINE
"phpcgi"
APP_ENGINE_VERSION
"8.1"
CFG_CLUSTER
"cluster015"
DOCUMENT_ROOT
"/home/steakdesx/www/escs/public"
ENVIRONMENT
"production"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"614"
GEOIP_CITY
"Columbus"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"535"
GEOIP_LATITUDE
"39.962502"
GEOIP_LONGITUDE
"-83.006104"
GEOIP_REGION
"OH"
HOME
"/homez.459/steakdesx"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"escs.steak-designs.com"
HTTP_REMOTE_IP
"3.15.214.96"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"3.15.214.96"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"6598f1b1742b4e8aefc8cb122a85a47b"
HTTP_X_PREDICTOR
"1"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
PWD
"/homez.459/steakdesx/www/escs/public"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/actualite/ecole-de-surf-la-rochelle.html"
REMOTE_ADDR
"3.15.214.96"
REMOTE_PORT
"50016"
REQUEST_METHOD
"GET"
REQUEST_TIME
1719874350
REQUEST_TIME_FLOAT
1719874350.2804
REQUEST_URI
"/actualite/ecole-de-surf-la-rochelle.html"
SCRIPT_FILENAME
"/home/steakdesx/www/escs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://escs.steak-designs.com:443/actualite/ecole-de-surf-la-rochelle.html"
SCRIPT_URL
"/actualite/ecole-de-surf-la-rochelle.html"
SERVER_ADDR
"10.15.20.197"
SERVER_ADMIN
"postmaster@escs.steak-designs.com"
SERVER_NAME
"escs.steak-designs.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,EMAIL_ADMIN"
UID
"steakdesx"
UNIQUE_ID
"ZoMzLgKVpEH@JZK7ZYVruwAAADY"
argc
1
argv
[
  "index.php"
]

Sub Requests 1

ErrorController (token = c5d69a)

Key Value
_controller
"error_controller"
_stopwatch_token
"7cffb6"
exception
Error {#609
  #message: "Call to a member function getCategorie() on null"
  #code: 0
  #file: "/home/steakdesx/www/escs/src/Controller/FrontController.php"
  #line: 155
  trace: {
    /home/steakdesx/www/escs/src/Controller/FrontController.php:155 {
      App\Controller\FrontController->actualiteDetail(?Actualite $actualite, ActualiteRepository $actualiteRepository, FormuleRepository $formuleRepository): Response …
      › $fomules = $formuleRepository->findAll();$actualites = $actualiteRepository->findBy(array('categorie' => $actualite->getCategorie()->getId()), null, 3);$fomules = $formuleRepository->findAll();
    }
    /home/steakdesx/www/escs/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);arguments: {
        $actualite: null
        $actualiteRepository: App\Repository\ActualiteRepository {#463 …}
        $formuleRepository: App\Repository\FormuleRepository {#442 …}
      }
    }
    /home/steakdesx/www/escs/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
      }
    }
    /home/steakdesx/www/escs/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
        $catch: true
      }
    }
    /home/steakdesx/www/escs/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 {#15 …}
      }
    }
    /home/steakdesx/www/escs/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/steakdesx/www/escs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/steakdesx/www/escs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#36 …8}