ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
Key | Value |
---|---|
_controller | "error_controller" |
_stopwatch_token | "e7e395" |
exception | Twig\Error\RuntimeError {#1419 #message: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("slug") to generate a URL for route "app_home_show".")." #code: 0 #file: "/home/bestofi/bestof/templates/home/listingGrid.html.twig" #line: 128 -previous: Symfony\Component\Routing\Exception\MissingMandatoryParametersException {#1492 …} -lineno: 128 -name: "home/listingGrid.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("slug") to generate a URL for route "app_home_show".")." -sourcePath: "/home/bestofi/bestof/templates/home/listingGrid.html.twig" -sourceCode: """ {% extends 'base2.html.twig' %}\n \n {% block body %}\n <div class="font-inter dark:bg-background sticky-header-first-content">\n <div class="dark:bg-background">\n <div class="relative flex items-start pt-10">\n <div\n class="listing-sidebar bg-white dark:bg-foreground shadow-front-2 z-50 lg:w-80 w-full lg:sticky fixed transition-all ease-in-out translate-x-0 lg:left-0 -left-full top-20 lg:h-full h-screen"\n >\n <div\n class="border-b lg:border-gray-200 border-transparent dark:border-foreground p-5"\n >\n <p\n class="text-gray-700 text-lg dark:text-gray-300 font-semibold lg:block hidden"\n >\n Filter\n </p>\n <div class="lg:hidden flex justify-between container mx-auto">\n <svg\n xmlns="http://www.w3.org/2000/svg"\n class="h-6 w-6"\n fill="none"\n viewBox="0 0 24 24"\n stroke="currentColor"\n stroke-width="2"\n >\n <path\n stroke-linecap="round"\n stroke-linejoin="round"\n d="M11 17l-5-5m0 0l5-5m-5 5h12"\n />\n </svg>\n <svg\n xmlns="http://www.w3.org/2000/svg"\n class="h-6 w-6 close-left-sidebar"\n fill="none"\n viewBox="0 0 24 24"\n stroke="currentColor"\n stroke-width="2"\n >\n <path\n stroke-linecap="round"\n stroke-linejoin="round"\n d="M6 18L18 6M6 6l12 12"\n />\n </svg>\n </div>\n </div>\n \n {{ form_start(form) }}\n \n <div class="p-5 h-5/6 overflow-y-auto">\n <!-- Search bar Start-->\n <div class="">\n {{ form_row(form.q, { 'attr': {'class': 'border border-gray-200 dark:border-gray-800 dark:text-gray-300 rounded-lg px-4 dark:bg-foreground py-[11px] shadow-input hover:border hover:border-blue-200 focus:border-blue-200 focus:outline-none w-5/6 mb-4'} })}}\n </div>\n <!-- Search bar END-->\n \n <p\n class="mb-1 text-gray-700 text-[17px] dark:text-gray-300 font-semibold lg:block hidden"\n >\n Les catégories\n </p>\n \n <!-- Category filter Start-->\n {% block _category_widget %}\n {% for child in form.Category %}\n {{ form_widget(child) }}\n {{ form_label(child) }}\n <br>\n {% endfor %}\n {% endblock %}\n <!-- Category filter END-->\n \n <p\n class="mb-1 mt-4 text-gray-700 text-[17px] dark:text-gray-300 font-semibold lg:block hidden"\n >\n Commerce véfifié\n </p>\n \n <!-- Vefified filter Start-->\n <label class="flex items-center mb-1 cursor-pointer">\n {{ form_widget(form.verified) }}\n <span class="ml-2 text-gray-700 text-[12px] dark:text-gray-300">\n Vérifié par Best of Sarlat\n </span>\n </label>\n <!-- Vefified filter END-->\n \n <!-- Submit Start-->\n <button\n type="submit"\n class="bg-blue-500 text-white hover:bg-blue-600 rounded-lg w-full p-3.5 mt-9 mb-4"\n >\n Lancer la recherche\n </button>\n <!-- Submit END-->\n \n {{ form_end(form) }}\n </div>\n </div>\n \n <div\n class="listing-sidebar-overlay fixed w-full h-full inset-0 z-10 cursor-pointer bg-black opacity-70 hidden"\n ></div>\n <div class="flex-1"> \n \n <!-- content-start -->\n \n <!-- main content started -->\n <div class="flex items-start">\n <div class="lg:basis-96 basis-auto lg:flex-shrink-0 flex-shrink mr-7">\n <div class="flex justify-between flex-wrap mb-3">\n <p\n class="text-lg font-semibold text-gray-500 dark:text-gray-200 p-5"\n >\n {% set available_shops = shops|filter(shop => shop.available == true) %}\n <p>Commerces disponibles - <span class="text-gray-700">{{ available_shops|length }}</span> résultats</p> \n </div>\n \n \n <!-- start shop --> \n {% for shop in shops %}\n {% if shop.available %}\n \n <div class="pl-7 mb-5 item js-marker" data-lat="{{ shop.latitude }}" data-lng="{{ shop.longitude}}">\n <a\n href="{{ path('app_home_show', {'id' : shop.id })}}"\n class="flex lg:flex-row flex-col bg-white shadow-front-2 dark:bg-foreground mb-7"\n >\n <div class="grid lg:grid-cols-1 sm:grid-cols-2 grid-cols-1 gap-7">\n <div\n id="map-1"\n class="cursor-pointer overflow-hidden rounded-t-lg group"\n >\n <div class="relative overflow-hidden">\n \n <img\n class="w-full h-80 object-cover rounded-t-lg group-hover:scale-105 transition-all"\n src="img/Image/landing-page-image/researching.jpg"\n alt=""\n />\n <div\n class="absolute bottom-0 top-1/2 flex items-start flex-col justify-end left-0 pb-5 pl-5 pt-2 card-linear-gradient w-full"\n >\n {% for category in shop.categories %}\n <span\n class="bg-pink-600 text-xs text-white rounded-full px-3 py-1 mb-3 inline-flex"\n >{{ category.name }}</span\n >\n {% endfor %}\n <div class="flex text-white items-center mb-2">\n <h2 class="text-xl capitalize font-semibold mr-2">\n {{ shop.name }}\n </h2>\n {% if shop.verified == true %}\n <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M15.6562 4.34313C16.4688 5.15625 16.6906 6.31875 16.4031 7.34688C17.3531 7.85 18 8.85 18 10C18 11.15 17.3531 12.15 16.4031 12.6531C16.7188 13.6812 16.4688 14.8156 15.6562 15.6562C14.8156 16.4688 13.6812 16.6906 12.6531 16.4031C12.15 17.3531 11.15 18 10 18C8.85 18 7.85 17.3531 7.34688 16.4031C6.31875 16.7188 5.15625 16.4688 4.34313 15.6562C3.53 14.8156 3.28125 13.6812 3.59687 12.6531C2.64687 12.15 2 11.15 2 10C2 8.85 2.64687 7.85 3.59687 7.34688C3.25312 6.31875 3.53 5.15625 4.34313 4.34313C5.15625 3.53 6.31875 3.28125 7.34688 3.59687C7.85 2.64687 8.85 2 10 2C11.15 2 12.15 2.64687 12.6531 3.59687C13.6812 3.25312 14.8156 3.53 15.6562 4.34313Z"\n fill="#00AB55"\n />\n <path\n d="M7 10L8.64645 11.6464C8.84171 11.8417 9.15829 11.8417 9.35355 11.6464L13 8"\n stroke="white"\n stroke-width="1.2"\n stroke-linecap="round"\n />\n </svg>\n {% endif %}\n </div>\n <p class="text-sm font-normal text-white mb-4">\n {{ shop.addressCity }}\n </p>\n </div>\n </div>\n <div\n class="flex justify-between p-6 bg-gray-100 dark:bg-foreground rounded-b-lg"\n >\n <div class="flex">\n <div class="flex">\n <svg\n class="w-5 mr-0 h-auto flex-shrink-0 text-yellow-400"\n xmlns="http://www.w3.org/2000/svg"\n class="h-5 w-5"\n viewBox="0 0 20 20"\n fill="currentColor"\n >\n <path\n d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"\n />\n </svg>\n <svg\n class="w-5 mr-0 h-auto flex-shrink-0 text-yellow-400"\n xmlns="http://www.w3.org/2000/svg"\n class="h-5 w-5"\n viewBox="0 0 20 20"\n fill="currentColor"\n >\n <path\n d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"\n />\n </svg>\n <svg\n class="w-5 mr-0 h-auto flex-shrink-0 text-yellow-400"\n xmlns="http://www.w3.org/2000/svg"\n class="h-5 w-5"\n viewBox="0 0 20 20"\n fill="currentColor"\n >\n <path\n d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"\n />\n </svg>\n <svg\n class="w-5 mr-0 h-auto flex-shrink-0 text-yellow-400"\n xmlns="http://www.w3.org/2000/svg"\n class="h-5 w-5"\n viewBox="0 0 20 20"\n fill="currentColor"\n >\n <path\n d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"\n />\n </svg>\n <svg\n class="w-5 mr-0 h-auto flex-shrink-0 text-yellow-400"\n xmlns="http://www.w3.org/2000/svg"\n class="h-5 w-5"\n viewBox="0 0 20 20"\n fill="currentColor"\n >\n <path\n d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"\n />\n </svg>\n </div>\n <span class="text-base mx-2 dark:text-gray-100">{{ shop.rating }}</span>\n <span class="text-gray-500 dark:text-gray-400">(56)</span>\n </div>\n </div>\n </div>\n \n </div>\n </a>\n </div>\n {% endif %}\n {% endfor %}\n \n </div>\n <div class="w-screen h-90 flex flex-row map-container-grid ">\n <div id="map" class="float-right h-full flex-1">\n </div>\n </div>\n \n <button\n type="button"\n class="bg-white p-4 map-btn lg:hidden shadow-front-3 items-center flex fixed bottom-7 left-1/2 -translate-x-1/2"\n >\n <svg\n class="mr-2 text-blue-500"\n width="16"\n height="16"\n viewBox="0 0 16 16"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M10.6668 4.98896C10.6668 6.16693 9.04232 8.26612 8.32899 9.11184C8.15787 9.33837 7.84232 9.33837 7.67121 9.11184C6.95788 8.26612 5.33343 6.16693 5.33343 4.98896C5.33343 3.55922 6.52676 2.40002 8.0001 2.40002C9.47343 2.40002 10.6668 3.55922 10.6668 4.98896ZM8.0001 5.67934C8.49121 5.67934 8.88899 5.29316 8.88899 4.81636C8.88899 4.33978 8.49121 3.95339 8.0001 3.95339C7.50899 3.95339 7.11121 4.33978 7.11121 4.81636C7.11121 5.29316 7.50899 5.67934 8.0001 5.67934ZM11.0579 6.27911C11.069 6.25322 11.0801 6.22733 11.0912 6.19929L13.669 5.19823C14.0201 5.06231 14.4001 5.31258 14.4001 5.67934V11.5217C14.4001 11.7331 14.2668 11.923 14.0645 12.0028L10.8445 13.252V6.72355C10.9223 6.57468 10.9934 6.42798 11.0579 6.27911ZM4.94232 6.27911C5.00676 6.42798 5.07788 6.57468 5.15565 6.72355V12.1474L2.33143 13.2455C1.98121 13.362 1.6001 13.1312 1.6001 12.7644V6.92203C1.6001 6.7106 1.73288 6.50133 1.93543 6.44092L4.65788 5.38377C4.71121 5.69013 4.8201 5.99433 4.94232 6.27911ZM8.88454 9.54333C9.19343 9.18735 9.67787 8.57679 10.1334 7.90151V13.28L5.86676 12.0956V7.90151C6.32232 8.57679 6.80676 9.18735 7.11565 9.54333C7.57121 10.1151 8.42899 10.1151 8.88454 9.54333Z"\n fill="currentColor"\n />\n </svg>\n Map View\n </button>\n </div>\n </div>\n </div>\n </div>\n \n <div class="scroll-top-btn opacity-0 transition-all">\n <button\n type="button"\n class="bg-blue-500 p-2 fixed z-50 bottom-0 hover:-translate-y-2 transition-all right-0 m-10 rounded-full"\n >\n <svg\n xmlns="http://www.w3.org/2000/svg"\n class="h-6 w-6 text-white"\n fill="none"\n viewBox="0 0 24 24"\n stroke="currentColor"\n stroke-width="2"\n >\n <path\n stroke-linecap="round"\n stroke-linejoin="round"\n d="M7 11l5-5m0 0l5 5m-5-5v12"\n />\n </svg>\n </button>\n </div>\n \n \n {% endblock %}\n """ : { { Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) … › |
logger | Symfony\Bridge\Monolog\Logger {#38 …9} |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip, br, zstd, deflate" |
host | "bestof.ovh" |
remote-ip | "216.73.216.55" |
user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
x-forwarded-for | "216.73.216.55" |
x-forwarded-proto | "https" |
x-ovhrequest-id | "5592356d5148059b4e2f0b6288cffefc" |
x-php-ob-level | "0" |
x-predictor | "1" |
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 | "Thu, 09 Oct 2025 20:11:16 GMT" |
x-debug-exception | "An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Some%20mandatory%20parameters%20are%20missing%20%28%22slug%22%29%20to%20generate%20a%20URL%20for%20route%20%22app_home_show%22.%22%29." |
x-debug-exception-file | "%2Fhome%2Fbestofi%2Fbestof%2Ftemplates%2Fhome%2FlistingGrid.html.twig:128" |
x-debug-token | "04cdd2" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 1
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
1
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[ [ "file" => "/home/bestofi/bestof/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" "line" => 41 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/twig-bridge/AppVariable.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Extension/CoreExtension.php" "line" => 1635 "function" => "getUser" "class" => "Symfony\Bridge\Twig\AppVariable" "type" => "->" ] [ "file" => "/home/bestofi/bestof/var/cache/dev/twig/6a/6a00baec0d28159ed6c5044dc35d55e8.php" "line" => 267 "function" => "twig_get_attribute" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 171 "function" => "block_mobileHeader" "class" => "__TwigTemplate_617baddfb2c2ab0ebc21f6cbcb8e1c4c" "type" => "->" ] [ "file" => "/home/bestofi/bestof/var/cache/dev/twig/6a/6a00baec0d28159ed6c5044dc35d55e8.php" "line" => 44 "function" => "displayBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_617baddfb2c2ab0ebc21f6cbcb8e1c4c" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/var/cache/dev/twig/e6/e6e9965de653442437e7b7b8f54427d6.php" "line" => 50 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_63742b77e124d5519f436207eb36accf" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/var/cache/dev/twig/46/46100006d0f2ef9f28ec6698356ea17c.php" "line" => 49 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_3572bb3b9672885d397c11e63bbe10da" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Template.php" "line" => 379 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/TemplateWrapper.php" "line" => 40 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/twig/twig/src/Environment.php" "line" => 280 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 242 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 253 "function" => "renderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/bestofi/bestof/src/Controller/HomeController.php" "line" => 159 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "listGrid" "class" => "App\Controller\HomeController" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/home/bestofi/bestof/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/home/bestofi/bestof/public/index.php" "line" => 5 "args" => [ "/home/bestofi/bestof/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APP_DEBUG | "1" |
APP_ENV | "dev" |
APP_SECRET | "e06cb1e20074a7eb12322b13110ee2d3" |
DATABASE_URL | "mysql://bestofipierrem:Pierre21051965@bestofipierrem.mysql.db/bestofipierrem?serverVersion=mariadb-10.3.35" |
MAILER_DSN | "mailjet+api://20fb8bca2fd20b3b1061e2c88fae3f50:009bf06e2a3c4383696a37eb8eaf2f57@api.mailjet.com" |
MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
Key | Value |
---|---|
APP_ENGINE | "phpcgi" |
APP_ENGINE_VERSION | "8.1" |
CFG_CLUSTER | "cluster129" |
DOCUMENT_ROOT | "/home/bestofi/bestof/public" |
ENVIRONMENT | "production" |
GATEWAY_INTERFACE | "CGI/1.1" |
GEOIP_AREA_CODE | "805" |
GEOIP_CITY | "Santa Paula" |
GEOIP_COUNTRY_CODE | "US" |
GEOIP_COUNTRY_NAME | "United States" |
GEOIP_DMA_CODE | "803" |
GEOIP_LATITUDE | "34.355598" |
GEOIP_LONGITUDE | "-119.070099" |
GEOIP_REGION | "CA" |
HOME | "/homez.984/bestofi" |
HTTPS | "on" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
HTTP_HOST | "bestof.ovh" |
HTTP_REMOTE_IP | "216.73.216.55" |
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.55" |
HTTP_X_FORWARDED_PROTO | "https" |
HTTP_X_OVHREQUEST_ID | "5592356d5148059b4e2f0b6288cffefc" |
HTTP_X_PREDICTOR | "1" |
PATH | "/usr/local/bin:/usr/bin:/bin" |
PHP_SELF | "/index.php" |
PWD | "/homez.984/bestofi/bestof/public" |
QUERY_STRING | "" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/listing-grid" |
REMOTE_ADDR | "216.73.216.55" |
REMOTE_PORT | "18822" |
REQUEST_METHOD | "GET" |
REQUEST_TIME | 1760040675 |
REQUEST_TIME_FLOAT | 1760040675.9786 |
REQUEST_URI | "/listing-grid" |
SCRIPT_FILENAME | "/home/bestofi/bestof/public/index.php" |
SCRIPT_NAME | "/index.php" |
SCRIPT_URI | "https://bestof.ovh:443/listing-grid" |
SCRIPT_URL | "/listing-grid" |
SERVER_ADDR | "10.129.20.13" |
SERVER_ADMIN | "postmaster@bestof.ovh" |
SERVER_NAME | "bestof.ovh" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN" |
UID | "bestofi" |
UNIQUE_ID | "aOgW49rr2zelkH7Q6ApikgAAAhU" |
argc | 1 |
argv | [
"index.php"
] |
Parent Request
Return to parent request (token = 3b8640)
Key | Value |
---|---|
_controller | "App\Controller\HomeController::listGrid" |
_firewall_context | "security.firewall.map.context.main" |
_remove_csp_headers | true |
_route | "app_home_list_grid" |
_route_params | [] |
_security_firewall_run | "_security_main" |
_stopwatch_token | "0b4157" |