| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#140
-records: [
8 => [
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.485+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "page-auto"
"route_parameters" => [
"_route" => "page-auto"
"_controller" => "App\Controller\AutoControllerPage::showAutoPage"
"id" => "000000000"
]
"request_uri" => "https://devd.imobil.pl/page-auto/000000000"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.547+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 4
]
"channel" => "security"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.547+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.547+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.547+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.547+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.548+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.548+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.548+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.548+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.581+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#502
#message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
#code: 0
#file: "/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
trait_exists(string $trait, bool $autoload = true): bool …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);
› }
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/doctrine/orm/src/Configuration.php:1113 {
Doctrine\ORM\Configuration->setLazyGhostObjectEnabled(bool $flag): void …
› // @phpstan-ignore classConstant.deprecatedTrait (Because we support Symfony < 7.3)
› if ($flag && ! trait_exists(LazyGhostTrait::class)) {
› throw new LogicException(
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/var/cache/dev/ContainerNcrOJJP/App_KernelDevDebugContainer.php:1632 {
ContainerNcrOJJP\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $instance->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($container));
› $instance->setLazyGhostObjectEnabled(true);
› $instance->setIdentityGenerationPreferences([]);
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/var/cache/dev/ContainerNcrOJJP/App_KernelDevDebugContainer.php:882 {
ContainerNcrOJJP\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/var/cache/dev/ContainerNcrOJJP/App_KernelDevDebugContainer.php:873 {
ContainerNcrOJJP\App_KernelDevDebugContainer::{closure:ContainerNcrOJJP\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():873} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });
› }
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/doctrine/orm/src/EntityManager.php:890 {
Doctrine\ORM\EntityManager->errorIfClosed(): void …
› {
› if ($this->closed) {
› throw EntityManagerClosed::create();
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/doctrine/orm/src/EntityManager.php:679 {
Doctrine\ORM\EntityManager->persist($entity) …
›
› $this->errorIfClosed();
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/src/EventSubscriber/LogSubscriber.php:56 {
App\EventSubscriber\LogSubscriber->onKernelRequest(RequestEvent $event): void …
›
› $this->entityManager->persist($log);
› $this->entityManager->flush();
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/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) {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.794+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8mb4"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "imobil.devd"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "10.11.2-MariaDB"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_unicode_ci"
]
"dbname" => "devd_imobil"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.805+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.844+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "INSERT INTO log (id, created_at, event_name, user_id) VALUES (?, ?, ?, ?)"
"params" => [
1 => b"\x01/žž©z€¤Ä¸©¤$‚\f"
2 => "2026-03-27 14:06:57"
3 => "WIDOK (odwiedziny podstrony): /page-auto/000000000 [GET]"
4 => null
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.845+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.852+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\LogSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.853+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.853+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+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" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.864+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#566
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/src/Controller/AutoControllerPage.php:79 {
App\Controller\AutoControllerPage->showAutoPage(Request $request, int $id): Response …
› {
› $send = $request->get('send');
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/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);
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/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) {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1774620417
"timestamp_rfc3339" => "2026-03-27T14:06:57.916+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.save_date AS save_date_2, t0.title AS title_3, t0.number_of_visit AS number_of_visit_4, t0.updated_at AS updated_at_5, t0.vin AS vin_6, t0.id_advert AS id_advert_7, t0.price AS price_8, t0.year AS year_9, t0.power AS power_10, t0.gearbox AS gearbox_11, t0.first_owner AS first_owner_12, t0.no_crash AS no_crash_13, t0.service_aso AS service_aso_14, t0.tuning AS tuning_15, t0.invoice_vatmargin AS invoice_vatmargin_16, t0.invoice_vat AS invoice_vat_17, t0.auto_demo AS auto_demo_18, t0.warranty_factory AS warranty_factory_19, t0.warranty_dealer AS warranty_dealer_20, t0.color AS color_21, t0.mileage AS mileage_22, t0.engine_capacity AS engine_capacity_23, t0.fuel AS fuel_24, t0.new AS new_25, t0.price_currency AS price_currency_26, t0.origin_country AS origin_country_27, t0.polish_register AS polish_register_28, t0.description AS description_29, t0.video1 AS video1_30, t0.video2 AS video2_31, t0.video3 AS video3_32, t0.video4 AS video4_33, t0.fotom AS fotom_34, t0.eq_abs AS eq_abs_35, t0.eq_cd AS eq_cd_36, t0.eq_central_lock AS eq_central_lock_37, t0.eq_front_electric_windows AS eq_front_electric_windows_38, t0.eq_electronic_rear_view_mirrors AS eq_electronic_rear_view_mirrors_39, t0.eq_immobiliser AS eq_immobiliser_40, t0.eq_front_airbags AS eq_front_airbags_41, t0.eq_front_passenger_airbags AS eq_front_passenger_airbags_42, t0.eq_original_radio AS eq_original_radio_43, t0.eq_assisted_steering AS eq_assisted_steering_44, t0.eq_alarm AS eq_alarm_45, t0.eq_alloy_wheels AS eq_alloy_wheels_46, t0.eq_asr AS eq_asr_47, t0.eq_park_assist AS eq_park_assist_48, t0.eq_lane_assist AS eq_lane_assist_49, t0.eq_bluetooth AS eq_bluetooth_50, t0.eq_automatic_wipers AS eq_automatic_wipers_51, t0.eq_blind_spot_sensor AS eq_blind_spot_sensor_52, t0.eq_automatic_lights AS eq_automatic_lights_53, t0.eq_both_parking_sensors AS eq_both_parking_sensors_54, t0.eq_rear_parking_sensors AS eq_rear_parking_sensors_55, t0.eq_panoramic_sunroof AS eq_panoramic_sunroof_56, t0.eq_electric_exterior_mirror AS eq_electric_exterior_mirror_57, t0.eq_electric_interior_mirror AS eq_electric_interior_mirror_58, t0.eq_rear_electric_windows AS eq_rear_electric_windows_59, t0.eq_electric_adjustable_seats AS eq_electric_adjustable_seats_60, t0.eq_esp AS eq_esp_61, t0.eq_aux_in AS eq_aux_in_62, t0.eq_sdsocket AS eq_sdsocket_63, t0.eq_usbsocket AS eq_usbsocket_64, t0.eq_towing_hook AS eq_towing_hook_65, t0.eq_head_display AS eq_head_display_66, t0.eq_isofix AS eq_isofix_67, t0.eq_rearview_camera AS eq_rearview_camera_68, t0.eq_automatic_air_conditioning AS eq_automatic_air_conditioning_69, t0.eq_onboard_computer AS eq_onboard_computer_70, t0.eq_side_window_airbags AS eq_side_window_airbags_71, t0.eq_shift_paddles AS eq_shift_paddles_72, t0.eq_mp3 AS eq_mp3_73, t0.eq_gps AS eq_gps_74, t0.eq_dvd AS eq_dvd_75, t0.eq_speed_limiter AS eq_speed_limiter_76, t0.eq_auxiliary_heating AS eq_auxiliary_heating_77, t0.eq_heated_windshield AS eq_heated_windshield_78, t0.eq_heated_rearview_mirrors AS eq_heated_rearview_mirrors_79, t0.eq_front_heated_seats AS eq_front_heated_seats_80, t0.eq_rear_heated_seats AS eq_rear_heated_seats_81, t0.eq_driver_knee_airbag AS eq_driver_knee_airbag_82, t0.eq_front_side_airbags AS eq_front_side_airbags_83, t0.eq_rear_passenger_airbags AS eq_rear_passenger_airbags_84, t0.eq_tinted_windows AS eq_tinted_windows_85, t0.eq_radio AS eq_radio_86, t0.eq_adjustable_suspension AS eq_adjustable_suspension_87, t0.eq_roof_bars AS eq_roof_bars_88, t0.eq_system_start_stop AS eq_system_start_stop_89, t0.eq_sunroof AS eq_sunroof_90, t0.eq_daytime_lights AS eq_daytime_lights_91, t0.eq_leds AS eq_leds_92, t0.eq_fog_lights AS eq_fog_lights_93, t0.eq_xenon_lights AS eq_xenon_lights_94, t0.eq_leather_interior AS eq_leather_interior_95, t0.eq_velour_interior AS eq_velour_interior_96, t0.eq_cruise_control AS eq_cruise_control_97, t0.eq_active_cruise_control AS eq_active_cruise_control_98, t0.eq_tv AS eq_tv_99, t0.eq_steering_whell_commands AS eq_steering_whell_commands_100, t0.eq_virtual_cocpit AS eq_virtual_cocpit_101, t0.photo AS photo_102, t0.photo_real_name AS photo_real_name_103, t0.dealer_id AS dealer_id_104, t0.make_id AS make_id_105, t0.model_id AS model_id_106 FROM auto t0 WHERE t0.id = ?"
"params" => [
1 => 0
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.037+00:00"
"message" => "Uncaught PHP Exception TypeError: "App\Repository\AutoRepository::getEquipment(): Argument #1 ($auto) must be of type App\Entity\Auto, null given, called in /var/www/vhosts/imobil.pl/devd.imobil.pl/src/Controller/AutoControllerPage.php on line 83" at AutoRepository.php line 154"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => TypeError {#827
#message: "App\Repository\AutoRepository::getEquipment(): Argument #1 ($auto) must be of type App\Entity\Auto, null given, called in /var/www/vhosts/imobil.pl/devd.imobil.pl/src/Controller/AutoControllerPage.php on line 83"
#code: 0
#file: "/var/www/vhosts/imobil.pl/devd.imobil.pl/src/Repository/AutoRepository.php"
#line: 154
trace: {
/var/www/vhosts/imobil.pl/devd.imobil.pl/src/Repository/AutoRepository.php:154 {
App\Repository\AutoRepository->getEquipment(Auto $auto): array …
› */
› public function getEquipment(Auto $auto): array
› {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/src/Controller/AutoControllerPage.php:83 {
App\Controller\AutoControllerPage->showAutoPage(Request $request, int $id): Response …
›
› $equipment = $this->doctrine->getRepository(Auto::class)->getEquipment($auto);
› $eqincol = round(count($equipment) / 3, 0, PHP_ROUND_HALF_DOWN);
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/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);
›
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/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) {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/imobil.pl/devd.imobil.pl/public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.200+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.201+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.201+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.201+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.201+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.201+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.201+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+00: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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.285+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"
]
]
1137 => [
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
"channel" => "event"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.048+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\LogSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.054+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+00: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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.194+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.200+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.200+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.200+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.200+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" => 1774620418
"timestamp_rfc3339" => "2026-03-27T14:06:58.200+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: [
8 => 1
1137 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#138 …}
} |