https://www.annuairesdz.com/search?page=2557&wilaya=annaba%20

ErrorController

Request

GET Parameters

Key Value
page
"2557"
wilaya
"annaba "

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"95cecc"
exception
Twig\Error\RuntimeError {#944
  #message: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "customer.show" must match "[^/]++" ("" given) to generate a corresponding URL.")."
  #code: 0
  #file: "/home/annuairepn/www/aea/templates/search/index.html.twig"
  #line: 23
  -previous: Symfony\Component\Routing\Exception\InvalidParameterException {#937 …}
  -lineno: 23
  -name: "search/index.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "customer.show" must match "[^/]++" ("" given) to generate a corresponding URL.")."
  -sourcePath: "/home/annuairepn/www/aea/templates/search/index.html.twig"
  -sourceCode: """
    {% extends 'static.html.twig' %}\n
    \n
    {% block title %}Hello SearchController!{% endblock %}\n
    \n
    {% block body %}\n
    \t\t<!--list-topics end-->\n
    <!--explore start -->\n
    \t\t<section id="explore" class="explore mt-1">\n
    \t\t\t<div class="container">\n
    \n
    \t\t\t\t<div class="section-header">\n
    \t\t\t\t\t<h2>Résultats de recherche pour : {{keyword}}</h2>\n
    \t\t\t\t\t<p>Devenez la prochaine success story avec nous ! Découvrez comment nos services ont transformé des entreprises comme la vôtre</p>\n
    \t\t\t\t</div><!--/.section-header-->\n
    \n
    \t\t\t\t<div class="explore-content">\n
    \t\t\t\t\t<div class="row">\n
    \t\t\t\t\t{%  for customer in business %}\n
    \t\t\t\t\t\t{% if customer.CustmerType == 'vip' or customer.CustmerType == 'VIP'%}\n
    \t\t\t\t\t\n
    \t\t\t\t\t\t <div class="col-md-4 col-sm-6">\n
    \t\t\t\t\t\t \t<div class="single-explore-item">\n
    \t\t\t\t\t\t\t <a href="{{ path('customer.show', {id:customer.Id, slug:customer.BusinessName|slug  })}}">\n
    \t\t\t\t\t\t\t\t<div class="single-explore-txt bg-theme-5">\n
    \t\t\t\t\t\t\t\t\t<h2 style-color='green'>{{customer.BusinessName}}</h2>\n
    \t\t\t\t\t\t\t\t\t<p class="explore-rating-price">\n
    \t\t\t\t\t\t\t\t\t\t<span class="explore-rating">Mbl</span>\n
    \t\t\t\t\t\t\t\t\t\t{{ customer.Mobile }}<br>\n
    \t\t\t\t\t\t\t\t\t\t<span class="explore-rating">Email </span>\n
    \t\t\t\t\t\t\t\t\t\t\t{{ customer.Email }}\n
    \t\t\t\t\t\t\t\t\t</p>\n
    \t\t\t\t\t\t\t\t<div class="explore-person">\n
    \t\t\t\t\t\t\t\t\t<div class="row">\n
    \t\t\t\t\t\t\t\t\t\t<div class="col-sm-2">\n
    \t\t\t\t\t\t\t\t\t\t\t<div class="explore-person-img">\n
    \t\t\t\t\t\t\t\t\t\t\t\t<img src="../assets/images/logo/{{customer.Logo}}" alt="explore person">\n
    \t\t\t\t\t\t\t\t\t\t\t</div>\n
    \t\t\t\t\t\t\t\t\t\t</div>\n
    \t\t\t\t\t\t\t\t\t\t<div class="col-sm-10">\n
    \t\t\t\t\t\t\t\t\t\t\t<p>\n
    \t\t\t\t\t\t\t\t\t\t\t\t{{customer.StreetAddress}}<br>\n
    \t\t\t\t\t\t\t\t\t\t\t\t<button class="close-btn" >{{ customer.state }} </button> <br>\n
    \t\t\t\t\t\t\t\t\t\t\t\t<button class="btn btn-success" > +Détail</button>\n
    \t\t\t\t\t\t\t\t\t\t\t</p>\n
    \t\t\t\t\t\t\t\t\t\t</div>\n
    \t\t\t\t\t\t\t\t\t</div></a>\n
    \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</div>\n
    \t\t\t\t\t\t\t</div>\n
    \t\t\t\t\n
    \t\t\t\n
    \t\t\t\t\t\t\n
    \t\t\t\t\t\t{% else %}\n
    \t\t\t\t\t\t <div class="col-md-4 col-sm-6">\n
    \t\t\t\t\t\t \t<div class="single-explore-item">\n
    \t\t\t\t\t\t\n
    \t\t\t\t\t\t\t\t<div class="single-explore-txt bg-theme-5">\n
    \t\t\t\t\t\t\t\t\t<h2 style-color='green'>{{customer.BusinessName}}</h2>\n
    \t\t\t\t\t\t\t\t\t<p class="explore-rating-price">\n
    \t\t\t\t\t\t\t\t\t\t<span class="explore-rating">Mbl</span>\n
    \t\t\t\t\t\t\t\t\t\t{{ customer.Mobile }}<br>\n
    \t\t\t\t\t\t\t\t\t\t<span class="explore-rating">Email </span>\n
    \t\t\t\t\t\t\t\t\t\t\t{{ customer.Email }}\n
    \t\t\t\t\t\t\t\t\t</p>\n
    \t\t\t\t\t\t\t\t<div class="explore-person">\n
    \t\t\t\t\t\t\t\t\t<div class="row">\n
    \t\t\t\t\t\t\t\t\t\t<div class="col-sm-2">\n
    \t\t\t\t\t\t\t\t\t\t\t<div class="explore-person-img">\n
    \t\t\t\t\t\t\t\t\t\t\t\t<img src="../assets/images/logo/{{customer.Logo}}" alt="explore person">\n
    \t\t\t\t\t\t\t\t\t\t\t</div>\n
    \t\t\t\t\t\t\t\t\t\t</div>\n
    \t\t\t\t\t\t\t\t\t\t<div class="col-sm-10">\n
    \t\t\t\t\t\t\t\t\t\t\t<p>\n
    \t\t\t\t\t\t\t\t\t\t\t\t{{customer.StreetAddress}}<br>\n
    \t\t\t\t\t\t\t\t\t\t\t\t<button class="close-btn" >{{ customer.state }} </button> <br>\n
    \t\t\t\t\t\t\t\t\t\t\t\n
    \t\t\t\t\t\t\t\t\t\t\t</p>\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\t</div>\n
    \t\t\t\t\t\t\t\t</div>\n
    \t\t\t\t\t\t</div>\t\n
    \t\t\t\t</div>\n
    \t\t\t\n
    \t\t\t\t\t\t{% endif %}\n
    \t\t\t\t\t\t{% endfor %}\n
      \n
    \t\t\t\t\t</div>\n
                         <br><br>    \n
    {{ knp_pagination_render(business) }}\n
    \t\t\t\t</div>\n
    \t\t\t</div><!--/.container-->\n
    \n
    \t\t</section><!--/.explore-->\n
    \t\t<!--explore end -->\n
    \n
    \t\t\n
    \t\n
    \t\n
      \n
    \n
          <!-- -->\n
    {% endblock %}\n
    """
  trace: {
    /home/annuairepn/www/aea/templates/search/index.html.twig:23 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      ›  \t<div class="single-explore-item">\t <a href="{{ path('customer.show', {id:customer.Id, slug:customer.BusinessName|slug  })}}">\t\t<div class="single-explore-txt bg-theme-5">
    }
    /home/annuairepn/www/aea/templates/static.html.twig:135 {
      __TwigTemplate_7ad85e82f7eeb8d44c6f38fa660533dd->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block body %}arguments: {
        $name: "body"
        $context: [ …4]
        $blocks: [ …2]
      }
    }
    /home/annuairepn/www/aea/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …4]
        $blocks: [ …2]
      }
    }
    /home/annuairepn/www/aea/var/cache/dev/twig/3f/3fd03296bd344f48be2a09ffdafb4f34.php:50 {
      __TwigTemplate_84dad5a6332fc2bd83b5971a40487095->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("static.html.twig", "search/index.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …4]
        $blocks: [ …2]
      }
    }
    /home/annuairepn/www/aea/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …4]
        $blocks: [ …2]
      }
    }
    /home/annuairepn/www/aea/vendor/twig/twig/src/Template.php:335 {
      Twig\Template->render(array $context): string …
      › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
      arguments: {
        $context: [ …4]
      }
    }
    /home/annuairepn/www/aea/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …3]
      }
    }
    /home/annuairepn/www/aea/vendor/twig/twig/src/Environment.php:299 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …3]
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/framework-bundle/Controller/AbstractController.php:222 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "search/index.html.twig"
        $context: [ …3]
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/framework-bundle/Controller/AbstractController.php:230 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);arguments: {
        $view: "search/index.html.twig"
        $parameters: [ …3]
      }
    }
    /home/annuairepn/www/aea/src/Controller/SearchController.php:53 {
      App\Controller\SearchController->search(Request $request, PaginatorInterface $paginator, BusinessInformationRepository $repository): Response …
      ›     "place" => $place,    "business"=>$business]);
      arguments: {
        $view: "search/index.html.twig"
        $parameters: [ …3]
      }
    }
    /home/annuairepn/www/aea/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);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $paginator: Knp\Component\Pager\Paginator {#457 …}
        $repository: App\Repository\BusinessInformationRepository {#490 …}
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
        $catch: true
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /home/annuairepn/www/aea/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/annuairepn/www/aea/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/annuairepn/www/aea/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#71 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br"
from
"bingbot(at)microsoft.com"
host
"www.annuairesdz.com"
remote-ip
"40.77.167.57"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
x-forwarded-for
"40.77.167.57"
x-forwarded-proto
"https"
x-ovhrequest-id
"dd185b66f569cffa4b6e1e3a632efeb8"
x-php-ob-level
"1"
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
"Sat, 05 Oct 2024 09:18:04 GMT"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Parameter%20%22slug%22%20for%20route%20%22customer.show%22%20must%20match%20%22%5B%5E%2F%5D%2B%2B%22%20%28%22%22%20given%29%20to%20generate%20a%20corresponding%20URL.%22%29."
x-debug-exception-file
"%2Fhome%2Fannuairepn%2Fwww%2Faea%2Ftemplates%2Fsearch%2Findex.html.twig:23"
x-debug-token
"b22419"

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
"737f78545655c2f0ee2e9ee9fdd941aa"
DATABASE_URL
"mysql://annuairepnbakli:TiliwaA31000@annuairepnbakli.mysql.db:3306/annuairepnbakli?serverVersion=5.7"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster029"
DOCUMENT_ROOT
"/home/annuairepn/www/aea"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"434"
GEOIP_CITY
"Boydton"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"560"
GEOIP_LATITUDE
"36.653400"
GEOIP_LONGITUDE
"-78.375000"
GEOIP_REGION
"VA"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_FROM
"bingbot(at)microsoft.com"
HTTP_HOST
"www.annuairesdz.com"
HTTP_REMOTE_IP
"40.77.167.57"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
HTTP_X_FORWARDED_FOR
"40.77.167.57"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"dd185b66f569cffa4b6e1e3a632efeb8"
HTTP_X_PREDICTOR
"1"
MAGIC_QUOTES
"0"
PHP_SELF
"/public/index.php"
PHP_VER
"7_2"
QUERY_STRING
"page=2557&wilaya=annaba%20"
REDIRECT_QUERY_STRING
"page=2557&wilaya=annaba%20"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/index.php"
REGISTER_GLOBALS
"0"
REMOTE_ADDR
"40.77.167.57"
REMOTE_PORT
"63454"
REQUEST_METHOD
"GET"
REQUEST_TIME
1728119884
REQUEST_TIME_FLOAT
1728119884.4795
REQUEST_URI
"/search?page=2557&wilaya=annaba%20"
SCRIPT_FILENAME
"/home/annuairepn/www/aea/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://www.annuairesdz.com:443/search"
SCRIPT_URL
"/search"
SERVER_ADDR
"10.29.45.2"
SERVER_ADMIN
"postmaster@www.annuairesdz.com"
SERVER_NAME
"www.annuairesdz.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN"
UNIQUE_ID
"ZwEETHNZqpLtcw93aNf5MAAAABg"
USER
"annuairepn"
ZEND_OPTIMIZER
"1"
argc
1
argv
[
  "page=2557&wilaya=annaba%20"
]

Parent Request

Return to parent request (token = 2c227c)

Key Value
_controller
"App\Controller\SearchController::search"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"search"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"d261b5"