21:52:45
php
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
[
"exception " => ErrorException {#991
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 34
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#978
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 82
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:82 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:82 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#979
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 105
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:105 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:105 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#980
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 122
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:122 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:122 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#981
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 62
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:62 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:62 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#982
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
#line : 91
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#974
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
#line : 99
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#975
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
#line : 54
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#976
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 41
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#989
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 49
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#985
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 57
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#984
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 65
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#983
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 73
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#973
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 81
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#972
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 89
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#971
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 97
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSession_Storage_NativeService.php:21 {
ContainerGsC72i7 \ getSession_Storage_NativeService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#994
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php "
#line : 134
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#988
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php "
#line : 144
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place/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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#977
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php "
#line : 131
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:131 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:131 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
21:52:45
php
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
[
"exception " => ErrorException {#993
#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/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php "
#line : 141
#severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:141 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:141 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/getSessionService.php:21 {
ContainerGsC72i7 \ getSessionService::do($container, $lazyLoad = true) …
› 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/secureme/public_html/market-place / var/cache/dev/ContainerGsC72i7/App_KernelDevDebugContainer.php:653 {
ContainerGsC72i7 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Container.php:441 {
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/secureme/public_html/market-place/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:63 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› $sess = null;
› $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-foundation/ Request.php:724 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:60 {
Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($request->hasSession()) {
› $session = $request->getSession();
› if ($session->isStarted()) {
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#155 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …17]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
}
}
/home/secureme/public_html/market-place/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:151 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#84 …}
$eventName : "kernel.request "
}
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:218 {
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/secureme/public_html/market-place/vendor /symfony/http-kernel/ HttpKernel.php:90 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/secureme/public_html/market-place/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
$type : 1
$catch : true
}
}
/home/secureme/public_html/market-place / public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#36 …}
}
}
}
03:14:50
n/a
Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Security\Core\Exception\AuthenticationException::__wakeup() should either be compatible with Exception::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => Symfony\Component\ErrorHandler\Exception \ SilencedErrorContext {#1387
+count : 1
-severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/finder/ Finder.php:607 {
Symfony\Bundle\FrameworkBundle\DependencyInjection \ FrameworkExtension->registerTranslatorConfiguration(array $config, ContainerBuilder $container, LoaderInterface $loader, string $defaultLocale) …
› */
› public function getIterator()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:369 {
› $this->registerFragmentsConfiguration($config['fragments'], $container, $loader);
› $this->registerTranslatorConfiguration($config['translator'], $container, $loader, $config['default_locale']);
› $this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/finder/ Finder.php:607 {
Symfony\Bundle\FrameworkBundle\DependencyInjection \ FrameworkExtension->registerTranslatorConfiguration(array $config, ContainerBuilder $container, LoaderInterface $loader, string $defaultLocale) …
› */
› public function getIterator()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:369 {
› $this->registerFragmentsConfiguration($config['fragments'], $container, $loader);
› $this->registerTranslatorConfiguration($config['translator'], $container, $loader, $config['default_locale']);
› $this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
}
03:14:50
n/a
Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => Symfony\Component\ErrorHandler\Exception \ SilencedErrorContext {#1388
+count : 1
-severity : E_DEPRECATED
trace : {
/home/secureme/public_html/market-place/vendor /symfony/finder/ Finder.php:686 {
Symfony\Bundle\FrameworkBundle\DependencyInjection \ FrameworkExtension->registerTranslatorConfiguration(array $config, ContainerBuilder $container, LoaderInterface $loader, string $defaultLocale) …
› */
› public function count()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:369 {
› $this->registerFragmentsConfiguration($config['fragments'], $container, $loader);
› $this->registerTranslatorConfiguration($config['translator'], $container, $loader, $config['default_locale']);
› $this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
}
}
]
{
/home/secureme/public_html/market-place/vendor /symfony/finder/ Finder.php:686 {
Symfony\Bundle\FrameworkBundle\DependencyInjection \ FrameworkExtension->registerTranslatorConfiguration(array $config, ContainerBuilder $container, LoaderInterface $loader, string $defaultLocale) …
› */
› public function count()
› {
}
/home/secureme/public_html/market-place/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:369 {
› $this->registerFragmentsConfiguration($config['fragments'], $container, $loader);
› $this->registerTranslatorConfiguration($config['translator'], $container, $loader, $config['default_locale']);
› $this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
}
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\CustomFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a (4 times)
Not setting doctrine.dbal.override_url to true is deprecated. True is the only value that will be supported in doctrine-bundle 3.0.
03:14:50
n/a
Return type of Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Creation of dynamic property Doctrine\Common\Annotations\CachedReader::$cacheProviderBackup is deprecated
03:14:50
n/a (2 times)
ltrim(): Passing null to parameter #1 ($string) of type string is deprecated
03:14:50
n/a
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface " autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\CacheToPortalDataCopying " service.
03:14:50
n/a
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface " autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\SimApi " service.
03:14:50
n/a
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface " autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\SimDetailApi " service.
03:14:50
n/a
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface " autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\CheckSession " service.
03:14:50
n/a (5 times)
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
03:14:50
n/a (7 times)
Creation of dynamic property Symfony\Component\Validator\Constraints\NotBlank::$groups is deprecated
03:14:50
n/a (2 times)
Creation of dynamic property Symfony\Component\Validator\Constraints\Length::$groups is deprecated
03:14:50
n/a
Return type of Doctrine\Persistence\Reflection\RuntimePublicReflectionProperty::getValue($object = null) should either be compatible with ReflectionProperty::getValue(?object $object = null): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
03:14:50
n/a
Return type of Doctrine\Persistence\Reflection\RuntimePublicReflectionProperty::setValue($object, $value = null) should either be compatible with ReflectionProperty::setValue(mixed $objectOrValue, mixed $value = <default>): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice