http://bookinboo.com.hicham.tech/robots.txt

LivreController :: show

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\LivreController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_livre_show"
_route_params
[
  "id" => "robots.txt"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"f2f8ca"
id
"robots.txt"

Request Headers

Header Value
content-length
"0"
host
"bookinboo.com.hicham.tech"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
x-forwarded-for
"52.7.13.143"
x-forwarded-host
"bookinboo.com.hicham.tech"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-forwarded-server
"bookinboo.com.hicham.tech"
x-php-ob-level
"0"
x-real-ip
"52.7.13.143"

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, 23 Dec 2024 12:49:30 GMT"
vary
"Accept"
x-debug-exception
"App%5CEntity%5CLivre%20object%20not%20found%20by%20the%20%40ParamConverter%20annotation."
x-debug-exception-file
"%2Fhome%2Fhichamkakashi%2Fbookinboo.com%2Fvendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FRequest%2FParamConverter%2FDoctrineParamConverter.php:107"
x-debug-token
"7c3e24"
x-debug-token-link
"http://bookinboo.com.hicham.tech/_profiler/528ad0"
x-previous-debug-token
"528ad0"
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
"1c67552d7084bbc104705dd7b4c79818"
DATABASE_URL
"mysql://hichamkakashi_hicham:Kakashi123456@@127.0.0.1:3306/hichamkakashi_livre"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/hichamkakashi/bookinboo.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/hichamkakashi/bookinboo.com/public"
HTTP_HOST
"bookinboo.com.hicham.tech"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
HTTP_X_FORWARDED_FOR
"52.7.13.143"
HTTP_X_FORWARDED_HOST
"bookinboo.com.hicham.tech"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_FORWARDED_SERVER
"bookinboo.com.hicham.tech"
HTTP_X_REAL_IP
"52.7.13.143"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
PWD
"/"
QUERY_STRING
""
REDIRECT_SCRIPT_URI
"http://bookinboo.com.hicham.tech/robots.txt"
REDIRECT_SCRIPT_URL
"/robots.txt"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z2lcWjbmkCycZBO7RTGKnQAAARE"
REDIRECT_URL
"/robots.txt"
REDIRECT_isproxyrequest
"1"
REMOTE_ADDR
"52.7.13.143"
REMOTE_PORT
"38668"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1734958170
REQUEST_TIME_FLOAT
1734958170.2657
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/home/hichamkakashi/bookinboo.com/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://bookinboo.com.hicham.tech/robots.txt"
SCRIPT_URL
"/robots.txt"
SERVER_ADDR
"203.161.48.37"
SERVER_ADMIN
"webmaster@bookinboo.com.hicham.tech"
SERVER_NAME
"bookinboo.com.hicham.tech"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"Z2lcWjbmkCycZBO7RTGKnQAAARE"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 528ad0)

Key Value
_controller
"error_controller"
_stopwatch_token
"eaa507"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#670
  -statusCode: 404
  -headers: []
  #message: "App\Entity\Livre object not found by the @ParamConverter annotation."
  #code: 0
  #file: "/home/hichamkakashi/bookinboo.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php"
  #line: 107
  trace: {
    /home/hichamkakashi/bookinboo.com/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);}
    }
    /home/hichamkakashi/bookinboo.com/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 {#482 …}
      }
    }
    /home/hichamkakashi/bookinboo.com/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 {#482 …}
      }
    }
    /home/hichamkakashi/bookinboo.com/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: [ …3]
      }
    }
    /home/hichamkakashi/bookinboo.com/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 {#289 …}
        ...: {
          "kernel.controller"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
        }
      }
    }
    /home/hichamkakashi/bookinboo.com/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 {#289 …}
        $eventName: "kernel.controller"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
      }
    }
    /home/hichamkakashi/bookinboo.com/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 {#289 …}
      }
    }
    /home/hichamkakashi/bookinboo.com/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 {#289 …}
        $eventName: "kernel.controller"
      }
    }
    /home/hichamkakashi/bookinboo.com/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 {#289 …}
        $eventName: "kernel.controller"
      }
    }
    /home/hichamkakashi/bookinboo.com/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
      }
    }
    /home/hichamkakashi/bookinboo.com/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
      }
    }
    /home/hichamkakashi/bookinboo.com/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 …}
      }
    }
    /home/hichamkakashi/bookinboo.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/hichamkakashi/bookinboo.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/hichamkakashi/bookinboo.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#151 …9}