https://2ei-sarl.com/m/index.html

DefaultController :: detailMenu

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\DefaultController::detailMenu"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_detail_menu"
_route_params
[
  "slug" => "index.html"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"00c31a"
slug
"index.html"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"fikker-Wlyt-7hIO=GKK8gDy2WBm0a8UOyhgfMhkXQZUr9Vif"
host
"2ei-sarl.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.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
"Sun, 22 Dec 2024 22:36:58 GMT"
vary
"Accept"
x-debug-exception
"Warning%3A%20Undefined%20array%20key%200"
x-debug-exception-file
"%2Fhome%2Fu175793221%2Fdomains%2F2ei-sarl.com%2Fpublic_html%2Fsrc%2FController%2FDefaultController.php:28"
x-debug-token
"60603c"
x-debug-token-link
"https://2ei-sarl.com/_profiler/4c872c"
x-previous-debug-token
"4c872c"
x-robots-tag
"noindex"

Cookies

Request Cookies

Key Value
fikker-Wlyt-7hIO
"GKK8gDy2WBm0a8UOyhgfMhkXQZUr9Vif"

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
"59b0f3eb3e195fbe96d1cd2400c503a8"
DATABASE_URL
"mysql://u175793221_root2ei:Alafia12ei@127.0.0.1:3306/u175793221_2ei?serverVersion=8&charset=utf8mb4"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/u175793221/domains/2ei-sarl.com/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"fikker-Wlyt-7hIO=GKK8gDy2WBm0a8UOyhgfMhkXQZUr9Vif"
HTTP_HOST
"2ei-sarl.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"shared"
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/m/index.html"
REMOTE_ADDR
"18.118.186.156"
REMOTE_PORT
"35172"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734907018
REQUEST_TIME_FLOAT
1734907018.4447
REQUEST_URI
"/m/index.html"
SCRIPT_FILENAME
"/home/u175793221/domains/2ei-sarl.com/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://2ei-sarl.com/m/index.html"
SCRIPT_URL
"/m/index.html"
SERVER_ADDR
"195.35.49.162"
SERVER_ADMIN
""
SERVER_NAME
"2ei-sarl.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN"
X-LSCACHE
"on,crawler,esi,combine"
X_SPDY
"HTTP2"

Sub Requests 1

ErrorController (token = 4c872c)

Key Value
_controller
"error_controller"
_stopwatch_token
"e2f97b"
exception
ErrorException {#515
  #message: "Warning: Undefined array key 0"
  #code: 0
  #file: "/home/u175793221/domains/2ei-sarl.com/public_html/src/Controller/DefaultController.php"
  #line: 28
  #severity: E_WARNING
  trace: {
    /home/u175793221/domains/2ei-sarl.com/public_html/src/Controller/DefaultController.php:28 {
      App\Controller\DefaultController->detailMenu(MenuRepository $MenuRepo, PublicationRepository $PubRepo, CoordonneeRepository $coordonneeRepository, $slug = null): Response …
      › {    $menu = $MenuRepo->findBy(["slug" => $slug])[0];    $publications = $PubRepo->findBy(['menu' => $menu->getId()]);
    }
    /home/u175793221/domains/2ei-sarl.com/public_html/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);}
    /home/u175793221/domains/2ei-sarl.com/public_html/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/u175793221/domains/2ei-sarl.com/public_html/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/u175793221/domains/2ei-sarl.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/u175793221/domains/2ei-sarl.com/public_html/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/u175793221/domains/2ei-sarl.com/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/u175793221/domains/2ei-sarl.com/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#40 …9}