https://bookoach.com/en/admin/experience/2/add-highlights

ExperienceController :: addHighlights

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\admin\ExperienceController::addHighlights"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"add_highlights"
_route_params
[
  "_locale" => "en"
  "id" => "2"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"381f87"
id
"2"

Request Headers

Header Value
accept-encoding
"gzip,deflate"
connection
"close"
host
"bookoach.com"
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-https
"1"
x-php-ob-level
"0"

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 04:14:28 GMT"
x-debug-exception
"The%20identifier%20id%20is%20missing%20for%20a%20query%20of%20App%5CEntity%5CCategory"
x-debug-exception-file
"%2Fhome%2Fbookoachroot%2Fpublic_html%2Fvendor%2Fdoctrine%2Form%2Fsrc%2FException%2FMissingIdentifierField.php:13"
x-debug-token
"fc41e6"
x-debug-token-link
"https://bookoach.com/_profiler/01fe7e"
x-previous-debug-token
"01fe7e"
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
"2ca64f8d83b9e89f5f19d672841d6bb8"
DATABASE_URL
"mysql://bookoachroot_24user_db1:Ohulge3t^RDe@127.0.0.1:3306/bookoachroot_db1_24"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/usr/local/cpanel/cgi-sys/"
CONTEXT_PREFIX
"/cgi-sys"
DOCUMENT_ROOT
"/home/bookoachroot/public_html"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"bookoach.com"
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_HTTPS
"1"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/home/bookoachroot/public_html/public/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/cpanel/cgi-sys/ea-php81"
ORIG_SCRIPT_NAME
"/cgi-sys/ea-php81"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_HANDLER
"application/x-httpd-ea-php81"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/index.php"
REMOTE_ADDR
"52.203.237.170"
REMOTE_PORT
"10665"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734840868
REQUEST_TIME_FLOAT
1734840868.8181
REQUEST_URI
"/en/admin/experience/2/add-highlights"
SCRIPT_FILENAME
"/home/bookoachroot/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://bookoach.com/en/admin/experience/2/add-highlights"
SCRIPT_URL
"/en/admin/experience/2/add-highlights"
SERVER_ADDR
"92.205.229.182"
SERVER_ADMIN
"webmaster@bookoach.com"
SERVER_NAME
"bookoach.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"bookoach.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
TZ
"UTC"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 01fe7e)

Key Value
_controller
"error_controller"
_stopwatch_token
"618003"
exception
Doctrine\ORM\Exception\MissingIdentifierField {#634
  #message: "The identifier id is missing for a query of App\Entity\Category"
  #code: 0
  #file: "/home/bookoachroot/public_html/vendor/doctrine/orm/src/Exception/MissingIdentifierField.php"
  #line: 13
  trace: {
    /home/bookoachroot/public_html/vendor/doctrine/orm/src/Exception/MissingIdentifierField.php:13 {
      Doctrine\ORM\Exception\MissingIdentifierField::fromFieldAndClass(string $fieldName, string $className): self …
      › {    return new self(sprintf(        'The identifier %s is missing for a query of %s',
    }
    /home/bookoachroot/public_html/vendor/doctrine/orm/src/EntityManager.php:462 {
      Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
      › if (! isset($id[$identifier])) {    throw MissingIdentifierField::fromFieldAndClass($identifier, $class->name);}
      arguments: {
        $fieldName: "id"
        $className: "App\Entity\Category"
      }
    }
    /home/bookoachroot/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
      Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
      › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "App\Entity\Category"
        $id: [ …1]
        $lockMode: null
        $lockVersion: null
      }
    }
    /home/bookoachroot/public_html/src/Controller/admin/ExperienceController.php:75 {
      App\Controller\admin\ExperienceController->addHighlights(Request $request, $id, ManagerRegistry $doctrine) …
      › $experience = $em->getRepository(Experience::class)->find($id);\r$category = $em->getRepository(Category::class)->find($request->get('category'));\r$country = $em->getRepository(Country::class)->find($request->get('country'));\r
      arguments: {
        $id: null
      }
    }
    /home/bookoachroot/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);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
        $id: "2"
        $doctrine: Doctrine\Bundle\DoctrineBundle\Registry {#233 …}
      }
    }
    /home/bookoachroot/public_html/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 {#53 …}
        $type: 1
      }
    }
    /home/bookoachroot/public_html/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 {#53 …}
        $type: 1
        $catch: true
      }
    }
    /home/bookoachroot/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();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#53 …}
      }
    }
    /home/bookoachroot/public_html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/bookoachroot/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/bookoachroot/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#36 …9}