https://mail.esram.talbi-consept.com/

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
"160922"
exception
Doctrine\DBAL\Exception\ConnectionException {#650
  -driverException: Doctrine\DBAL\Driver\PDO\Exception {#652 …}
  #message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'esram@esram.talb'@'localhost' (using password: YES)"
  #code: 0
  #file: "/home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
  #line: 112
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#652 …}
  trace: {
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112 {
      Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
      › case '2005':    return new ConnectionException($message, $exception);}
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
      Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
      › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
      arguments: {
        $message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'esram@esram.talb'@'localhost' (using password: YES)"
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#652 …}
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
      Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
      › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
      arguments: {
        $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#524 …}
        $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#652 …}
        $msg: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'esram@esram.talb'@'localhost' (using password: YES)"
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
      Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
      › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
      arguments: {
        $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#524 …}
        $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#652 …}
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:411 {
      Doctrine\DBAL\Connection->connect() …
      › 
      › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
        $params: [ …11]
        $username: "esram@esram.talb"
        $password: "k7Fik7vrf"
        $driverOptions: []
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1951 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › {    $this->connect();}
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1289 {
      Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
      › 
      › $connection = $this->getWrappedConnection();}
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:883 {
      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.name AS name_2, t0.description AS description_3, t0.category AS category_4, t0.type AS type_5, t0.image AS image_6, t0.available_places AS available_places_7, t0.price AS price_8, t0.duration AS duration_9, t0.date_add AS date_add_10, t0.date_update AS date_update_11, t0.status AS status_12, t0.boost AS boost_13, t0.long_description AS long_description_14 FROM pack t0 WHERE t0.status = ?"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:202 {
      Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
      › 
      ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      arguments: {
        $criteria: [ …1]
        $orderBy: null
        $limit: null
        $offset: null
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/src/Controller/FrontController.php:51 {
      App\Controller\FrontController->index(): Response …
      › {    $packs = $this->getDoctrine()->getRepository(Pack::class)->findBy(array('status'=>1));    // $today = date('Y-m-d');
      arguments: {
        $criteria: [ …1]
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
      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 {#5 …}
        $type: 1
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.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 {#5 …}
        $type: 1
        $catch: true
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.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 {#5 …}
      }
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/talbi-consept/domains/esram.talbi-consept.com/public_html/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/talbi-consept/domains/esram.talbi-consept.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#74 …6}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.5"
connection
"close"
content-length
"0"
host
"mail.esram.talbi-consept.com"
sec-ch-ua
""Chromium";v="137", "Not:A-Brand";v="24", "Brave";v="137""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Linux""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
sec-gpc
"1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36"
x-php-ob-level
"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
"Sun, 03 Aug 2025 02:33:09 GMT"
x-debug-exception
"An%20exception%20occurred%20in%20driver%3A%20SQLSTATE%5BHY000%5D%20%5B1045%5D%20Access%20denied%20for%20user%20%27esram%40esram.talb%27%40%27localhost%27%20%28using%20password%3A%20YES%29"
x-debug-exception-file
"%2Fhome%2Ftalbi-consept%2Fdomains%2Fesram.talbi-consept.com%2Fvendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FAbstractMySQLDriver.php:112"
x-debug-token
"15d326"

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
"f3944e4ff861fafe542868aadf10f5c3"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://esram%40esram.talb:k7Fik7vrf@localhost/esram?serverVersion=5.7"
MAILER_DSN
"smtp://localhost?verify_peer=false"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/talbi-consept/domains/esram.talbi-consept.com/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/talbi-consept/domains/esram.talbi-consept.com/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"close"
HTTP_HOST
"mail.esram.talbi-consept.com"
HTTP_SEC_CH_UA
""Chromium";v="137", "Not:A-Brand";v="24", "Brave";v="137""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Linux""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_SEC_GPC
"1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPRC
"/home/talbi-consept/domains/esram.talbi-consept.com/fcgi-bin/../etc/php7.2"
PHP_FCGI_MAX_REQUESTS
"99999"
PHP_SELF
"/index.php"
PWD
"/home/talbi-consept/domains/esram.talbi-consept.com/fcgi-bin"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://mail.esram.talbi-consept.com/"
REDIRECT_SCRIPT_URL
"/"
REDIRECT_SSL_TLS_SNI
"mail.esram.talbi-consept.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"143.198.189.69"
REMOTE_PORT
"48460"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1754188388
REQUEST_TIME_FLOAT
1754188388.8376
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/talbi-consept/domains/esram.talbi-consept.com/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://mail.esram.talbi-consept.com/"
SCRIPT_URL
"/"
SERVER_ADDR
"207.180.245.62"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"mail.esram.talbi-consept.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SSL_TLS_SNI
"mail.esram.talbi-consept.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,CORS_ALLOW_ORIGIN"

Parent Request

Return to parent request (token = ef9c37)

Key Value
_controller
"App\Controller\FrontController::index"
_firewall_context
"security.firewall.map.context.main"
_locale
"fr"
_remove_csp_headers
true
_route
"front"
_route_params
[
  "_locale" => "fr"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"5d1a6c"