Error 500 Internal Server Error

GET https://kioene.copiaincolla.com/ricette/grantaliata-tex-mex

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
exception
Twig\Error\RuntimeError {#707
  #message: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_show_product" as such route does not exist.")."
  #code: 0
  #file: "/var/www/releases/13/templates/ricette/recipeDetail.html.twig"
  #line: 150
  -previous: Symfony\Component\Routing\Exception\RouteNotFoundException {#1129 …}
  -lineno: 150
  -name: "ricette/recipeDetail.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_show_product" as such route does not exist.")."
  -sourcePath: "/var/www/releases/13/templates/ricette/recipeDetail.html.twig"
  -sourceCode: ""
  trace: {
    /var/www/releases/13/templates/ricette/recipeDetail.html.twig:150 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › <div class="col-9 {% if recipe.ingredients %}col-md-4{% endif %} wow animate__fadeInRight" data-wow-delay="0.4s">    <a class="d-block" href="{{ path('app_show_product', {'category_slug': product.type.productType.slug, 'product_slug': product.slug}) }}">        <div class="productRow">
    }
    /var/www/releases/13/var/cache/dev/twig/b3/b33a477b7569e6b5cc24bbf9c8f18c0b.php:585 {
      __TwigTemplate_9dcca2d91f0bba6b5a12eb258df373e3->block_body($context, array $blocks = []) …
      › // line 224$this->displayBlock('content', $context, $blocks);// line 225
    }
    /var/www/shared/vendor/twig/twig/src/Template.php:182 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/releases/13/var/cache/dev/twig/b3/b33a477b7569e6b5cc24bbf9c8f18c0b.php:304 {
      __TwigTemplate_9dcca2d91f0bba6b5a12eb258df373e3->doDisplay(array $context, array $blocks = []) …
      › // line 207$this->displayBlock('body', $context, $blocks);// line 243
    }
    /var/www/shared/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/shared/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/releases/13/var/cache/dev/twig/31/31bb18ff79d6aa1ec0b68f0a071a9afc.php:50 {
      __TwigTemplate_ec5f8e6adc5efe1fb902378806add637->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "ricette/recipeDetail.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/shared/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/shared/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/shared/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/shared/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /var/www/shared/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php:242 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/shared/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);    $response ??= new Response();
    }
    /var/www/releases/13/src/Controller/RecipeController.php:186 {
      App\Controller\RecipeController->recipeDetail(Request $request, string $slug) …
      ›     'metatags' => $metatags,    'hreflangs' => $hreflangs,]);
    }
    /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}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
from
"gptbot(at)openai.com"
host
"kioene.copiaincolla.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.245"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-openai-host-hash
"489814080"
x-php-ob-level
"1"
x-real-ip
"20.171.207.245"

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, 16 Jun 2025 05:13:37 GMT"
x-debug-token
"b1ba05"

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, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"kioene.copiaincolla.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.245"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_OPENAI_HOST_HASH
"489814080"
HTTP_X_REAL_IP
"20.171.207.245"
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
"/ricette/grantaliata-tex-mex"
REMOTE_ADDR
"10.90.254.254"
REMOTE_PORT
"57278"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1750050817
REQUEST_TIME_FLOAT
1750050817.6667
REQUEST_URI
"/ricette/grantaliata-tex-mex"
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"

Parent Request

Return to parent request (token = 3b2d21)

Key Value
_controller
"App\Controller\RecipeController::recipeDetail"
_firewall_context
"security.firewall.map.context.main"
_locale
"it"
_route
"app_recipes_detail"
_route_params
[
  "_locale" => "it"
  "slug" => "grantaliata-tex-mex"
]
_security_firewall_run
"_security_main"
slug
"grantaliata-tex-mex"