https://pubup.wecodx.com/

HomeController :: index

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\HomeController::index"
_remove_csp_headers
true
_route
"home"
_route_params
[]
_stopwatch_token
"458826"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
host
"pubup.wecodx.com"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
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
"Tue, 25 Feb 2025 15:47:14 GMT"
x-debug-exception
"An%20exception%20occurred%20in%20the%20driver%3A%20SQLSTATE%5BHY000%5D%20%5B1045%5D%20Access%20denied%20for%20user%20%27wecodx-aws%27%40%27localhost%27%20%28using%20password%3A%20YES%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fsites%2Fwecodx%2Fpubup%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:103"
x-debug-token
"b399d7"
x-debug-token-link
"https://pubup.wecodx.com/_profiler/e9a673"
x-previous-debug-token
"e9a673"
x-robots-tag
"noindex"

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
"42efe32617b82b7de79f5f90627a74c6"
DATABASE_URL
"mysql://wecodx-aws:a3KrBiNczKBr30O57EXb@127.0.0.1:3306/pubup?serverVersion=5.7"
MY_EMAIL
"thibaut@wecodx.com"
PATHDB
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/sites/wecodx/pubup/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/sites/wecodx/pubup/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"pubup.wecodx.com"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"pubup.wecodx.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z73mAQVuXFbtT4C2wRE52wAAAAk"
REDIRECT_URL
"/"
REMOTE_ADDR
"209.53.155.75"
REMOTE_PORT
"4535"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1740498433
REQUEST_TIME_FLOAT
1740498433.928
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/sites/wecodx/pubup/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.39.41"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"pubup.wecodx.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"pubup.wecodx.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,PATHDB,MY_EMAIL"
UNIQUE_ID
"Z73mAQVuXFbtT4C2wRE52wAAAAk"
USER
"www-data"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = e9a673)

Key Value
_controller
"error_controller"
_stopwatch_token
"17b423"
exception
Doctrine\DBAL\Exception\ConnectionException {#250
  #message: "An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'wecodx-aws'@'localhost' (using password: YES)"
  #code: 1045
  #file: "/var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 103
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#329 …}
  -query: null
  trace: {
    /var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 2054:    return new ConnectionException($exception, $query);}
    /var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Connection.php:1813 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › 
      › $exception = $this->exceptionConverter->convert($driverException, $query);}
    /var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Connection.php:1756 {
      Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
      › {    return $this->handleDriverException($e, null);}
    }
    /var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Connection.php:342 {
      Doctrine\DBAL\Connection->connect() …
      › } catch (Driver\Exception $e) {    throw $this->convertException($e);}
    }
    /var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Connection.php:1530 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › 
      › $this->connect();}
    /var/www/sites/wecodx/pubup/vendor/doctrine/dbal/src/Connection.php:1028 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › 
      › $connection = $this->getWrappedConnection();}
    /var/www/sites/wecodx/pubup/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:913 {
      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);}
    /var/www/sites/wecodx/pubup/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:203 {
      Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
      › 
      ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
    }
    /var/www/sites/wecodx/pubup/src/Controller/HomeController.php:64 {
      App\Controller\HomeController->index(Request $request): Response …
      › {    $panels = $this->panelRepository->findBy(['free' => true]);    $images = Array();
    }
    /var/www/sites/wecodx/pubup/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);}
    /var/www/sites/wecodx/pubup/vendor/symfony/http-kernel/HttpKernel.php:74 {
      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) {
    }
    /var/www/sites/wecodx/pubup/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 {
    }
    /var/www/sites/wecodx/pubup/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/sites/wecodx/pubup/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/sites/wecodx/pubup/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/sites/wecodx/pubup/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
null