https://ctr.antallis-dev.com/stats/trafic

ErrorController

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
"da5f41"
exception
Doctrine\DBAL\Exception\ConnectionException {#607
  #message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out"
  #code: 2002
  #file: "/home/antallf/ctr/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 101
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#609 …}
  -query: null
  trace: {
    /home/antallf/ctr/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 2054:    return new ConnectionException($exception, $query);}
    /home/antallf/ctr/vendor/doctrine/dbal/src/Connection.php:1938 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#609 …}
        $query: null
      }
    }
    /home/antallf/ctr/vendor/doctrine/dbal/src/Connection.php:1886 {
      Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
      › {    return $this->handleDriverException($e, null);}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#609 …}
        $query: null
      }
    }
    /home/antallf/ctr/vendor/doctrine/dbal/src/Connection.php:379 {
      Doctrine\DBAL\Connection->connect() …
      › } catch (Driver\Exception $e) {    throw $this->convertException($e);}
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#609 …}
      }
    }
    /home/antallf/ctr/vendor/doctrine/dbal/src/Connection.php:1654 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › 
      › $this->connect();}
    /home/antallf/ctr/vendor/doctrine/dbal/src/Connection.php:1081 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › 
      › $connection = $this->getWrappedConnection();}
    /home/antallf/ctr/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:939 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);arguments: {
        $sql: "SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.creation_date AS creation_date_4 FROM shop t0"
        $params: []
        $types: []
      }
    }
    /home/antallf/ctr/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:225 {
      Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
      › 
      ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      arguments: {
        $criteria: []
        $orderBy: null
        $limit: null
        $offset: null
      }
    }
    /home/antallf/ctr/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:207 {
      Doctrine\ORM\EntityRepository->findAll() …
      › {    return $this->findBy([]);}
      arguments: {
        $criteria: []
      }
    }
    /home/antallf/ctr/src/Controller/StatsController.php:127 {
      App\Controller\StatsController->trafic($shopId, SalesRepository $salesRepository, EntityManagerInterface $entityManager): Response …
      › /** @var Shop[] $sites */\r$sites = $entityManager->getRepository(Shop::class)->findAll();\r$selectedShopId = null;\r
    }
    /home/antallf/ctr/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: {
        $shopId: null
        $salesRepository: App\Repository\SalesRepository {#369 …}
        $entityManager: Doctrine\ORM\EntityManager {#320 …}
      }
    }
    /home/antallf/ctr/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $type: 1
      }
    }
    /home/antallf/ctr/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $type: 1
        $catch: true
      }
    }
    /home/antallf/ctr/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 {#57 …}
      }
    }
    /home/antallf/ctr/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/antallf/ctr/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/antallf/ctr/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#55 …9}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.9"
cookie
"PHPSESSID=fc34f75daa7b6af21b4ab30641b778a1; sf_redirect=%7B%22token%22%3A%22251af8%22%2C%22route%22%3A%22app_stats_trafic%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%2Fantallf%5C%2Fctr%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
"ctr.antallis-dev.com"
remote-ip
"103.196.9.32"
sec-ch-ua
"Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"
sec-fetch-mode
"navigate"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
x-forwarded-for
"103.196.9.32"
x-forwarded-proto
"https"
x-ovhrequest-id
"62672f3d5fd468688ba5385400fe19f9"
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
"Wed, 15 Apr 2026 22:51:44 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20in%20the%20driver%3A%20SQLSTATE%5BHY000%5D%20%5B2002%5D%20Connection%20timed%20out"
x-debug-exception-file
"%2Fhome%2Fantallf%2Fctr%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:101"
x-debug-token
"9eca16"

Cookies

Request Cookies

Key Value
PHPSESSID
"fc34f75daa7b6af21b4ab30641b778a1"
sf_redirect
"{"token":"251af8","route":"app_stats_trafic","method":"GET","controller":{"class":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController","method":"urlRedirectAction","file":"\/home\/antallf\/ctr\/vendor\/symfony\/framework-bundle\/Controller\/RedirectController.php","line":110},"status_code":301,"status_text":"Moved Permanently"}"

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
"542efc43b5d8a087063f54e0bbffda15"
DATABASE_URL
"mysql://antallis:antallis@5.196.225.213:3306/yummydb_ctr?charset=utf8mb4"
ENV
"LOCAL"
JOB
"RED centre ville "
LOCAL
"CTR"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
TARGET
"BNS"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster127"
DOCUMENT_ROOT
"/home/antallf/ctr/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"703"
GEOIP_CITY
"Ashburn"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"511"
GEOIP_LATITUDE
"39.046902"
GEOIP_LONGITUDE
"-77.490303"
GEOIP_REGION
"VA"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_COOKIE
"PHPSESSID=fc34f75daa7b6af21b4ab30641b778a1; sf_redirect=%7B%22token%22%3A%22251af8%22%2C%22route%22%3A%22app_stats_trafic%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%2Fantallf%5C%2Fctr%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"
HTTP_HOST
"ctr.antallis-dev.com"
HTTP_REMOTE_IP
"103.196.9.32"
HTTP_SEC_CH_UA
"Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"103.196.9.32"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"62672f3d5fd468688ba5385400fe19f9"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/stats/trafic"
REMOTE_ADDR
"103.196.9.32"
REMOTE_PORT
"47866"
REQUEST_METHOD
"GET"
REQUEST_TIME
1776293429
REQUEST_TIME_FLOAT
1776293429.2309
REQUEST_URI
"/stats/trafic"
SCRIPT_FILENAME
"/home/antallf/ctr/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://ctr.antallis-dev.com:443/stats/trafic"
SCRIPT_URL
"/stats/trafic"
SERVER_ADDR
"10.127.20.1"
SERVER_ADMIN
"postmaster@ctr.antallis-dev.com"
SERVER_NAME
"ctr.antallis-dev.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,LOCAL,TARGET,ENV,JOB"
UNIQUE_ID
"aeAWNcGhLazIPdJgJ2RbLQAAAV0"
USER
"antallf"
argc
0
argv
[]

Parent Request

Return to parent request (token = 255bf0)

Key Value
_controller
"App\Controller\StatsController::trafic"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_remove_csp_headers
true
_route
"app_stats_trafic"
_route_params
[
  "shopId" => null
]
_security_firewall_run
"_security_main"
_stopwatch_token
"cfeb33"
shopId
null