https://riders.pkchallenge.bzh/sections/30&filters=all

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
"703a0e"
exception
Doctrine\DBAL\Exception\InvalidFieldNameException {#959
  #message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.time' in 'field list'"
  #code: 1054
  #file: "/home/lesenfanhi/www/riders/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 67
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#949 …}
  -query: Doctrine\DBAL\Query {#962 …}
  trace: {
    /home/lesenfanhi/www/riders/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:67 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1611:    return new InvalidFieldNameException($exception, $query);}
    /home/lesenfanhi/www/riders/vendor/doctrine/dbal/src/Connection.php:1931 {
      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 {#949 …}
        $query: Doctrine\DBAL\Query {#962 …}
      }
    }
    /home/lesenfanhi/www/riders/vendor/doctrine/dbal/src/Connection.php:1874 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#949 …}
        $query: Doctrine\DBAL\Query {#962 …}
      }
    }
    /home/lesenfanhi/www/riders/vendor/doctrine/dbal/src/Connection.php:1099 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#949 …}
        $sql: "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.time AS time_3, t0.piste_id AS piste_id_4, t0.user_id AS user_id_5, t0.support_id AS support_id_6 FROM time_pistes t0 WHERE t0.piste_id = ? ORDER BY t0.time ASC"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /home/lesenfanhi/www/riders/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:916 {
      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.created_at AS created_at_2, t0.time AS time_3, t0.piste_id AS piste_id_4, t0.user_id AS user_id_5, t0.support_id AS support_id_6 FROM time_pistes t0 WHERE t0.piste_id = ? ORDER BY t0.time ASC"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /home/lesenfanhi/www/riders/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: [ …1]
        $orderBy: [ …1]
        $limit: null
        $offset: null
      }
    }
    /home/lesenfanhi/www/riders/src/Controller/PistesController.php:55 {
      App\Controller\PistesController->show($id, Request $request, $filters): Response …
      › 'Sponsors' => $this->sponsorsRepository->findAll(),'Classement' => $this->timePistesRepository->findBy(['Piste' => $this->pisteRepository->findOneBy(['id' => $id])], ['time' => 'ASC']),'pistesForBase' => $this->pisteRepository->findAll(),
      arguments: {
        $criteria: [ …1]
        $orderBy: [ …1]
      }
    }
    /home/lesenfanhi/www/riders/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: {
        $id: "30"
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $filters: "all"
      }
    }
    /home/lesenfanhi/www/riders/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 (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
      }
    }
    /home/lesenfanhi/www/riders/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /home/lesenfanhi/www/riders/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 {#14 …}
      }
    }
    /home/lesenfanhi/www/riders/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/lesenfanhi/www/riders/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/lesenfanhi/www/riders/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#152 …9}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
amp-cache-transform
"google;v="1..8""
from
"googlebot(at)googlebot.com"
host
"riders.pkchallenge.bzh"
remote-ip
"66.249.66.75"
user-agent
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.85 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
x-forwarded-for
"66.249.66.75"
x-forwarded-proto
"https"
x-ovhrequest-id
"c55da3ec5e986c91350a1e9c7c3147b8"
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
"Sun, 24 Nov 2024 20:44:31 GMT"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S22%5D%3A%20Column%20not%20found%3A%201054%20Unknown%20column%20%27t0.time%27%20in%20%27field%20list%27"
x-debug-exception-file
"%2Fhome%2Flesenfanhi%2Fwww%2Friders%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:67"
x-debug-token
"af625c"

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
"c31d10686a7ca85836838d524c06d1f7"
DATABASE_URL
"mysql://lesenfanhiridpk:22PkBzH29CVmj@lesenfanhiridpk.mysql.db/lesenfanhiridpk?serverVersion=5.7&charset=utf8mb4"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster005"
DOCUMENT_ROOT
"/home/lesenfanhi/www/riders"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"37.750999"
GEOIP_LONGITUDE
"-97.821999"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_AMP_CACHE_TRANSFORM
"google;v="1..8""
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"riders.pkchallenge.bzh"
HTTP_REMOTE_IP
"66.249.66.75"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.85 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
HTTP_X_FORWARDED_FOR
"66.249.66.75"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"c55da3ec5e986c91350a1e9c7c3147b8"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/sections/30&filters=all"
REMOTE_ADDR
"66.249.66.75"
REMOTE_PORT
"52314"
REQUEST_METHOD
"GET"
REQUEST_TIME
1732481070
REQUEST_TIME_FLOAT
1732481070.4291
REQUEST_URI
"/sections/30&filters=all"
SCRIPT_FILENAME
"/home/lesenfanhi/www/riders/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://riders.pkchallenge.bzh:443/sections/30&filters=all"
SCRIPT_URL
"/sections/30&filters=all"
SERVER_ADDR
"10.5.40.126"
SERVER_ADMIN
"postmaster@riders.pkchallenge.bzh"
SERVER_NAME
"riders.pkchallenge.bzh"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL"
UNIQUE_ID
"Z0OQLnA4TW99KsvvlOcGvAAAB1U"
USER
"lesenfanhi"
argc
0
argv
[]

Parent Request

Return to parent request (token = 413efc)

Key Value
_controller
"App\Controller\PistesController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_pistes_show"
_route_params
[
  "id" => "30"
  "filters" => "all"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"f94da2"
filters
"all"
id
"30"