| exception |
Doctrine\DBAL\Exception\ConnectionException {#1477
#message: "An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'confe2704155'@'91.216.107.240' (using password: YES)"
#code: 1045
#file: "/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 101
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1494 …}
-query: null
trace: {
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101 {
Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case 2054:
› return new ConnectionException($exception, $query);
›
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1939 {
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 {#1494 …}
$query: null
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1887 {
Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
› {
› return $this->handleDriverException($e, null);
› }
arguments: {
$driverException: Doctrine\DBAL\Driver\PDO\Exception {#1494 …}
$query: null
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:380 {
Doctrine\DBAL\Connection->connect() …
› } catch (Driver\Exception $e) {
› throw $this->convertException($e);
› }
arguments: {
$e: Doctrine\DBAL\Driver\PDO\Exception {#1494 …}
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1655 {
Doctrine\DBAL\Connection->getWrappedConnection() …
›
› $this->connect();
›
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1082 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
›
› $connection = $this->getWrappedConnection();
›
}
/htdocs/democore.confection-mada.fr/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.label AS label_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.organisateur_id AS organisateur_id_7 FROM event t0 WHERE t0.type = ?"
$params: [ …1]
$types: [ …1]
}
}
/htdocs/democore.confection-mada.fr/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
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/orm/src/EntityRepository.php:235 {
Doctrine\ORM\EntityRepository->resolveMagicCall(string $method, string $by, array $arguments): mixed …
›
› return $this->$method([$fieldName => $arguments[0]], ...array_slice($arguments, 1));
› }
arguments: {
$criteria: [ …1]
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/orm/src/EntityRepository.php:154 {
Doctrine\ORM\EntityRepository->__call(string $method, array $arguments): mixed …
› if (str_starts_with($method, 'findBy')) {
› return $this->resolveMagicCall('findBy', substr($method, 6), $arguments);
› }
arguments: {
$method: "findBy"
$by: "Type"
$arguments: [ …1]
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:94 {
Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->__call(string $method, array $arguments): mixed …
› {
› return ($this->repository ??= $this->resolveRepository())->$method(...$arguments);
› }
arguments: {
$method: "findByType"
$arguments: [ …1]
}
}
/htdocs/democore.confection-mada.fr/src/Controller/Front/FrontController.php:240 {
App\Controller\Front\FrontController->pArtisan(CarteRepository $crepo, EventRepository $erepo, Request $request): Response …
›
› $events = $erepo->findByType('ARTISANAT');
›
arguments: {
$method: "findByType"
$arguments: [ …1]
}
}
/htdocs/democore.confection-mada.fr/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$crepo: App\Repository\Carte\CarteRepository {#450 …}
$erepo: App\Repository\Event\EventRepository {#439 …}
$request: Symfony\Component\HttpFoundation\Request {#14 …}
}
}
/htdocs/democore.confection-mada.fr/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 {#14 …}
$type: 1
}
}
/htdocs/democore.confection-mada.fr/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/htdocs/democore.confection-mada.fr/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 {#14 …}
}
}
/htdocs/democore.confection-mada.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/htdocs/democore.confection-mada.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/htdocs/democore.confection-mada.fr/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#127
-records: [
14 => [
[
"timestamp" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.895+01:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "p-artisan"
"route_parameters" => [
"_route" => "p-artisan"
"_controller" => "App\Controller\Front\FrontController::pArtisan"
]
"request_uri" => "https://democore.confection-mada.fr/artisan"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.907+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.908+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.908+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.908+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.908+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.908+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.910+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.910+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.946+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.946+01: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" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.946+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPDukAy4\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1773074308
"timestamp_rfc3339" => "2026-03-09T17:38:28.946+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.039+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "confe2704155"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "confe2704155_11funp"
"serverVersion" => "10.11.14-MariaDB-deb12 - mariadb.org binary distribution"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.070+01:00"
"message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'confe2704155'@'91.216.107.240' (using password: YES)" at ExceptionConverter.php line 101"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Doctrine\DBAL\Exception\ConnectionException {#1477
#message: "An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'confe2704155'@'91.216.107.240' (using password: YES)"
#code: 1045
#file: "/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 101
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1494 …}
-query: null
trace: {
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101 {
Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case 2054:
› return new ConnectionException($exception, $query);
›
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1939 {
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 {#1494 …}
$query: null
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1887 {
Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
› {
› return $this->handleDriverException($e, null);
› }
arguments: {
$driverException: Doctrine\DBAL\Driver\PDO\Exception {#1494 …}
$query: null
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:380 {
Doctrine\DBAL\Connection->connect() …
› } catch (Driver\Exception $e) {
› throw $this->convertException($e);
› }
arguments: {
$e: Doctrine\DBAL\Driver\PDO\Exception {#1494 …}
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1655 {
Doctrine\DBAL\Connection->getWrappedConnection() …
›
› $this->connect();
›
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/dbal/src/Connection.php:1082 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
›
› $connection = $this->getWrappedConnection();
›
}
/htdocs/democore.confection-mada.fr/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.label AS label_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.organisateur_id AS organisateur_id_7 FROM event t0 WHERE t0.type = ?"
$params: [ …1]
$types: [ …1]
}
}
/htdocs/democore.confection-mada.fr/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
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/orm/src/EntityRepository.php:235 {
Doctrine\ORM\EntityRepository->resolveMagicCall(string $method, string $by, array $arguments): mixed …
›
› return $this->$method([$fieldName => $arguments[0]], ...array_slice($arguments, 1));
› }
arguments: {
$criteria: [ …1]
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/orm/src/EntityRepository.php:154 {
Doctrine\ORM\EntityRepository->__call(string $method, array $arguments): mixed …
› if (str_starts_with($method, 'findBy')) {
› return $this->resolveMagicCall('findBy', substr($method, 6), $arguments);
› }
arguments: {
$method: "findBy"
$by: "Type"
$arguments: [ …1]
}
}
/htdocs/democore.confection-mada.fr/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:94 {
Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->__call(string $method, array $arguments): mixed …
› {
› return ($this->repository ??= $this->resolveRepository())->$method(...$arguments);
› }
arguments: {
$method: "findByType"
$arguments: [ …1]
}
}
/htdocs/democore.confection-mada.fr/src/Controller/Front/FrontController.php:240 {
App\Controller\Front\FrontController->pArtisan(CarteRepository $crepo, EventRepository $erepo, Request $request): Response …
›
› $events = $erepo->findByType('ARTISANAT');
›
arguments: {
$method: "findByType"
$arguments: [ …1]
}
}
/htdocs/democore.confection-mada.fr/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$crepo: App\Repository\Carte\CarteRepository {#450 …}
$erepo: App\Repository\Event\EventRepository {#439 …}
$request: Symfony\Component\HttpFoundation\Request {#14 …}
}
}
/htdocs/democore.confection-mada.fr/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 {#14 …}
$type: 1
}
}
/htdocs/democore.confection-mada.fr/vendor/symfony/http-kernel/Kernel.php:197 {
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
}
}
/htdocs/democore.confection-mada.fr/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 {#14 …}
}
}
/htdocs/democore.confection-mada.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/htdocs/democore.confection-mada.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/htdocs/democore.confection-mada.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.271+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.272+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.272+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.272+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.272+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.272+01: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"
]
]
1775 => [
[
"timestamp" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.072+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.073+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.085+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.085+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.085+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.085+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.085+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPDukAy4\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.085+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.258+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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" => 1773074309
"timestamp_rfc3339" => "2026-03-09T17:38:29.259+01: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: [
14 => 1
1775 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#137 …}
} |