logger |
Symfony\Bridge\Monolog\Logger {#140
#name: "request"
#handlers: [
Monolog\Handler\StreamHandler {#126
#level: 100
#bubble: true
#formatter: Monolog\Formatter\LineFormatter {#55 …}
#processors: [
Monolog\Processor\PsrLogMessageProcessor {#127}
]
#stream: stream resource @550
timed_out: false
blocked: true
eof: false
wrapper_type: "plainfile"
stream_type: "STDIO"
mode: "a"
unread_bytes: 0
seekable: true
uri: "/home/gwmaeusugb/sf4agenceimmo/var/log/dev.log"
options: []
}
#url: "/home/gwmaeusugb/sf4agenceimmo/var/log/dev.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: true
}
Symfony\Bridge\Monolog\Handler\ConsoleHandler {#139
#level: 100
#bubble: true
#formatter: null
#processors: []
-output: null
-verbosityLevelMap: [
16 => 400
32 => 300
64 => 250
128 => 200
256 => 100
]
-consoleFormaterOptions: []
}
]
#processors: [
Symfony\Bridge\Monolog\Processor\DebugProcessor {#197
-records: [
"000000000000001c0000000000000000" => [
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#64
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#47
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php"
#line: 213
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:213 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class ParameterBag implements \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:20 {
include …
› class_exists(AcceptHeader::class);
› class_exists(FileBag::class);
› class_exists(HeaderBag::class);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› return;
› } elseif (false === include $file) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {
› //Request::enableHttpMethodParameterOverride(); // <-- add this line
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#52
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#53
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php"
#line: 223
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:223 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class ParameterBag implements \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:20 {
include …
› class_exists(AcceptHeader::class);
› class_exists(FileBag::class);
› class_exists(HeaderBag::class);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› return;
› } elseif (false === include $file) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {
› //Request::enableHttpMethodParameterOverride(); // <-- add this line
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#83
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#27
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php"
#line: 282
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:282 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class HeaderBag implements \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:21 {
include …
› class_exists(FileBag::class);
› class_exists(HeaderBag::class);
› class_exists(HeaderUtils::class);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› return;
› } elseif (false === include $file) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {
› //Request::enableHttpMethodParameterOverride(); // <-- add this line
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#60
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#15
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php"
#line: 292
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:292 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class HeaderBag implements \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:21 {
include …
› class_exists(FileBag::class);
› class_exists(HeaderBag::class);
› class_exists(HeaderUtils::class);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› return;
› } elseif (false === include $file) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {
› //Request::enableHttpMethodParameterOverride(); // <-- add this line
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#59
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#90
#message: "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php"
#line: 295
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:295 {
Symfony\Component\HttpFoundation\Request::createFromGlobals() …
›
› if (0 === strpos($request->headers->get('CONTENT_TYPE'), 'application/x-www-form-urlencoded')
› && \in_array(strtoupper($request->server->get('REQUEST_METHOD', 'GET')), ['PUT', 'DELETE', 'PATCH'])
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {
› //Request::enableHttpMethodParameterOverride(); // <-- add this line
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#48
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#44
#message: "Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php"
#line: 100
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php:100 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:164 {
Symfony\Component\Config\ResourceCheckerConfigCache->Symfony\Component\Config\{closure} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php:26 {
unserialize(string $data, array $options = []): ?mixed …
› */
› class GlobResource implements \IteratorAggregate, SelfCheckingResourceInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:168 {
Symfony\Component\Config\ResourceCheckerConfigCache->safelyUnserialize(string $file) …
› try {
› $meta = unserialize($content);
› } catch (\Throwable $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:85 {
Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
›
› $meta = $this->safelyUnserialize($metadata);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ConfigCache.php:60 {
Symfony\Component\Config\ConfigCache->isFresh() …
›
› return parent::isFresh();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:517 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› if (file_exists($cachePath) && \is_object($this->container = include $cachePath)
› && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))
› ) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:136 {
Symfony\Component\HttpKernel\Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:196 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› {
› $this->boot();
› ++$this->requestStackSize;
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#73
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
Monolog\Logger->log($level, $message, array $context = []) …
›
› return $this->addRecord($level, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
› } elseif ($this->loggers[$type][0]) {
› $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
›
› $this->setLoggers($loggers);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
› if ($this->logger) {
› $handler->setDefaultLogger($this->logger, $this->levels);
› if (\is_array($this->levels)) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Twig\Profiler\Profile::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#216
#message: "Deprecated: Return type of Twig\Profiler\Profile::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php"
#line: 160
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php:160 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php:19 {
include_once …
› */
› class Profile implements \IteratorAggregate, \Serializable
› {
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:343 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
› include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
› include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:159 {
Symfony\Component\DependencyInjection\Container->set($id, $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:520 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:136 {
Symfony\Component\HttpKernel\Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:196 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› {
› $this->boot();
› ++$this->requestStackSize;
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Warning: Zend OPcache API is restricted by "restrict_api" configuration directive"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#74
+count: 134
-severity: E_WARNING
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:333 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› // no-op
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/stopwatch/StopwatchEvent.php:105 {
›
› $this->periods[] = new StopwatchPeriod(array_pop($this->started), $this->getNow(), $this->morePrecision);
›
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#72
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#220
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#219
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#227
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#230
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#471
#message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
#line: 153
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:153 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function offsetExists($key)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#470
#message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
#line: 158
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:158 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetGet($key)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#468
#message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
#line: 163
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:163 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetSet($key, $value)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#469
#message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
#line: 168
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:168 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetUnset($key)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#466
#message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
#line: 114
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:114 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#463
#message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
#line: 122
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:122 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#570
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:712 {
Monolog\Logger->error($message, array $context = []) …
› {
› return $this->addRecord(static::ERROR, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:129 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->logException(Throwable $exception, string $message): void …
› } else {
› $this->logger->error($message, ['exception' => $exception]);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:47 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->logKernelException(ExceptionEvent $event) …
›
› $this->logException($event->getThrowable(), sprintf('Uncaught PHP Exception %s: "%s" at %s line %s', $e->getClass(), $e->getMessage(), $e->getFile(), $e->getLine()));
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#229
#message: "No route found for "GET /robots.txt""
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 136
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#63 …}
-statusCode: 404
-headers: []
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#952
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#953
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#954
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#955
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#956
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#957
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#958
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:375 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Listener "{listener}" stopped propagation of the event "{event}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#982
#message: "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php"
#line: 1240
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php:1240 {
Symfony\Component\HttpFoundation\Response->ensureIEOverSSLCompatibility(Request $request): void …
› {
› if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
› if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php:319 {
Symfony\Component\HttpFoundation\Response->prepare(Request $request) …
›
› $this->ensureIEOverSSLCompatibility($request);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ResponseListener.php:49 {
Symfony\Component\HttpKernel\EventListener\ResponseListener->onKernelResponse(FilterResponseEvent $event) …
›
› $response->prepare($event->getRequest());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1036
#message: "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php"
#line: 106
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106 {
Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(FilterResponseEvent $event) …
› || 'html' !== $request->getRequestFormat()
› || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;')
› ) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1061
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1063
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1066
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1067
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1068
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1069
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1070
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1071
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1072
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1073
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1097
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1098
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1099
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1100
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1101
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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"
]
]
"00000000000002360000000000000000" => [
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#574
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#575
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#576
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#577
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#578
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#579
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#580
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#581
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#582
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#583
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#584
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: Optional parameter $format declared before required parameter $context is implicitly treated as a required parameter"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#587
#message: "Deprecated: Optional parameter $format declared before required parameter $context is implicitly treated as a required parameter"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php"
#line: 248
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:248 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› protected function getAttributes($object, $format = null, array $context)
› {
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118 {
include_once …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSerializerService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1304 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getErrorControllerService() …
›
› return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:257 {
Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
› } elseif (isset($this->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:231 {
Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:110 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
› if (false === strpos($controller, '::')) {
› $controller = $this->instantiateController($controller);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:141 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Method ReflectionParameter::getClass() is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#708
#message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› foreach ($r->getParameters() as $param) {
› if ($param->getClass() && $param->getClass()->isInstance($request)) {
› continue;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Method ReflectionParameter::getClass() is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#709
#message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› foreach ($r->getParameters() as $param) {
› if ($param->getClass() && $param->getClass()->isInstance($request)) {
› continue;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Method ReflectionParameter::getClass() is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#710
#message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› $name = $param->getName();
› $class = $param->getClass();
› $hasType = $this->isParameterTypeSupported && $param->hasType();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#724
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#723
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#722
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#721
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#720
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#719
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#764
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:153 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#765
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:153 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#766
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:153 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Warning: Zend OPcache API is restricted by "restrict_api" configuration directive"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#74}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#826
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
#line: 34
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function open($savePath, $sessionName)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#813
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:89 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#815
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
#line: 112
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:112 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#816
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
#line: 129
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:129 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#817
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
#line: 69
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:69 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#818
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
#line: 91
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function close()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#808
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
#line: 99
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function gc($maxlifetime)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#810
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
#line: 54
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function updateTimestamp($sessionId, $data)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#811
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 41
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function open($savePath, $sessionName)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#822
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 49
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function close()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#824
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 57
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#825
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 65
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#821
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 73
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#820
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 81
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function gc($maxlifetime)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#819
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#806
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
#line: 97
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function updateTimestamp($sessionId, $data)
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#830
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
#line: 134
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:22 {
include_once …
› // Help opcache.preload discover always-needed symbols
› class_exists(AttributeBag::class);
› class_exists(FlashBag::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#823
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
#line: 144
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:22 {
include_once …
› // Help opcache.preload discover always-needed symbols
› class_exists(AttributeBag::class);
› class_exists(FlashBag::class);
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#812
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php"
#line: 129
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:129 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#829
#message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php"
#line: 139
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:139 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:731 {
Symfony\Component\HttpFoundation\Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:67 {
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#922
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#923
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#924
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#925
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#926
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#927
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#928
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#929
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#930
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#931
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#947
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#948
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#949
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#950
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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" => 1745668219
"message" => "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#951
#message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
#code: 0
#file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
#line: 324
#severity: E_DEPRECATED
trace: {
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› } else {
› $ts = new \DateTime(null, static::$timezone);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:628 {
Monolog\Logger->debug($message, array $context = []) …
› {
› return $this->addRecord(static::DEBUG, $message, $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:363 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->postProcess(string $eventName) …
› if (null !== $this->logger) {
› $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:179 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› $this->currentRequestHash = $currentRequestHash;
› $this->postProcess($eventName);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:207 {
Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› $this->requestStack->pop();
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:193 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#212 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …11]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#134 …}
...: {
"kernel.request"
}
}
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
$type: 1
$catch: true
}
}
/home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#28 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1745668219
"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: [
"000000000000001c0000000000000000" => 1
"00000000000002360000000000000000" => 0
]
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#200 …}
}
]
#microsecondTimestamps: true
#exceptionHandler: null
} |