https://netisse2023.netissedev.com/index.php/fr/page_category/filter/flex-office/references

ErrorController

  • Request
  • Response
  • Cookies
  • Session 6
  • 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"
_stopwatch_token
"6bfaf5"
exception
0 of 0
Twig\Error\RuntimeError {#2391 #message: "Key "item_slug_fr" for array with keys "id, createdAt, isEnable, sous_category_name, slug_sous_category, description" does not exist." #code: 0 #file: "/mnt/disk/www/netisse2023/templates/front/pages/page_category/index.html.twig" #line: 33 -lineno: 33 -name: "front/pages/page_category/index.html.twig" -rawMessage: "Key "item_slug_fr" for array with keys "id, createdAt, isEnable, sous_category_name, slug_sous_category, description" does not exist." -sourcePath: "/mnt/disk/www/netisse2023/templates/front/pages/page_category/index.html.twig" -sourceCode: """ {% extends 'front/layouts/base.html.twig' %}\n \n {% block title %}\n \t{{ metaTitle() ? metaTitle() : 'front.menu.references'|trans({}, 'front') }}\n {% endblock %}\n \n {% block stylesheets %}\n \t{{ parent() }}\n \n {% endblock %}\n \n {% block body %}\n \t{% set idUrl = app.request.get('id') %}\n \n \t<div class="container reveal">\n \t{% if blocs is not null %}\n \t\t{% for bloc in blocs %}\n \t\t\t{% include "front/bloc/index.html.twig" %}\n \t\t{% endfor %}\n \t{% endif %}\n \t\t<div class="section-ref">\n \t\t{% if blocs is defined %}\n \t\t\t<h1 class="text-center">{{ 'front.references.cases'|trans({}, 'front') }}</h1>\n \t\t\t\t{% endif %}\n \n \t\t\t<div class="responsive-tabs">\n \t\t\t\t<div class="nav-menu-scroll">\n \t\t\t\t\t<ul class="nav">\n \t\t\t\t\t\t{% for itr, souscat in items %}\n \t\t\t\t\t\t\t<li class="nav-item">\n \t\t\t\t\t\t\t\n \t\t\t\t\t\t\t\t<span class="wlc-ws">Welcome</span>\n \t\t\t\t\t\t\t\t<a class="btn cat-touchscreen{% if idUrl == souscat.id %} active{% endif %}" href="{{ path('filter', {'id': souscat.slug_sous_category, 'slug': souscat.item_slug_fr}) }}" id="sousCategorieTitre">{{souscat.sous_category_name}}</a>\n \t\t\t\t\t\t\t</li>\n \n \t\t\t\t\t\t{% endfor %}\n \t\t\t\t\t\t<li class="nav-item d-lg-block d-md-none d-none">\n \t\t\t\t\t\t\t<a class="btn cat-all" style="text-align: center !important;" {% if page_category is defined %} href="{{ path('filter', {'id': 'voir_tout', 'slug' : page_category.slug}) }}" {% endif %}>{{ 'front.actions.see_all'|trans({}, 'front') }}</a>\n \t\t\t\t\t\t</li>\n \t\t\t\t\t</ul>\n \t\t\t\t</div>\n \t\t\t\t<div class="mt-3 mb-3 text-center d-lg-none d-md-block d-block">\n \t\t\t\t\t<a class="btn cat-all" style="text-align: center !important;" {% if page_category is defined %} href="{{ path('filter', {'id': 'voir_tout', 'slug' : page_category.slug }) }}" {% endif %}>{{ 'front.actions.see_all'|trans({}, 'front') }}</a>\n \t\t\t\t</div>\n \t\t\t\t<div class="cat-content">\n \t\t\t\t\t<div class="all-categories">\n \t\t\t\t\t\t<div class="row">\n \n \t\t\t\t\t\t\t{% for itr, PageitemsPage in pages %}\n \n \t\t\t\t\t\t\t\t<div class="col-md-6 item-cat-touchscreen">\n \t\t\t\t\t\t\t\t\t<div class="card all-card">\n \t\t\t\t\t\t\t\t\t\t<div class="box-img">\n \n \t\t\t\t\t\t\t\t\t\t\t{% set image_top = "" %}\n \t\t\t\t\t\t\t\t\t\t\t{% set image_down, logoPicture = "" , "" %}\n \n \n \t\t\t\t\t\t\t\t\t\t\t{% for key,PageitemsMedia in PageitemsPage %}\n \n \t\t\t\t\t\t\t\t\t\t\t\t{% if PageitemsPage[key].type == constant('App\\Entity\\Medias\\Media::TYPE_MEDIA_VIGNETTE') %}\n \t\t\t\t\t\t\t\t\t\t\t\t\t{% set image_top = asset(uploads_directory ~ PageitemsMedia.media_page_items_path ~ '/' ~ PageitemsMedia.media_page_items_file ) %}\n \t\t\t\t\t\t\t\t\t\t\t\t{% elseif PageitemsPage[key].type == constant('App\\Entity\\Medias\\Media::TYPE_MEDIA_STICKY') %}\n \t\t\t\t\t\t\t\t\t\t\t\t\t{% set image_down = asset(uploads_directory ~ PageitemsMedia.media_page_items_path ~ '/' ~ PageitemsMedia.media_page_items_file ) %}\n \t\t\t\t\t\t\t\t\t\t\t\t{% elseif PageitemsPage[key].type == constant('App\\Entity\\Medias\\Media::TYPE_MEDIA_LOGO_PICTURE') %}\n \t\t\t\t\t\t\t\t\t\t\t\t\t{% set logoPicture = asset(uploads_directory ~ PageitemsMedia.media_page_items_path ~ '/' ~ PageitemsMedia.media_page_items_file ) %}\n \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}\n \n \t\t\t\t\t\t\t\t\t\t\t{% endfor %}\n \t\t\t\t\t\t\t\t\t\t\t<a href="{{ path('front_page_show', {"slug": PageitemsPage[0].slug}) }}">\n \t\t\t\t\t\t\t\t\t\t\t\t<div style="background-image:url({{image_top}}) ;background-repeat: no-repeat; background-position: center;background-size:cover; ;" class="img1 card-img-ref">\n \t\t\t\t\t\t\t\t\t\t\t\t</div>\n \t\t\t\t\t\t\t\t\t\t\t</a>\n \t\t\t\t\t\t\t\t\t\t\t<div onclick="window.location='{{path('front_page_show', {"slug": PageitemsPage[0].slug}) }}';" style="background-image:url({{image_down}}) ;background-repeat: no-repeat;background-size: 100%; background-position: center; cursor:pointer ;" class="img2 card-img-ref">\n \t\t\t\t\t\t\t\t\t\t\t</div>\n \t\t\t\t\t\t\t\t\t\t\t{% if logoPicture %} <img src="{{ logoPicture }}" class="card-img-macaron"> {% endif %}\n \t\t\t\t\t\t\t\t\t\t</div>\n \n \t\t\t\t\t\t\t\t\t\t<div class="card-box">\n \t\t\t\t\t\t\t\t\t\t\t{% if PageitemsPage[0].description %}\n \t\t\t\t\t\t\t\t\t\t\t\t{{PageitemsPage[0].description | raw}}\n \n \t\t\t\t\t\t\t\t\t\t\t\t<a href="{{ path('front_page_show', {"slug": PageitemsPage[0].slug}) }}" class="btn btn-ref">{{ 'front.actions.read_more'|trans({}, 'front') }}</a>\n \t\t\t\t\t\t\t\t\t\t\t{% endif %}\n \t\t\t\t\t\t\t\t\t\t</div>\n \t\t\t\t\t\t\t\t\t</div>\n \t\t\t\t\t\t\t\t</div>\n \t\t\t\t\t\t\t{% endfor %}\n \n \t\t\t\t\t\t</div>\n \t\t\t\t\t</div>\n \n \t\t\t\t</div>\n \t\t\t</div>\n \t\t</div>\n \t</div>\n {% endblock %}\n \n {% block javascripts %}\n \t{{ parent() }}\n {% endblock %}\n """ trace: { /mnt/disk/www/netisse2023/templates/front/pages/page_category/index.html.twig:33 { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › \t<span class="wlc-ws">Welcome</span>\t<a class="btn cat-touchscreen{% if idUrl == souscat.id %} active{% endif %}" href="{{ path('filter', {'id': souscat.slug_sous_category, 'slug': souscat.item_slug_fr}) }}" id="sousCategorieTitre">{{souscat.sous_category_name}}</a></li> } /mnt/disk/www/netisse2023/var/cache/dev/twig/8d/8d7c295601593515c70f65755cb89ba4.php:195 { __TwigTemplate_64deeae9270102fbaecfde7e16541fef->block_body($context, array $blocks = []) … › echo "\" href=\"";echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("filter", ["id" => twig_get_attribute($this->env, $this->source, $context["souscat"], "slug_sous_category", [], "any", false, false, false, 33), "slug" => twig_get_attribute($this->env, $this->source, $context["souscat"], "item_slug_fr", [], "any", false, false, false, 33)]), "html", null, true);echo "\" id=\"sousCategorieTitre\">"; } /mnt/disk/www/netisse2023/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) { } /mnt/disk/www/netisse2023/templates/front/layouts/base.html.twig:40 { __TwigTemplate_043971c00d87575dfabf6f920698ea89->doDisplay(array $context, array $blocks = []) … › › {% block body %}{% endblock %}{% block footer %} } /mnt/disk/www/netisse2023/vendor/twig/twig/src/Template.php:405 { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { $this->doDisplay($context, $blocks);} catch (Error $e) { } /mnt/disk/www/netisse2023/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));} } /mnt/disk/www/netisse2023/var/cache/dev/twig/8d/8d7c295601593515c70f65755cb89ba4.php:51 { __TwigTemplate_64deeae9270102fbaecfde7e16541fef->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("front/layouts/base.html.twig", "front/pages/page_category/index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));} /mnt/disk/www/netisse2023/vendor/twig/twig/src/Template.php:405 { Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { $this->doDisplay($context, $blocks);} catch (Error $e) { } /mnt/disk/www/netisse2023/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));} } /mnt/disk/www/netisse2023/vendor/twig/twig/src/Template.php:390 { Twig\Template->render(array $context) … › try { $this->display($context);} catch (\Throwable $e) { } /mnt/disk/www/netisse2023/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] ?? []);} } /mnt/disk/www/netisse2023/vendor/twig/twig/src/Environment.php:318 { Twig\Environment->render($name, array $context = []) … › { return $this->load($name)->render($context);} } /mnt/disk/www/netisse2023/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string … › › return $this->container->get('twig')->render($view, $parameters);} } /mnt/disk/www/netisse2023/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response … › { $content = $this->renderView($view, $parameters);} /mnt/disk/www/netisse2023/src/Controller/front/Pages/CategoryController.php:74 { App\Controller\front\Pages\CategoryController->filter(string $id, $slug, PageRepository $pageRepo, PageSousCategoryRepository $pageSousCategoryRepo, PageCategoryRepository $pageCategoryRepository, PageCategoryLangRepository $pageCategoryLangRepository, BlocManager $blocManager): Response … › 'blocs' => $blocs,'page_category' => $infoPageCategory,} /mnt/disk/www/netisse2023/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);} /mnt/disk/www/netisse2023/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) { } /mnt/disk/www/netisse2023/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 { } /mnt/disk/www/netisse2023/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 { Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int … › { $response = $this->kernel->handle($this->request); $response->send(); } /mnt/disk/www/netisse2023/vendor/autoload_runtime.php:35 { require_once … › ->getRunner($app) ->run()); } /mnt/disk/www/netisse2023/public/index.php:4 { › › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: { "/mnt/disk/www/netisse2023/vendor/autoload_runtime.php" } } } }
logger
null

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"netisse2023.netissedev.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"994184709"
x-php-ob-level
"1"

Request Content

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