http://dutoner.ell.mademonstration.fr/fr_FR/

ErrorController

  • Request
  • Response
  • Cookies
  • Session 8
  • Flashes
  • Server Parameters
  • Parent Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_links
0 of 0
Fig\Link\GenericLinkProvider {#22576 -links: [ "00000000689076b800000000561e7e09" => Fig\Link\Link {#22575 -href: "http://dutoner.ell.mademonstration.fr/new-api/docs.jsonld" -rel: [ "http://www.w3.org/ns/hydra/core#apiDocumentation" => true ] -attributes: [] } ] }
_stopwatch_token
"8f2567"
exception
0 of 0
Twig\Error\RuntimeError {#8521 -lineno: 15 -name: "@SyliusShop/Taxon/_horizontalMenu.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "sylius_shop_product_index" must match ".+(?<!/)" ("" given) to generate a corresponding URL.")." -sourcePath: "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Taxon/_horizontalMenu.html.twig" -sourceCode: """ {% macro item(taxon) %}\n {% import _self as macros %}\n \n {% if taxon.enabledChildren|length > 0 %}\n <div class="ui dropdown item" {{ sylius_test_html_attribute('menu-item') }}>\n <span class="text">{{ taxon.name }}</span>\n <i class="dropdown icon"></i>\n <div class="menu">\n {% for childTaxon in taxon.enabledChildren %}\n {{ macros.item(childTaxon) }}\n {% endfor %}\n </div>\n </div>\n {% else %}\n <a href="{{ path('sylius_shop_product_index', {'slug': taxon.slug, '_locale': taxon.translation.locale}) }}" class="item" {{ sylius_test_html_attribute('menu-item') }}>{{ taxon.name }}</a>\n {% endif %}\n {% endmacro %}\n \n {% import _self as macros %}\n \n {% if taxons|length > 0 %}\n <div class="ui large stackable menu" {{ sylius_test_html_attribute('menu') }}>\n {% for taxon in taxons %}\n {{ macros.item(taxon) }}\n {% endfor %}\n </div>\n {% endif %}\n """ #message: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "sylius_shop_product_index" must match ".+(?<!/)" ("" given) to generate a corresponding URL.")." #code: 0 #file: "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Taxon/_horizontalMenu.html.twig" #line: 15 -previous: Symfony\Component\Routing\Exception\InvalidParameterException {#22338 …} trace: { /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Taxon/_horizontalMenu.html.twig:15 { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › {% else %} <a href="{{ path('sylius_shop_product_index', {'slug': taxon.slug, '_locale': taxon.translation.locale}) }}" class="item" {{ sylius_test_html_attribute('menu-item') }}>{{ taxon.name }}</a>{% endif %} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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));} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:390 { Twig\Template->render(array $context) … › try { $this->display($context);} catch (\Throwable $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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] ?? []);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php:318 { Twig\Environment->render($name, array $context = []) … › { return $this->load($name)->render($context);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:235 { Sylius\Bundle\ResourceBundle\Controller\ResourceController->render(string $view, array $parameters = [], Response $response = null): Response … › } elseif ($this->container->has('twig')) { $content = $this->container->get('twig')->render($view, $parameters);} else { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:164 { Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response … › 'resources' => $resources, $this->metadata->getPluralName() => $resources,]); } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:74 { 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/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 { Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response … › try { return $kernel->handle($request, $type, $catch);} finally { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:80 { Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) … › try { return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85 { Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, string $renderer = 'inline', array $options = []) … › › return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:49 { Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, string $renderer = 'inline', array $options = []) … › › return parent::render($uri, $renderer, $options);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:46 { Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment($uri, array $options = []): string … › › return $this->handler->render($uri, $strategy, $options);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Layout/Header/_menu.html.twig:1 { __TwigTemplate_7766020e13a50d5d0f7350a1a93e88c3c97465fafe47aac984abd35011c96b6a->doDisplay(array $context, array $blocks = []) … › › {{ render(url('sylius_shop_partial_channel_menu_taxon_index', {'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:405 { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { $this->doDisplay($context, $blocks);} catch (Error $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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));} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:390 { Twig\Template->render(array $context) … › try { $this->display($context);} catch (\Throwable $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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] ?? []);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php:318 { Twig\Environment->render($name, array $context = []) … › { return $this->load($name)->render($context);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php:32 { Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer->render(TemplateBlock $templateBlock, array $context = []): string … › $templateBlock->getTemplate(), array_replace($templateBlock->getContext(), $context)); } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php:35 { Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer->render(TemplateBlock $templateBlock, array $context = []): string … › › $renderedBlock = $this->templateBlockRenderer->render($templateBlock, $context);} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php:43 { Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer->render(TemplateBlock $templateBlock, array $context = []): string … › › $renderedParts[] = $this->templateBlockRenderer->render($templateBlock, $context);} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php:33 { Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer->render(array $eventNames, array $context = []): string … › foreach ($templateBlocks as $templateBlock) { $renderedTemplates[] = $this->templateBlockRenderer->render($templateBlock, $context);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php:34 { Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer->render(array $eventNames, array $context = []): string … › › $renderedEvent = $this->templateEventRenderer->render($eventNames, $context);} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php:43 { Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer->render(array $eventNames, array $context = []): string … › › $renderedParts[] = $this->templateEventRenderer->render($eventNames, $context);} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php:41 { Sylius\Bundle\UiBundle\Twig\TemplateEventExtension->render(array|string $eventName, array $context = []): string … › { return $this->templateEventRenderer->render((array) $eventName, $context);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/layout.html.twig:34 { __TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555->block_header($context, array $blocks = []) … › <header> {{ sylius_template_event('sylius.shop.layout.header') }}</header> } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/layout.html.twig:32 { __TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555->doDisplay(array $context, array $blocks = []) … › <div class="ui container"> {% block header %} <header> } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:405 { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { $this->doDisplay($context, $blocks);} catch (Error $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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));} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php:48 { __TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@SyliusShop/layout.html.twig", "@SyliusShop/Homepage/index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:405 { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { $this->doDisplay($context, $blocks);} catch (Error $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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));} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:390 { Twig\Template->render(array $context) … › try { $this->display($context);} catch (\Throwable $e) { } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/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] ?? []);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php:318 { Twig\Environment->render($name, array $context = []) … › { return $this->load($name)->render($context);} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php:29 { Sylius\Bundle\ShopBundle\Controller\HomepageController->indexAction(Request $request): Response … › { return new Response($this->templatingEngine->render('@SyliusShop/Homepage/index.html.twig'));} } /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:74 { 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/ell/domains/dutoner.ell.mademonstration.fr/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/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } }
logger
0 of 0
Symfony\Bridge\Monolog\Logger {#1179 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
cookie
"sf_redirect=%7B%22token%22%3A%229c6ac3%22%2C%22route%22%3A%22sylius_shop_homepage%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22Symfony%5C%5CBundle%5C%5CFrameworkBundle%5C%5CController%5C%5CRedirectController%22%2C%22method%22%3A%22urlRedirectAction%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fell%5C%2Fdomains%5C%2Fdutoner.ell.mademonstration.fr%5C%2Fpublic_html%5C%2Fvendor%5C%2Fsymfony%5C%2Fframework-bundle%5C%2FController%5C%2FRedirectController.php%22%2C%22line%22%3A110%7D%2C%22status_code%22%3A301%2C%22status_text%22%3A%22Moved%20Permanently%22%7D"
host
"dutoner.ell.mademonstration.fr"
referer
"http://dutoner.ell.mademonstration.fr/fr_FR"
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).