https://calculturf.madaprogiciel.com/program/2026-04-11/12345

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
"902f1f"
exception
Doctrine\DBAL\Exception\ConnectionException {#1221
  #message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out"
  #code: 2002
  #file: "/htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 112
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#1218 …}
  -query: null
  trace: {
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:112 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 2054:    return new ConnectionException($exception, $query);}
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Connection.php:1976 {
      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 {#1218 …}
        $query: null
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Connection.php:1924 {
      Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
      › {    return $this->handleDriverException($e, null);}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#1218 …}
        $query: null
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Connection.php:385 {
      Doctrine\DBAL\Connection->connect() …
      › } catch (Driver\Exception $e) {    throw $this->convertException($e);}
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#1218 …}
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Connection.php:1692 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › 
      › $this->connect();}
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/dbal/src/Connection.php:1087 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
      › 
      › $connection = $this->getWrappedConnection();}
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:31 {
      Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
      › {    return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}
      arguments: {
        $sql: "SELECT r0_.id_reunion AS id_reunion_0, r0_.date AS date_1, r0_.hippodrome AS hippodrome_2, r0_.pays AS pays_3, r0_.numero_reunion AS numero_reunion_4, r0_.id_fn_date_hippo AS id_fn_date_hippo_5, r0_.hash_id_fn_date_hippo AS hash_id_fn_date_hippo_6, r0_.date_creation AS date_creation_7, r0_.date_modification AS date_modification_8 FROM reunions r0_ WHERE r0_.date >= ? AND r0_.date <= ? ORDER BY r0_.date ASC, r0_.numero_reunion ASC"
        $params: [ …2]
        $types: [ …2]
        $qcp: null
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/Query.php:330 {
      Doctrine\ORM\Query->_doExecute() …
      › 
      ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      arguments: {
        $conn: Doctrine\DBAL\Connection {#913 …}
        $params: [ …2]
        $types: [ …2]
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/AbstractQuery.php:1213 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
      › 
      › $stmt = $this->_doExecute();}
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/AbstractQuery.php:1167 {
      Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/AbstractQuery.php:906 {
      Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
      › {    return $this->execute(null, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /htdocs/calculturf.madaprogiciel.com/src/Repository/ReunionsRepository.php:37 {
      App\Repository\ReunionsRepository->findByDate(DateTime $date) …
      ›         ->getQuery()        ->getResult();}
    }
    /htdocs/calculturf.madaprogiciel.com/src/Controller/IndexController.php:330 {
      App\Controller\IndexController->programCourse($date, $course, PredictionMeilleuresCombinaisonsRepository $predictionMeilleuresCombinaisonsRepository, CoursesRepository $coursesRepository, ReunionsRepository $reunionsRepository, AbonnementRepository $abonnementRepository, Request $request): Response …
      › // Récupérer les réunions pour cette date$reunions = $reunionsRepository->findByDate($dateObj);arguments: {
        $date: DateTime {#1051 …}
      }
    }
    /htdocs/calculturf.madaprogiciel.com/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: {
        $date: "2026-04-11"
        $course: "12345"
        $predictionMeilleuresCombinaisonsRepository: App\Repository\PredictionMeilleuresCombinaisonsRepository {#953 …}
        $coursesRepository: App\Repository\CoursesRepository {#946 …}
        $reunionsRepository: App\Repository\ReunionsRepository {#939 …}
        $abonnementRepository: App\Repository\AbonnementRepository {#1021 …}
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /htdocs/calculturf.madaprogiciel.com/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 {#2 …}
        $type: 1
      }
    }
    /htdocs/calculturf.madaprogiciel.com/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 {#2 …}
        $type: 1
        $catch: true
      }
    }
    /htdocs/calculturf.madaprogiciel.com/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 {#2 …}
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /htdocs/calculturf.madaprogiciel.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/htdocs/calculturf.madaprogiciel.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#110 …9}

Request Headers

Header Value
accept
"*/*"
host
"calculturf.madaprogiciel.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"1.1 webdb3213.lwspanel.com (Varnish/7.7)"
x-cache-engine-enable
"1"
x-cache-group
"claudebot"
x-cache-user
"madap2428740"
x-forwarded-proto
"https"
x-l-admin-auth
"0"
x-php-ob-level
"1"
x-real-ip
"216.73.216.149"
x-request-id
"1c63e26db9e20fa72d8f1d6234fa1581"
x-varnish
"133302"

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, 16 Apr 2026 01:45:36 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
"%2Fhtdocs%2Fcalculturf.madaprogiciel.com%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:112"
x-debug-token
"4466aa"

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
"999c152f57e1b07904e00f18615e73db"
DATABASE_PROGRAMME_URL
"mysql://teko:Teko-Teko@185.154.146.205:44300/calculturf?charset=utf8mb4"
DATABASE_URL
"mysql://teko:Teko-Teko@185.154.146.205:44300/calculturf?charset=utf8mb4"
DATE_UNITIES_KEYS
"jours|jour|Jour|Jours|semaines|semaine|Semaine|Semaines|mois|Mois"
DATE_UNITIES_VALUES
"days|days|days|days|weeks|weeks|weeks|weeks|months|months"
EMAIL_SENDER
"contact-calculturf@christal-is.com"
EMAIL_SENDER_NAME
"Calcul-Turf"
LIMIT_PRED_CUSTOM_FOR_BASIQUE
"1"
LIMIT_PRED_CUSTOM_FOR_PREMIUM
"3"
MAILER_DSN
"smtp://contact-calculturf@christal-is.com:cdcddcdcdcqscqcdsfvdsvfsvfdbdbg@smtp.gmail.com:587?encryption=tls&auth_mode=login"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OFFRE_STATUS
"Non actif|Actif|Echu|Résilié"
PARI_TYPES_KEYS
"SP|CP|deuxsur4"
PARI_TYPES_VALUES
"Simple placé|Couple placé|2 sur 4"
PAYPAL_CLIENT_ID
"AToYMChwhkWo0nYO3_XUDSbTX82tXWFWOTSrmucy5tZ7ZkVqbkCuVezC55gHNhKfNYft5jhadfnx3bJL"
PAYPAL_SECRET
"EJBGzhOUSVqUrIC5ka2Q7PPTYODIeSw6B_iKDYfyYnwWNcrA38BAQ-ocpWuiScjZNbXBs7RHnwLdEJf6"
TP_AGENCEBF
"CHRIS3007"
TP_AGENCEBFSECRET
"2Pix3qQhotmdaAVuAAe58dHpD6fuIrOzb1mLIlxVcBZljTVfJU"
TP_AGENCEBJ
"CRISB0034"
TP_AGENCEBJSECRET
"EaIHxDKG1fJK8KkzX592NGi3gTJ1c9tZotVeqkg1u7lBFZh7K5"
TP_AGENCECI
"CRIST11070"
TP_AGENCECISECRET
"DioEmADhqZfIHX41gDNSwDJDG0tymMVbJgv7ah7WZMWybLZq6E"
TP_AGENCECM
"KRIST9196"
TP_AGENCECMSECRET
"DP8zPIBfIiZpZ8oxZ6i5JlPJ08K6l2V72aZX7Jn1txVQoiMtLO"
TP_AGENCEGA
"CISGA0081"
TP_AGENCEGASECRET
"1TCZkON44WBWbVTtBIafUkD8IbvftNVZOJ1W9Vzx5AC6cUBCYD"
TP_AGENCEGN
"CHRIT4739"
TP_AGENCEGNSECRET
"YVSrHNGdylehbhSGCwXeHLT9d8jkXgg4txWqwHlGIBHN4LJbzX"
TP_AGENCEML
"CRIS6621"
TP_AGENCEMLSECRET
"C4ZL9XMa5jHP2pSOunUSZJVA7NSQC5Uj1O6Pwtf8x8DkLpR31R"
TP_AGENCESN
"CHI24691"
TP_AGENCESNSECRET
"Ia6YsDAdan4sbMxfIy20QgvmlLL0g9CGsdSX7LnuwwA8wScbYe"
TP_AGENCETG
""
TP_AGENCETGSECRET
""
TP_DOMAINEBF
"christal-is.com"
TP_DOMAINEBJ
"christalingeneriebn.com"
TP_DOMAINECI
"christalci.com"
TP_DOMAINECM
"chrystal-is.com"
TP_DOMAINEGA
"chrystal-is.com"
TP_DOMAINEGN
"chrystal-is.com"
TP_DOMAINEML
"christal.com"
TP_DOMAINESN
"christal-is.com"
TP_DOMAINETG
""
USER_STATUS
"Non actif|Actif|Echu|Résilié"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
CONTEXT_DOCUMENT_ROOT
"/var/www/madaprogiciel.com/htdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/madaprogiciel.com/htdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"calculturf.madaprogiciel.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"1.1 webdb3213.lwspanel.com (Varnish/7.7)"
HTTP_X_CACHE_ENGINE_ENABLE
"1"
HTTP_X_CACHE_GROUP
"claudebot"
HTTP_X_CACHE_USER
"madap2428740"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_L_ADMIN_AUTH
"0"
HTTP_X_REAL_IP
"216.73.216.149"
HTTP_X_REQUEST_ID
"1c63e26db9e20fa72d8f1d6234fa1581"
HTTP_X_VARNISH
"133302"
MD_CURRENT
"calculturf.madaprogiciel.com"
MD_HOST
"calculturf.madaprogiciel.com"
MD_MASTER
"madaprogiciel.com"
MD_SH
"webdb3213"
MD_SLAVES
"madap2428740.webdb3213.lwspanel.com calculturf.madaprogiciel.com casa.madaprogiciel.com clainservice.madaprogiciel.com compta.madaprogiciel.com lacolumba.madaprogiciel.com logveranda.madaprogiciel.com new-tilgroup.madaprogiciel.com scan.madaprogiciel.com tilgroup.madaprogiciel.com veranda.madaprogiciel.com"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HTTPS
"on"
REDIRECT_MD_CURRENT
"calculturf.madaprogiciel.com"
REDIRECT_MD_HOST
"calculturf.madaprogiciel.com"
REDIRECT_MD_MASTER
"madaprogiciel.com"
REDIRECT_MD_SH
"webdb3213"
REDIRECT_MD_SLAVES
"madap2428740.webdb3213.lwspanel.com calculturf.madaprogiciel.com casa.madaprogiciel.com clainservice.madaprogiciel.com compta.madaprogiciel.com lacolumba.madaprogiciel.com logveranda.madaprogiciel.com new-tilgroup.madaprogiciel.com scan.madaprogiciel.com tilgroup.madaprogiciel.com veranda.madaprogiciel.com"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_MD_CURRENT
"calculturf.madaprogiciel.com"
REDIRECT_REDIRECT_MD_HOST
"calculturf.madaprogiciel.com"
REDIRECT_REDIRECT_MD_MASTER
"madaprogiciel.com"
REDIRECT_REDIRECT_MD_SH
"webdb3213"
REDIRECT_REDIRECT_MD_SLAVES
"madap2428740.webdb3213.lwspanel.com calculturf.madaprogiciel.com casa.madaprogiciel.com clainservice.madaprogiciel.com compta.madaprogiciel.com lacolumba.madaprogiciel.com logveranda.madaprogiciel.com new-tilgroup.madaprogiciel.com scan.madaprogiciel.com tilgroup.madaprogiciel.com veranda.madaprogiciel.com"
REDIRECT_REDIRECT_SCRIPT_URI
"https://calculturf.madaprogiciel.com/program/2026-04-11/12345"
REDIRECT_REDIRECT_SCRIPT_URL
"/program/2026-04-11/12345"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aeA_IQcJxScjqRvuvG8s0AAAAEM"
REDIRECT_REDIRECT_existing_anubis_action
""
REDIRECT_REDIRECT_existing_anubis_rule
""
REDIRECT_REDIRECT_existing_anubis_status
""
REDIRECT_REDIRECT_existing_header_request_id
"1c63e26db9e20fa72d8f1d6234fa1581"
REDIRECT_SCRIPT_URI
"https://calculturf.madaprogiciel.com/program/2026-04-11/12345"
REDIRECT_SCRIPT_URL
"/program/2026-04-11/12345"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aeA_IQcJxScjqRvuvG8s0AAAAEM"
REDIRECT_URL
"/public/program/2026-04-11/12345"
REDIRECT_existing_anubis_action
""
REDIRECT_existing_anubis_rule
""
REDIRECT_existing_anubis_status
""
REDIRECT_existing_header_request_id
"1c63e26db9e20fa72d8f1d6234fa1581"
REMOTE_ADDR
"216.73.216.149"
REMOTE_PORT
"37920"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776303905
REQUEST_TIME_FLOAT
1776303905.5906
REQUEST_URI
"/program/2026-04-11/12345"
SCRIPT_FILENAME
"//var/www/madaprogiciel.com/htdocs/calculturf.madaprogiciel.com/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://calculturf.madaprogiciel.com/program/2026-04-11/12345"
SCRIPT_URL
"/program/2026-04-11/12345"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"postmaster@madaprogiciel.com"
SERVER_NAME
"calculturf.madaprogiciel.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.66 (Debian) Server at calculturf.madaprogiciel.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.66 (Debian)"
SYMFONY_DOTENV_VARS
"MESSENGER_TRANSPORT_DSN,APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,USER_STATUS,OFFRE_STATUS,DATE_UNITIES_KEYS,DATE_UNITIES_VALUES,PAYPAL_CLIENT_ID,PAYPAL_SECRET,EMAIL_SENDER,EMAIL_SENDER_NAME,PARI_TYPES_KEYS,PARI_TYPES_VALUES,LIMIT_PRED_CUSTOM_FOR_BASIQUE,LIMIT_PRED_CUSTOM_FOR_PREMIUM,TP_AGENCECI,TP_AGENCECISECRET,TP_DOMAINECI,TP_AGENCEBF,TP_AGENCEBFSECRET,TP_DOMAINEBF,TP_AGENCEBJ,TP_AGENCEBJSECRET,TP_DOMAINEBJ,TP_AGENCEGA,TP_AGENCEGASECRET,TP_DOMAINEGA,TP_AGENCEGN,TP_AGENCEGNSECRET,TP_DOMAINEGN,TP_AGENCEML,TP_AGENCEMLSECRET,TP_DOMAINEML,TP_AGENCECM,TP_AGENCECMSECRET,TP_DOMAINECM,TP_AGENCESN,TP_AGENCESNSECRET,TP_DOMAINESN,TP_AGENCETG,TP_AGENCETGSECRET,TP_DOMAINETG,DATABASE_PROGRAMME_URL"
UNIQUE_ID
"aeA_IQcJxScjqRvuvG8s0AAAAEM"
existing_anubis_action
""
existing_anubis_rule
""
existing_anubis_status
""
existing_header_request_id
"1c63e26db9e20fa72d8f1d6234fa1581"
lwsapitoken
"6913dd0d049cf6313f383478d271443d"
lwscache
"On"

Parent Request

Return to parent request (token = 2c3818)

Key Value
_controller
"App\Controller\IndexController::programCourse"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"program_course"
_route_params
[
  "date" => "2026-04-11"
  "course" => "12345"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"bfd99a"
course
"12345"
date
"2026-04-11"