| exception |
Doctrine\DBAL\Exception\InvalidFieldNameException {#1551
#message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.vehicle_make_id' in 'field list'"
#code: 1054
#file: "/home/michelin/staging/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 67
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1545 …}
-query: Doctrine\DBAL\Query {#1538 …}
trace: {
/home/michelin/staging/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/michelin/staging/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 {#1545 …}
$query: Doctrine\DBAL\Query {#1538 …}
}
}
/home/michelin/staging/vendor/doctrine/dbal/src/Connection.php:1918 {
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 {#1545 …}
$query: Doctrine\DBAL\Query {#1538 …}
}
}
/home/michelin/staging/vendor/doctrine/dbal/src/Connection.php:1111 {
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 {#1545 …}
$sql: "SELECT t0.id AS id_1, t0.status AS status_2, t0.paid_at AS paid_at_3, t0.order_date AS order_date_4, t0.build_date AS build_date_5, t0.vin_number AS vin_number_6, t0.end_customer_name AS end_customer_name_7, t0.type AS type_8, t0.amount AS amount_9, t0.dealer_other AS dealer_other_10, t0.invoice_number AS invoice_number_11, t0.purchase_date AS purchase_date_12, t0.tire_description AS tire_description_13, t0.number_of_tires AS number_of_tires_14, t0.total_tire_cost AS total_tire_cost_15, t0.vehicle_year AS vehicle_year_16, t0.terms_accepted AS terms_accepted_17, t0.payment_method AS payment_method_18, t0.survey_responses AS survey_responses_19, t0.error AS error_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.user_id AS user_id_23, t0.promotion_id AS promotion_id_24, t0.sub_promotion_id AS sub_promotion_id_25, t0.dealer_id AS dealer_id_26, t0.vehicle_model_id AS vehicle_model_id_27, t0.vehicle_make_id AS vehicle_make_id_28, t0.brand_id AS brand_id_29 FROM submission t0 WHERE t0.user_id IS NULL"
$params: []
$types: []
}
}
/home/michelin/staging/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:938 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
› [$params, $types] = $this->expandParameters($criteria);
› $stmt = $this->conn->executeQuery($sql, $params, $types);
›
arguments: {
$sql: "SELECT t0.id AS id_1, t0.status AS status_2, t0.paid_at AS paid_at_3, t0.order_date AS order_date_4, t0.build_date AS build_date_5, t0.vin_number AS vin_number_6, t0.end_customer_name AS end_customer_name_7, t0.type AS type_8, t0.amount AS amount_9, t0.dealer_other AS dealer_other_10, t0.invoice_number AS invoice_number_11, t0.purchase_date AS purchase_date_12, t0.tire_description AS tire_description_13, t0.number_of_tires AS number_of_tires_14, t0.total_tire_cost AS total_tire_cost_15, t0.vehicle_year AS vehicle_year_16, t0.terms_accepted AS terms_accepted_17, t0.payment_method AS payment_method_18, t0.survey_responses AS survey_responses_19, t0.error AS error_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.user_id AS user_id_23, t0.promotion_id AS promotion_id_24, t0.sub_promotion_id AS sub_promotion_id_25, t0.dealer_id AS dealer_id_26, t0.vehicle_model_id AS vehicle_model_id_27, t0.vehicle_make_id AS vehicle_make_id_28, t0.brand_id AS brand_id_29 FROM submission t0 WHERE t0.user_id IS NULL"
$params: []
$types: []
}
}
/home/michelin/staging/vendor/doctrine/orm/src/EntityRepository.php:110 {
Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
›
› return $persister->loadAll($criteria, $orderBy, $limit, $offset);
› }
arguments: {
$criteria: [ …1]
$orderBy: null
$limit: null
$offset: null
}
}
/home/michelin/staging/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:73 {
Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
› return ($this->repository ??= $this->resolveRepository())
› ->findBy($criteria, $orderBy, $limit, $offset);
› }
arguments: {
$criteria: [ …1]
$orderBy: null
$limit: null
$offset: null
}
}
/home/michelin/staging/src/Controller/DashboardController.php:17 {
App\Controller\DashboardController->index(SubmissionRepository $submissionRepository): Response …
› $user = $this->getUser();
› $submissions = $submissionRepository->findBy(['user' => $user]);
›
arguments: {
$criteria: [ …1]
}
}
/home/michelin/staging/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$submissionRepository: App\Repository\SubmissionRepository {#1119 …}
}
}
/home/michelin/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/home/michelin/staging/vendor/symfony/http-kernel/Kernel.php:182 {
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 {#2 …}
$type: 1
$catch: true
}
}
/home/michelin/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/michelin/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/michelin/staging/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/michelin/staging/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#239
-records: [
2 => [
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.947+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "dashboard.index"
"route_parameters" => [
"_route" => "dashboard.index"
"_controller" => "App\Controller\DashboardController::index"
"brandSlug" => "michelin"
]
"request_uri" => "https://michelin.level6.com/michelin/dashboard/"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.948+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.948+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.948+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.948+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.948+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.949+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\VerifyUserSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.951+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.951+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.951+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.951+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.951+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "DH\AuditorBundle\Event\ViewerEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.952+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.952+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.952+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.952+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerCJMk5Gj\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.952+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.954+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "michelin_staging"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "michelin_staging"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.960+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.status AS status_2, t0.paid_at AS paid_at_3, t0.order_date AS order_date_4, t0.build_date AS build_date_5, t0.vin_number AS vin_number_6, t0.end_customer_name AS end_customer_name_7, t0.type AS type_8, t0.amount AS amount_9, t0.dealer_other AS dealer_other_10, t0.invoice_number AS invoice_number_11, t0.purchase_date AS purchase_date_12, t0.tire_description AS tire_description_13, t0.number_of_tires AS number_of_tires_14, t0.total_tire_cost AS total_tire_cost_15, t0.vehicle_year AS vehicle_year_16, t0.terms_accepted AS terms_accepted_17, t0.payment_method AS payment_method_18, t0.survey_responses AS survey_responses_19, t0.error AS error_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.user_id AS user_id_23, t0.promotion_id AS promotion_id_24, t0.sub_promotion_id AS sub_promotion_id_25, t0.dealer_id AS dealer_id_26, t0.vehicle_model_id AS vehicle_model_id_27, t0.vehicle_make_id AS vehicle_make_id_28, t0.brand_id AS brand_id_29 FROM submission t0 WHERE t0.user_id IS NULL"
]
"channel" => "doctrine"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.962+00:00"
"message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.vehicle_make_id' in 'field list'" at ExceptionConverter.php line 67"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Doctrine\DBAL\Exception\InvalidFieldNameException {#1551
#message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.vehicle_make_id' in 'field list'"
#code: 1054
#file: "/home/michelin/staging/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 67
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1545 …}
-query: Doctrine\DBAL\Query {#1538 …}
trace: {
/home/michelin/staging/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/michelin/staging/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 {#1545 …}
$query: Doctrine\DBAL\Query {#1538 …}
}
}
/home/michelin/staging/vendor/doctrine/dbal/src/Connection.php:1918 {
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 {#1545 …}
$query: Doctrine\DBAL\Query {#1538 …}
}
}
/home/michelin/staging/vendor/doctrine/dbal/src/Connection.php:1111 {
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 {#1545 …}
$sql: "SELECT t0.id AS id_1, t0.status AS status_2, t0.paid_at AS paid_at_3, t0.order_date AS order_date_4, t0.build_date AS build_date_5, t0.vin_number AS vin_number_6, t0.end_customer_name AS end_customer_name_7, t0.type AS type_8, t0.amount AS amount_9, t0.dealer_other AS dealer_other_10, t0.invoice_number AS invoice_number_11, t0.purchase_date AS purchase_date_12, t0.tire_description AS tire_description_13, t0.number_of_tires AS number_of_tires_14, t0.total_tire_cost AS total_tire_cost_15, t0.vehicle_year AS vehicle_year_16, t0.terms_accepted AS terms_accepted_17, t0.payment_method AS payment_method_18, t0.survey_responses AS survey_responses_19, t0.error AS error_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.user_id AS user_id_23, t0.promotion_id AS promotion_id_24, t0.sub_promotion_id AS sub_promotion_id_25, t0.dealer_id AS dealer_id_26, t0.vehicle_model_id AS vehicle_model_id_27, t0.vehicle_make_id AS vehicle_make_id_28, t0.brand_id AS brand_id_29 FROM submission t0 WHERE t0.user_id IS NULL"
$params: []
$types: []
}
}
/home/michelin/staging/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:938 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
› [$params, $types] = $this->expandParameters($criteria);
› $stmt = $this->conn->executeQuery($sql, $params, $types);
›
arguments: {
$sql: "SELECT t0.id AS id_1, t0.status AS status_2, t0.paid_at AS paid_at_3, t0.order_date AS order_date_4, t0.build_date AS build_date_5, t0.vin_number AS vin_number_6, t0.end_customer_name AS end_customer_name_7, t0.type AS type_8, t0.amount AS amount_9, t0.dealer_other AS dealer_other_10, t0.invoice_number AS invoice_number_11, t0.purchase_date AS purchase_date_12, t0.tire_description AS tire_description_13, t0.number_of_tires AS number_of_tires_14, t0.total_tire_cost AS total_tire_cost_15, t0.vehicle_year AS vehicle_year_16, t0.terms_accepted AS terms_accepted_17, t0.payment_method AS payment_method_18, t0.survey_responses AS survey_responses_19, t0.error AS error_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.user_id AS user_id_23, t0.promotion_id AS promotion_id_24, t0.sub_promotion_id AS sub_promotion_id_25, t0.dealer_id AS dealer_id_26, t0.vehicle_model_id AS vehicle_model_id_27, t0.vehicle_make_id AS vehicle_make_id_28, t0.brand_id AS brand_id_29 FROM submission t0 WHERE t0.user_id IS NULL"
$params: []
$types: []
}
}
/home/michelin/staging/vendor/doctrine/orm/src/EntityRepository.php:110 {
Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
›
› return $persister->loadAll($criteria, $orderBy, $limit, $offset);
› }
arguments: {
$criteria: [ …1]
$orderBy: null
$limit: null
$offset: null
}
}
/home/michelin/staging/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:73 {
Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->findBy(array $criteria, ?array $orderBy = null, ?int $limit = null, ?int $offset = null): array …
› return ($this->repository ??= $this->resolveRepository())
› ->findBy($criteria, $orderBy, $limit, $offset);
› }
arguments: {
$criteria: [ …1]
$orderBy: null
$limit: null
$offset: null
}
}
/home/michelin/staging/src/Controller/DashboardController.php:17 {
App\Controller\DashboardController->index(SubmissionRepository $submissionRepository): Response …
› $user = $this->getUser();
› $submissions = $submissionRepository->findBy(['user' => $user]);
›
arguments: {
$criteria: [ …1]
}
}
/home/michelin/staging/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$submissionRepository: App\Repository\SubmissionRepository {#1119 …}
}
}
/home/michelin/staging/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/home/michelin/staging/vendor/symfony/http-kernel/Kernel.php:182 {
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 {#2 …}
$type: 1
$catch: true
}
}
/home/michelin/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/home/michelin/staging/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/michelin/staging/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/michelin/staging/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.036+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
1798 => [
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\VerifyUserSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "DH\AuditorBundle\Event\ViewerEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerCJMk5Gj\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579757
"timestamp_rfc3339" => "2025-10-27T15:42:37.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1761579758
"timestamp_rfc3339" => "2025-10-27T15:42:38.034+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
1798 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#238 …}
} |