07:56:06
php
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader " class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader " instead.
07:56:06
php
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
07:56:07
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#348
#message : "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_LocatorService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_LocatorService.php:9 {
require …
›
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_LocatorService.php:9 {
require …
›
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#349
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_LocatorService.php:11 {
require …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_LocatorService.php:11 {
require …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#352
#message : "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_NameParserService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_NameParserService.php:9 {
require …
›
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_NameParserService.php:9 {
require …
›
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#353
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_NameParserService.php:11 {
require …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplating_NameParserService.php:11 {
require …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:913 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:829 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:1387 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:660 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The "twig.exception_listener " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#184
#message : "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_ExceptionListenerService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_ExceptionListenerService.php:9 {
require …
›
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:711 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_ExceptionListenerService.php:9 {
require …
›
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:711 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
[
"exception " => ErrorException {#411
#message : "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_ExceptionListenerService.php:11 {
require …
›
› return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:711 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_ExceptionListenerService.php:11 {
require …
›
› return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:711 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php (3 times)
User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException() " method is deprecated since Symfony 4.4, use "getThrowable() " instead.
[
"exception " => ErrorException {#430
#message : "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php "
#line : 57
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event \ GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event \ GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The "twig.controller.exception " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#504
#message : "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_Controller_ExceptionService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_Controller_ExceptionService.php:9 {
require …
›
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error | \LogicException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:141 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_Controller_ExceptionService.php:9 {
require …
›
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error | \LogicException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:141 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController " class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController " instead.
[
"exception " => ErrorException {#505
#message : "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php "
#line : 23
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_Controller_ExceptionService.php:11 {
require …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error | \LogicException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:141 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTwig_Controller_ExceptionService.php:11 {
require …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/deploys/steelcase/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error | \LogicException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:141 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The template "TwigBundle::layout.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig " at line 1).
[
"exception " => ErrorException {#608
#message : "User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1). "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/twig/10/102fd2a06fc0a992aa3d28c5127e3f995298b0d88bdcc6d273d4fd64e827973f.php "
#line : 49
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/var/cache/dev/twig/10/102fd2a06fc0a992aa3d28c5127e3f995298b0d88bdcc6d273d4fd64e827973f.php:49 {
__TwigTemplate_497a7b1e20246810ec659f24818d1142f626b29a28f5e176bf4ee9b47170db0a->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/var/cache/dev/twig/f3/f3a30d1f6bf2960801127dcb09300bf5bbcc439f7abd38aa365d6273002452f4.php:52 {
__TwigTemplate_2b829ecaa0c986f4d6925264d318df7825282d43d590fe52842c5a844145318f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:158 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/var/cache/dev/twig/10/102fd2a06fc0a992aa3d28c5127e3f995298b0d88bdcc6d273d4fd64e827973f.php:49 {
__TwigTemplate_497a7b1e20246810ec659f24818d1142f626b29a28f5e176bf4ee9b47170db0a->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/var/cache/dev/twig/f3/f3a30d1f6bf2960801127dcb09300bf5bbcc439f7abd38aa365d6273002452f4.php:52 {
__TwigTemplate_2b829ecaa0c986f4d6925264d318df7825282d43d590fe52842c5a844145318f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:158 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The template "TwigBundle::exception.css.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig " at line 1).
[
"exception " => ErrorException {#621
#message : "User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1). "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/twig/e4/e4311614eba33cce640c08ca13b2efcd00b76568d556cb8fa90d7abbbf90e61a.php "
#line : 44
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/var/cache/dev/twig/e4/e4311614eba33cce640c08ca13b2efcd00b76568d556cb8fa90d7abbbf90e61a.php:44 {
__TwigTemplate_be227efa7b7b4cfc55192b641110ce0e30620b8493e548712c16298e12ae9484->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Extension/CoreExtension.php:1231 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/deploys/steelcase/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_497a7b1e20246810ec659f24818d1142f626b29a28f5e176bf4ee9b47170db0a->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/var/cache/dev/twig/f3/f3a30d1f6bf2960801127dcb09300bf5bbcc439f7abd38aa365d6273002452f4.php:52 {
__TwigTemplate_2b829ecaa0c986f4d6925264d318df7825282d43d590fe52842c5a844145318f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:158 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/var/cache/dev/twig/e4/e4311614eba33cce640c08ca13b2efcd00b76568d556cb8fa90d7abbbf90e61a.php:44 {
__TwigTemplate_be227efa7b7b4cfc55192b641110ce0e30620b8493e548712c16298e12ae9484->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Extension/CoreExtension.php:1231 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/deploys/steelcase/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_497a7b1e20246810ec659f24818d1142f626b29a28f5e176bf4ee9b47170db0a->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/var/cache/dev/twig/f3/f3a30d1f6bf2960801127dcb09300bf5bbcc439f7abd38aa365d6273002452f4.php:52 {
__TwigTemplate_2b829ecaa0c986f4d6925264d318df7825282d43d590fe52842c5a844145318f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:158 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:07
php
User Deprecated: The template "TwigBundle::base_js.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig " at line 1).
[
"exception " => ErrorException {#904
#message : "User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1). "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/twig/a6/a68c976b404d524f083f581e7013ab82c68b196942817234dc2ba1803fa93c33.php "
#line : 44
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/var/cache/dev/twig/a6/a68c976b404d524f083f581e7013ab82c68b196942817234dc2ba1803fa93c33.php:44 {
__TwigTemplate_3eda5eab657fb81d061228a0960e1624618120e9d634d78d2e5c4931629d3761->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Extension/CoreExtension.php:1231 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/deploys/steelcase/var/cache/dev/twig/10/102fd2a06fc0a992aa3d28c5127e3f995298b0d88bdcc6d273d4fd64e827973f.php:117 {
__TwigTemplate_497a7b1e20246810ec659f24818d1142f626b29a28f5e176bf4ee9b47170db0a->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/var/cache/dev/twig/f3/f3a30d1f6bf2960801127dcb09300bf5bbcc439f7abd38aa365d6273002452f4.php:52 {
__TwigTemplate_2b829ecaa0c986f4d6925264d318df7825282d43d590fe52842c5a844145318f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:158 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/deploys/steelcase/var/cache/dev/twig/a6/a68c976b404d524f083f581e7013ab82c68b196942817234dc2ba1803fa93c33.php:44 {
__TwigTemplate_3eda5eab657fb81d061228a0960e1624618120e9d634d78d2e5c4931629d3761->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Extension/CoreExtension.php:1231 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/deploys/steelcase/var/cache/dev/twig/10/102fd2a06fc0a992aa3d28c5127e3f995298b0d88bdcc6d273d4fd64e827973f.php:117 {
__TwigTemplate_497a7b1e20246810ec659f24818d1142f626b29a28f5e176bf4ee9b47170db0a->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/var/cache/dev/twig/f3/f3a30d1f6bf2960801127dcb09300bf5bbcc439f7abd38aa365d6273002452f4.php:52 {
__TwigTemplate_2b829ecaa0c986f4d6925264d318df7825282d43d590fe52842c5a844145318f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:158 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:80 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/deploys/steelcase / public/index.php:26 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
07:56:09
php
User Deprecated: The "templating " service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
"exception " => ErrorException {#2879
#message : "User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0. "
#code : 0
#file : "/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:9 {
require …
›
› @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
}
]
{
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:9 {
require …
›
› @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
07:56:09
php
User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
"exception " => ErrorException {#2867
#message : "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:11 {
require …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:11 {
require …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
07:56:09
php
User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
"exception " => ErrorException {#2864
#message : "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:11 {
require …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:11 {
require …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
07:56:09
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#3798
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/EngineInterface.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:11 {
require …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getTemplatingService.php:11 {
require …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/getPasswordResetSubscriberService.php:11 {
require …
›
› return $this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] = new \App\EventSubscriber\PasswordResetSubscriber(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['translator'] ?? $this->getTranslatorService()));
›
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:448 {
ContainerOZKO1aO \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/deploys/steelcase / var/cache/dev/ContainerOZKO1aO/srcApp_KernelDevDebugContainer.php:600 {
ContainerOZKO1aO\srcApp_KernelDevDebugContainer->ContainerOZKO1aO \ {closure} …
› $instance->addListener('user.forgot_password', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\PasswordResetSubscriber'] ?? $this->load('getPasswordResetSubscriberService.php'));
› }, 1 => 'onUserPasswordForgotEvent'], 0);
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
07:56:09
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#160
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateReference.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateReference.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:61 {
Symfony\Bundle\FrameworkBundle\Templating \ TemplateNameParser->parse($name) …
›
› $template = new TemplateReference($matches[1], $matches[2], $matches[3], $matches[4], $matches[5]);
›
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Loader/FilesystemLoader.php:88 {
Symfony\Bundle\TwigBundle\Loader \ FilesystemLoader->findTemplate($template, $throw = true) …
› try {
› $template = $this->parser->parse($template);
› $file = $this->locator->locate($template);
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Loader/FilesystemLoader.php:150 {
Twig\Loader \ FilesystemLoader->getCacheKey($name) …
› {
› if (null === ($path = $this->findTemplate($name)) || false === $path) {
› return '';
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:299 {
Twig \ Environment->getTemplateClass($name, $index = null) …
› {
› $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:381 {
Twig \ Environment->loadTemplate($name, $index = null) …
› {
› return $this->loadClass($this->getTemplateClass($name), $name, $index);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:359 {
Twig \ Environment->load($name) …
›
› return new TemplateWrapper($this, $this->loadTemplate($name));
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ DataCollector/TwigDataCollector.php:77 {
Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector \ {closure} …
› try {
› $template = $this->twig->load($name = $profile->getName());
› } catch (LoaderError $e) {
}
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ DataCollector/TwigDataCollector.php:88 {
Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector \ {closure} …
› foreach ($profile as $p) {
› $templateFinder($p);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ DataCollector/TwigDataCollector.php:91 {
Symfony\Bridge\Twig\DataCollector \ TwigDataCollector->lateCollect() …
› };
› $templateFinder($this->profile);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
}
]
{
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateReference.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/deploys/steelcase/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:61 {
Symfony\Bundle\FrameworkBundle\Templating \ TemplateNameParser->parse($name) …
›
› $template = new TemplateReference($matches[1], $matches[2], $matches[3], $matches[4], $matches[5]);
›
}
/var/www/deploys/steelcase/vendor /symfony/twig-bundle/ Loader/FilesystemLoader.php:88 {
Symfony\Bundle\TwigBundle\Loader \ FilesystemLoader->findTemplate($template, $throw = true) …
› try {
› $template = $this->parser->parse($template);
› $file = $this->locator->locate($template);
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Loader/FilesystemLoader.php:150 {
Twig\Loader \ FilesystemLoader->getCacheKey($name) …
› {
› if (null === ($path = $this->findTemplate($name)) || false === $path) {
› return '';
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:299 {
Twig \ Environment->getTemplateClass($name, $index = null) …
› {
› $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
›
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:381 {
Twig \ Environment->loadTemplate($name, $index = null) …
› {
› return $this->loadClass($this->getTemplateClass($name), $name, $index);
› }
}
/var/www/deploys/steelcase/vendor /twig/twig/ src/Environment.php:359 {
Twig \ Environment->load($name) …
›
› return new TemplateWrapper($this, $this->loadTemplate($name));
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ DataCollector/TwigDataCollector.php:77 {
Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector \ {closure} …
› try {
› $template = $this->twig->load($name = $profile->getName());
› } catch (LoaderError $e) {
}
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ DataCollector/TwigDataCollector.php:88 {
Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector \ {closure} …
› foreach ($profile as $p) {
› $templateFinder($p);
› }
}
/var/www/deploys/steelcase/vendor /symfony/twig-bridge/ DataCollector/TwigDataCollector.php:91 {
Symfony\Bridge\Twig\DataCollector \ TwigDataCollector->lateCollect() …
› };
› $templateFinder($this->profile);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/deploys/steelcase/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/deploys/steelcase/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/deploys/steelcase / public/index.php:28 {
› $response->send();\r
› $kernel->terminate($request, $response);\r
›
}
}
15:29:08
n/a (2 times)
The "framework.templating " configuration is deprecated since Symfony 4.3. Configure the "twig " section provided by the Twig Bundle instead.
15:29:08
n/a
Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
15:29:08
n/a (2 times)
The "twig.exception_controller " configuration key has been deprecated in Symfony 4.4, set it to "null " and use "framework.error_controller " configuration key instead.
15:29:08
n/a
A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
15:29:08
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "bazinga_js_translation " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
15:29:08
n/a
The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
15:29:08
n/a
The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
15:29:08
n/a
The "templating.cache_warmer.template_paths " service is deprecated since Symfony 4.3 and will be removed in 5.0.
15:29:08
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
15:29:08
n/a
The "templating.finder " service is deprecated since Symfony 4.3 and will be removed in 5.0.
15:29:08
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
15:29:08
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
15:29:08
n/a
The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
15:29:08
n/a
The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
15:29:08
n/a
The "twig.cache_warmer " service is deprecated since Symfony 4.4 and will be removed in 5.0.
15:29:08
n/a
The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
15:29:08
n/a
The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
15:29:08
n/a
The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.