17:21:47
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.
17:21:47
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#389
#message : "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php "
#line : 4897
#severity : E_USER_DEPRECATED
trace : {
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4897 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
› {
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
}
]
{
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4897 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
› {
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
17:21:47
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 {#392
#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 : "/home/agencebrmq/thevoiceb/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/agencebrmq/thevoiceb/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);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4899 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
}
]
{
/home/agencebrmq/thevoiceb/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);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4899 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
17:21:47
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#366
#message : "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php "
#line : 4911
#severity : E_USER_DEPRECATED
trace : {
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4911 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
› {
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
}
]
{
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4911 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
› {
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
17:21:47
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 {#396
#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 : "/home/agencebrmq/thevoiceb/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/agencebrmq/thevoiceb/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);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4913 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
}
]
{
/home/agencebrmq/thevoiceb/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);
›
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4913 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1536 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:1195 {
ContainerXxFjLbU \ 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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);
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:4199 {
ContainerXxFjLbU \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/agencebrmq/thevoiceb / var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php:992 {
ContainerXxFjLbU\srcApp_KernelDevDebugContainer->ContainerXxFjLbU \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = __CLASS__) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/agencebrmq/thevoiceb/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/agencebrmq/thevoiceb/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = __CLASS__) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
$type : 1
$catch : true
}
}
/home/agencebrmq/thevoiceb / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#45 …}
}
}
}
17:43:06
n/a (2 times)
The "framework.templating " configuration is deprecated since Symfony 4.3. Configure the "twig " section provided by the Twig Bundle instead.
17:43:06
n/a
Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:43:06
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.
17:43:06
n/a
The Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:43:06
n/a
The "templating.cache_warmer.template_paths " service is deprecated since Symfony 4.3 and will be removed in 5.0.
17:43:06
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.
17:43:06
n/a
The "templating.finder " service is deprecated since Symfony 4.3 and will be removed in 5.0.
17:43:06
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.
17:43:06
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.
17:43:06
n/a
The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
17:43:06
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.
17:43:06
n/a
The "twig.cache_warmer " service is deprecated since Symfony 4.4 and will be removed in 5.0.