https://calculturf.madaprogiciel.com/register

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
"dc50bc"
exception
Doctrine\DBAL\Exception\ConnectionException {#1279
  #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 {#1275 …}
  -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 {#1275 …}
        $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 {#1275 …}
        $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 {#1275 …}
      }
    }
    /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/Persisters/Entity/BasicEntityPersister.php:779 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);arguments: {
        $sql: "SELECT t0.id AS id_1, t0.name AS name_2, t0.duration AS duration_3, t0.created_at AS created_at_4, t0.statut AS statut_5, t0.edited_at AS edited_at_6, t0.date_validite AS date_validite_7, t0.price AS price_8, t0.monnaie AS monnaie_9, t0.short_description AS short_description_10, t0.long_description AS long_description_11, t0.unity AS unity_12, t0.plan_id AS plan_id_13, t0.produit AS produit_14, t0.price_gnf AS price_gnf_15, t0.devise_gnf AS devise_gnf_16, t0.price_ngn AS price_ngn_17, t0.devise_ngn AS devise_ngn_18 FROM offre t0 WHERE t0.id = ?"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
      › {    return $this->load($identifier, $entity);}
      arguments: {
        $criteria: [ …1]
        $entity: null
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/EntityManager.php:530 {
      Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
      ›     default:        return $persister->loadById($sortedId);}
      arguments: {
        $identifier: [ …1]
      }
    }
    /htdocs/calculturf.madaprogiciel.com/var/cache/dev/ContainerWz5fR6b/EntityManager_9a5be93.php:143 {
      ContainerWz5fR6b\EntityManager_9a5be93->find($className, $id, $lockMode = null, $lockVersion = null) …
      › 
      ›     return $this->valueHolderf685c->find($className, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "App\Entity\Offre"
        $id: []
        $lockMode: null
        $lockVersion: null
      }
    }
    /htdocs/calculturf.madaprogiciel.com/vendor/doctrine/orm/src/EntityRepository.php:196 {
      Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
      › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "App\Entity\Offre"
        $id: 0
        $lockMode: null
        $lockVersion: null
      }
    }
    /htdocs/calculturf.madaprogiciel.com/src/Controller/RegistrationController.php:62 {
      App\Controller\RegistrationController->register(Request $request, OffreRepository $offreRepository, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, Security $security, Environment $twig, MailerInterface $mailer): Response …
      › 
      › $offre = $offreRepository->find((int)$datas['offre']);arguments: {
        $id: 0
      }
    }
    /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: {
        $request: Symfony\Component\HttpFoundation\Request {#55 …}
        $offreRepository: App\Repository\OffreRepository {#957 …}
        $userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#983 …}
        $entityManager: ContainerWz5fR6b\EntityManager_9a5be93 {#312 …}
        $security: Symfony\Component\Security\Core\Security {#959 …}
        $twig: Twig\Environment {#1060 …}
        $mailer: Symfony\Component\Mailer\Mailer {#211 …}
      }
    }
    /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 {#55 …}
        $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 {#55 …}
        $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 {#55 …}
      }
    }
    /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 {#77 …9}

Request Headers

Header Value
accept
"*/*"
cookie
"PHPSESSID=9caf927f1099d06c4350e4510fdc3b43"
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.112"
x-request-id
"ea79db2ae04ab853899a107eadcc32c2"
x-varnish
"10947800"

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, 11 Apr 2026 12:40:04 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
"ade0cc"

Cookies

Request Cookies

Key Value
PHPSESSID
"9caf927f1099d06c4350e4510fdc3b43"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Sat, 11 Apr 26 14:38:34 +0200"
Last used
"Sat, 11 Apr 26 14:38:34 +0200"
Lifetime
3600

Session Attributes

Attribute Value
_csrf/https-authenticate
"vTv4UU0gPYZc6OaqNBDj7lj88rMGA9UV3Xv863D7WmY"

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_COOKIE
"PHPSESSID=9caf927f1099d06c4350e4510fdc3b43"
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.112"
HTTP_X_REQUEST_ID
"ea79db2ae04ab853899a107eadcc32c2"
HTTP_X_VARNISH
"10947800"
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/register"
REDIRECT_REDIRECT_SCRIPT_URL
"/register"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"adpBBsb7riN1JSBH6xGv7gAAAJY"
REDIRECT_REDIRECT_existing_anubis_action
""
REDIRECT_REDIRECT_existing_anubis_rule
""
REDIRECT_REDIRECT_existing_anubis_status
""
REDIRECT_REDIRECT_existing_header_request_id
"ea79db2ae04ab853899a107eadcc32c2"
REDIRECT_SCRIPT_URI
"https://calculturf.madaprogiciel.com/register"
REDIRECT_SCRIPT_URL
"/register"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"adpBBsb7riN1JSBH6xGv7gAAAJY"
REDIRECT_URL
"/public/register"
REDIRECT_existing_anubis_action
""
REDIRECT_existing_anubis_rule
""
REDIRECT_existing_anubis_status
""
REDIRECT_existing_header_request_id
"ea79db2ae04ab853899a107eadcc32c2"
REMOTE_ADDR
"216.73.216.112"
REMOTE_PORT
"39296"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1775911174
REQUEST_TIME_FLOAT
1775911174.0439
REQUEST_URI
"/register"
SCRIPT_FILENAME
"//var/www/madaprogiciel.com/htdocs/calculturf.madaprogiciel.com/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://calculturf.madaprogiciel.com/register"
SCRIPT_URL
"/register"
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
"adpBBsb7riN1JSBH6xGv7gAAAJY"
existing_anubis_action
""
existing_anubis_rule
""
existing_anubis_status
""
existing_header_request_id
"ea79db2ae04ab853899a107eadcc32c2"
lwsapitoken
"6913dd0d049cf6313f383478d271443d"
lwscache
"On"

Parent Request

Return to parent request (token = 75eb10)

Key Value
_controller
"App\Controller\RegistrationController::register"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_register"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"3e3d37"