16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager " class is deprecated, use the new authenticator system instead.
[
"exception " => ErrorException {#155
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php "
#line : 27
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:27 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:347 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:27 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:347 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent " class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent " with the new authenticator system instead.
[
"exception " => ErrorException {#154
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php "
#line : 18
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php:18 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);
›
}
spl_autoload_call() {}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:31 {
include_once …
› class_exists(AuthenticationEvents::class);
› class_exists(AuthenticationFailureEvent::class);
› class_exists(AuthenticationSuccessEvent::class);
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:347 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php:18 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);
›
}
spl_autoload_call() {}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:31 {
include_once …
› class_exists(AuthenticationEvents::class);
› class_exists(AuthenticationFailureEvent::class);
› class_exists(AuthenticationSuccessEvent::class);
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:347 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated.
[
"exception " => ErrorException {#62
#message : "User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php "
#line : 55
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php:55 {
Symfony\Component\HttpKernel\EventListener \ DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) …
› if (!\is_bool($scope)) {
› trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.');
› $scope = $deprecationLogger;
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1318 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() …
›
› return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:865 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
› }, 1 => 'configure'], 2048);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php:55 {
Symfony\Component\HttpKernel\EventListener \ DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) …
› if (!\is_bool($scope)) {
› trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.');
› $scope = $deprecationLogger;
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1318 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() …
›
› return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:865 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
› }, 1 => 'configure'], 2048);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface " instead.
[
"exception " => ErrorException {#193
#message : "User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php "
#line : 75
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php:75 {
Symfony\Component\Security\Core\Authorization \ AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) …
› if (\is_string($strategy)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class);
› $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2);
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1354 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
› yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
› }, 3), 'affirmative', false, true));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1091 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1831 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getStofDoctrineExtensions_EventListener_BlameService() …
› {
› return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:943 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
› }, 1 => 'onKernelRequest'], 0);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php:75 {
Symfony\Component\Security\Core\Authorization \ AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) …
› if (\is_string($strategy)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class);
› $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2);
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1354 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
› yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
› }, 3), 'affirmative', false, true));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1091 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1831 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getStofDoctrineExtensions_EventListener_BlameService() …
› {
› return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:943 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
› }, 1 => 'onKernelRequest'], 0);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct " is deprecated.
[
"exception " => ErrorException {#217
#message : "User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php "
#line : 38
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:38 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if ($accessDecisionManager instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1091 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1831 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getStofDoctrineExtensions_EventListener_BlameService() …
› {
› return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:943 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
› }, 1 => 'onKernelRequest'], 0);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:38 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if ($accessDecisionManager instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1091 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1831 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getStofDoctrineExtensions_EventListener_BlameService() …
› {
› return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:943 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
› }, 1 => 'onKernelRequest'], 0);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct " to "false " is deprecated.
[
"exception " => ErrorException {#200
#message : "User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:50 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1091 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1831 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getStofDoctrineExtensions_EventListener_BlameService() …
› {
› return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:943 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
› }, 1 => 'onKernelRequest'], 0);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:50 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1091 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1831 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->getStofDoctrineExtensions_EventListener_BlameService() …
› {
› return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:943 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
› }, 1 => 'onKernelRequest'], 0);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php (8 times)
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest() " is deprecated, use "isMainRequest() " instead.
[
"exception " => ErrorException {#236
#message : "User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Event/KernelEvent.php "
#line : 88
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Event/KernelEvent.php:88 {
Symfony\Component\HttpKernel\Event \ KernelEvent->isMasterRequest() …
› {
› trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:41 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
› {
› if (!$event->isMasterRequest()) {
› return;
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Event/KernelEvent.php:88 {
Symfony\Component\HttpKernel\Event \ KernelEvent->isMasterRequest() …
› {
› trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:41 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
› {
› if (!$event->isMasterRequest()) {
› return;
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface " to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage " is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack " instead.
[
"exception " => ErrorException {#261
#message : "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php:50 {
Symfony\Component\Security\Csrf\TokenStorage \ SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
› if ($requestStack instanceof SessionInterface) {
› trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);
› $request = new Request();
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Csrf_TokenStorageService.php:24 {
ContainerRSxGyAF \ getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/get_Container_Private_Security_Csrf_TokenManagerService.php:25 {
ContainerRSxGyAF \ get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) …
›
› return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php:50 {
Symfony\Component\Security\Csrf\TokenStorage \ SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
› if ($requestStack instanceof SessionInterface) {
› trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);
› $request = new Request();
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Csrf_TokenStorageService.php:24 {
ContainerRSxGyAF \ getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/get_Container_Private_Security_Csrf_TokenManagerService.php:25 {
ContainerRSxGyAF \ get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) …
›
› return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface " interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface " instead.
[
"exception " => ErrorException {#273
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:20 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:20 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder " class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher " instead.
[
"exception " => ErrorException {#274
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php "
#line : 19
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php:19 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:21 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php:19 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:21 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface " class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface " instead.
[
"exception " => ErrorException {#276
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_EncoderFactory_GenericService.php:20 {
ContainerRSxGyAF \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactory.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:23 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_EncoderFactory_GenericService.php:20 {
ContainerRSxGyAF \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactory.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:23 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory " class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory " instead.
[
"exception " => ErrorException {#277
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/EncoderFactory.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/EncoderFactory.php:20 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_EncoderFactory_GenericService.php:21 {
ContainerRSxGyAF \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactory.php';
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:23 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Encoder/EncoderFactory.php:20 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_EncoderFactory_GenericService.php:21 {
ContainerRSxGyAF \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Encoder/EncoderFactory.php';
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_PasswordEncoderService.php:23 {
ContainerRSxGyAF \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getAppAuthenticatorService.php:28 {
ContainerRSxGyAF \ getAppAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Firewall_Map_Context_MainService.php:48 {
ContainerRSxGyAF \ getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
› yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\AppAuthenticator'] ?? $container->load('getAppAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Container.php:422 {
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}();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken " class is deprecated.
[
"exception " => ErrorException {#287
#message : "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php "
#line : 34
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:34 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s" class is deprecated.', __CLASS__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:34 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s" class is deprecated.', __CLASS__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface " as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken " is deprecated.
[
"exception " => ErrorException {#225
#message : "User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 106
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:106 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->setUser($user) …
› if (!$user instanceof UserInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'Using an object that is not an instance of "%s" as $user in "%s" is deprecated.', UserInterface::class, static::class);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:39 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› $this->secret = $secret;
› $this->setUser($user);
› // @deprecated since Symfony 5.4
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:106 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->setUser($user) …
› if (!$user instanceof UserInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'Using an object that is not an instance of "%s" as $user in "%s" is deprecated.', UserInterface::class, static::class);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:39 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› $this->secret = $secret;
› $this->setUser($user);
› // @deprecated since Symfony 5.4
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface " interface is deprecated, use the new authenticator system instead.
[
"exception " => ErrorException {#313
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Authentication_Provider_Guard_MainService.php:20 {
ContainerRSxGyAF \ getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1696 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/getSecurity_Authentication_Provider_Guard_MainService.php:20 {
ContainerRSxGyAF \ getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 6).'/shared/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:468 {
ContainerRSxGyAF \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1696 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider " class is deprecated, use the new authenticator system instead.
[
"exception " => ErrorException {#320
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php "
#line : 19
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1697 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
› }, 2), true);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / var/cache/dev/ContainerRSxGyAF/App_KernelDevDebugContainer.php:1697 {
ContainerRSxGyAF\App_KernelDevDebugContainer->ContainerRSxGyAF \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
› }, 2), true);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php (2 times)
User Deprecated: Since symfony/security-core 5.3: Injecting the "session " in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage " is deprecated, inject the "request_stack " instead.
[
"exception " => ErrorException {#286
#message : "User Deprecated: Since symfony/security-core 5.3: Injecting the "session" in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" is deprecated, inject the "request_stack" instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php "
#line : 84
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getSession(): SessionInterface …
› if ($this->container->has('session')) {
› trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
› // increments the internal session usage index
› $this->getSession()->getMetadataBag();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AccessListener.php:69 {
Symfony\Component\Security\Http\Firewall \ AccessListener->authenticate(RequestEvent $event) …
› {
› if (!$event instanceof LazyResponseEvent && null === ($token = $this->tokenStorage->getToken()) && $this->exceptionOnNoToken) {
› throw new AuthenticationCredentialsNotFoundException('A Token was not found in the TokenStorage.');
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getSession(): SessionInterface …
› if ($this->container->has('session')) {
› trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
› // increments the internal session usage index
› $this->getSession()->getMetadataBag();
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AccessListener.php:69 {
Symfony\Component\Security\Http\Firewall \ AccessListener->authenticate(RequestEvent $event) …
› {
› if (!$event instanceof LazyResponseEvent && null === ($token = $this->tokenStorage->getToken()) && $this->exceptionOnNoToken) {
› throw new AuthenticationCredentialsNotFoundException('A Token was not found in the TokenStorage.');
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php (2 times)
User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated() " is deprecated, return null from "getUser() " instead when a token is not authenticated.
[
"exception " => ErrorException {#326
#message : "User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 144
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:144 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->isAuthenticated() …
› if (1 > \func_num_args() || func_get_arg(0)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AccessListener.php:94 {
Symfony\Component\Security\Http\Firewall \ AccessListener->authenticate(RequestEvent $event) …
›
› if (!$token->isAuthenticated()) {
› $token = $this->authManager->authenticate($token);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:144 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->isAuthenticated() …
› if (1 > \func_num_args() || func_get_arg(0)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/AccessListener.php:94 {
Symfony\Component\Security\Http\Firewall \ AccessListener->authenticate(RequestEvent $event) …
›
› if (!$token->isAuthenticated()) {
› $token = $this->authManager->authenticate($token);
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous() " method is deprecated, use "isAuthenticated() " or "isFullFledged() " if you want to check if the request is (fully) authenticated.
[
"exception " => ErrorException {#747
#message : "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php "
#line : 38
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php:38 {
Symfony\Component\Security\Core\Authentication \ AuthenticationTrustResolver->isAnonymous(TokenInterface $token = null) …
› if (1 === \func_num_args() || false !== func_get_arg(1)) {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.', __METHOD__);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/ContextListener.php:173 {
Symfony\Component\Security\Http\Firewall \ ContextListener->onKernelResponse(ResponseEvent $event) …
›
› if (null === $token || $this->trustResolver->isAnonymous($token)) {
› if ($request->hasPreviousSession()) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:239 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php:38 {
Symfony\Component\Security\Core\Authentication \ AuthenticationTrustResolver->isAnonymous(TokenInterface $token = null) …
› if (1 === \func_num_args() || false !== func_get_arg(1)) {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.', __METHOD__);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-http/ Firewall/ContextListener.php:173 {
Symfony\Component\Security\Http\Firewall \ ContextListener->onKernelResponse(ResponseEvent $event) …
›
› if (null === $token || $this->trustResolver->isAnonymous($token)) {
› if ($request->hasPreviousSession()) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:239 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:21:23
php
User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername() " is deprecated, use getUserIdentifier() instead.
[
"exception " => ErrorException {#766
#message : "User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername()" is deprecated, use getUserIdentifier() instead. "
#code : 0
#file : "/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 60
#severity : E_USER_DEPRECATED
trace : {
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:60 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->getUsername() …
›
› trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:131 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› 'logout_url' => $logoutUrl,
› 'user' => $token->getUsername(),
› 'roles' => $assignedRoles,
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:239 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:60 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->getUsername() …
›
› trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:131 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› 'logout_url' => $logoutUrl,
› 'user' => $token->getUsername(),
› 'roles' => $assignedRoles,
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/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);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:239 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/www/hosting/motoservis.dev.firamedia.cz/www/shared/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/www/hosting/motoservis.dev.firamedia.cz/www/releases/20230901114522 / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
11:46:55
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports() " might add "bool " as a native return type declaration in the future. Do the same in implementation "App\Security\AppAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
11:46:55
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials() " might add "mixed " as a native return type declaration in the future. Do the same in implementation "App\Security\AppAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
11:46:55
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser() " might add "?UserInterface " as a native return type declaration in the future. Do the same in implementation "App\Security\AppAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
11:46:55
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials() " might add "bool " as a native return type declaration in the future. Do the same in implementation "App\Security\AppAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
11:46:55
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess() " might add "?Response " as a native return type declaration in the future. Do the same in implementation "App\Security\AppAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
11:46:55
n/a
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl() " might add "string " as a native return type declaration in the future. Do the same in child class "App\Security\AppAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
11:46:55
n/a
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface " interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface " instead.
11:46:55
n/a
Class "App\Entity\User " should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string ": returns the identifier for this user (e.g. its username or email address).