Error 404 Not Found

GET https://kioene.copiaincolla.com/en/categories/burger-vegetali

Forwarded to ErrorController (d261a7)

ProductController :: productCategory

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ProductController::productCategory"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_route
"app_product_category_show"
_route_params
[
  "_locale" => "en"
  "urlChain" => "burger-vegetali"
]
_security_firewall_run
"_security_main"
urlChain
"burger-vegetali"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"kioene.copiaincolla.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.41"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.41"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Sun, 15 Jun 2025 22:19:37 GMT"
expires
"-1"
pragma
"no-cache"
x-debug-token
"f8d91e"
x-debug-token-link
"https://kioene.copiaincolla.com/_profiler/d261a7"
x-previous-debug-token
"d261a7"

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
"ae834c07d680407661be25c76d50079d"
BASE_HOST
"kioene.copiaincolla.com"
DATABASE_URL
"mysql://root:copiaincolla@127.0.0.1:3306/kioene"
DE_HOST
"www.kioene.de"
EMAIL_ADDRESS_HELP
"qualityclaims@kioene.com"
EMAIL_ADDRESS_JOB
"job@kioene.com"
EMAIL_ADDRESS_SENDER
"noreply@kioene.com"
LIIP_IMAGE_BASEPATH
"/var/www/vhosts/kioene/current/public/uploads/media/cache"
MAILER_DSN
"smtp://MS_4QOwpB@kioene.com:f0xTi9OW4iFNIhuV@smtp.mailersend.net:587?verify_peer=0&encryption=tls&auth_mode=login"
RECAPTCHA_KEY_V3
"6Le2YJklAAAAAGzJpo8oEXpMfty0SQEtvtpAVrQj"
RECAPTCHA_SECRET_V3
"6Le2YJklAAAAAL9FkeUTXdN4XyvzhNVclSuOlilI"

Defined as regular env variables

Key Value
APP_DEBUG
"0"
CONTEXT_DOCUMENT_ROOT
"/var/www/current/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/current/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"kioene.copiaincolla.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.41"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"216.73.216.41"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_APP_DEBUG
"0"
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/en/categories/burger-vegetali"
REMOTE_ADDR
"10.90.254.254"
REMOTE_PORT
"50966"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1750025977
REQUEST_TIME_FLOAT
1750025977.5926
REQUEST_URI
"/en/categories/burger-vegetali"
SCRIPT_FILENAME
"/var/www/current/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.90.1.78"
SERVER_ADMIN
"sysadmin@copiancolla.com"
SERVER_NAME
"kioene.copiaincolla.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at kioene.copiaincolla.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,RECAPTCHA_KEY_V3,RECAPTCHA_SECRET_V3,LIIP_IMAGE_BASEPATH,EMAIL_ADDRESS_SENDER,EMAIL_ADDRESS_HELP,EMAIL_ADDRESS_JOB,MAILER_DSN,BASE_HOST,DE_HOST"

Sub Requests 1

ErrorController (token = d261a7)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#544
  #message: "Unable to find burger-vegetali path"
  #code: 0
  #file: "/var/www/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 317
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php:317 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /var/www/releases/13/src/Controller/ProductController.php:66 {
      App\Controller\ProductController->productCategory(Request $request, ProductCategoryUrlChainGenerator $productCategoryUrlChainGenerator, ?string $urlChain) …
      › if(!is_array($productCategories)) {    throw $this->createNotFoundException("Unable to find {$urlChain} path");}
    }
    /var/www/shared/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);}
    /var/www/shared/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/shared/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {
    }
    /var/www/shared/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/shared/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/releases/13/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/shared/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#92 …9}